Can I pause a print to insert magnets?

Good point. I could see that being a potential issue, especially with a hardened steel nozzle vs a brass nozzle.

1 Like

The upcoming Prusa Slicer 2.2.0 will support this:


I hope it will add a pause and also move the extruder out of the way, and then on resume move the extruder back to where it should be. This is what the following does:

Replace m600 with:

G1 X10.000 Y200.000 E0; parking position GET THE PRUSA TO STICK IT'S TONGUE OUT!
M1; user stop
M105; return to current temp

and it works great.

1 Like

Looks like it's allowing for custom gcode, so you'll be able to put in whatever you want.

That's perfect