10 lines
246 B
Text
10 lines
246 B
Text
; pause.g
|
|
; called when a print from SD card is paused
|
|
;
|
|
|
|
M83 ; relative extruder moves
|
|
G1 E-2 F3600 ; retract 2mm
|
|
G91 ; relative positioning
|
|
G1 Z5 F360 ; lift Z by 5mm
|
|
G90 ; absolute positioning
|
|
G1 H2 X-50 U262 F6000 ; park both heads
|