7 lines
255 B
Text
7 lines
255 B
Text
; resume.g
|
|
; called before a print from SD card is resumed
|
|
;
|
|
G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move
|
|
G1 R1 X0 Y0 Z0 F500 ; move to the resume location
|
|
M83 ; relative extruder moves
|
|
G1 E2 F3600 ; undo the retraction
|