Need help pausing print at layer for magnet drop.
I've never had to do a print pause in gcode for all the time I've been printing. I can see that variable_pause_print_park_in is a thing in the macros, specifically moving the toolhead to the "back". What would be an example gcode for pausing a print at 1.4mm height, toolhead back of printer? Using a V-minion.
3 Replies
you don't need it in your sliced g-code file. At the right time just hit the print pause in klpperscreen, add your magnet and hit resume.
If you're using PrusaSlicer / SuperSlicer / OrcaSlicer you can insert gcode at a layer by right clicking the point you want to modify on the scrollbar while looking at the gcode preview. To pause, the gcode is
PAUSE
. Color change is M600
, etc.That's fine if that's the only thing you're doing that day.
Copy that, I tried prusaslicer last time for that method and it didn't pause. I'll double check it before the slice this time around