resume a print after a power failure or planned power down
-
Hello all, my setup is Duet 3 with SBC raspberry PI 3 , how to setup the resume ? i tried many times but not working ,
and how to setup the smart effector in the configurator can we select it ?
thanks
-
-
that is my resume.g file i have reprap firmware 3
G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move
G1 R1 X0 Y0 ; go back to the last print move
M83 ; relative extruder moves
G1 E10 F3600 ; extrude 10mm of filamentdo i need to put anything in the config.g ?
-