Pausing when sequence printing.
-
So when printing models one at a time is there a way to make sure the pause location clears the tallest completed part? Or is it just easier to set the pause location accordingly?
and if thats the case is there a way to have custom gcode in start files that can comment out current pause location and uncomment the sequence location? Or is that just something i would have to do manually in the system files before printing?
-
@Anvil You could create a macro that is run at each layer change, that records the current Z height, and sets a global variable to the maximum Z height so far achieved in the print. Then when the print is paused, it checks the variable, and moves Z to the variable +5mm. That should clear any existing part that has printed.
Ian