Pause Mid Deposition
-
I have specific need to be able to pause a print mid command. Is it possible to precisely pause a print mid deposition while a long linear pass of material is being printed?
-
Might depend on if there are many segments in the long move or just a few big segments.
-
It's just a long single segment as one would see when printing passes on a large rectangular block.
Maybe someone has an idea for a way to slice long straight moves into many segments within the slicer?
-
@code7 said in Pause Mid Deposition:
Maybe someone has an idea for a way to slice long straight moves into many segments within the slicer?
Post processing could identify long straight moves and break them up into smaller ones.
-
I'll move this to the firmware wishlist forum as it's been a requested feature to improve how quickly pause activates.
-
@Phaedrux
That would be very helpful. Glad I'm not the only one requesting it. - Thanks -
Would it be possible to use a loop in daemon.g to call for a variable that can reduce the feedrate mid-print to 1% while a long single line segment is being printed?
-
@code7 in short, no not part way through a single long move. but if the long move was splitup then you can insert the feedrate change between the short moves where you want it.