7 lines
223 B
Text
7 lines
223 B
Text
; Pause macro file
|
|
M83 ; relative extruder movement
|
|
G1 E-3 F2500 ; retract 4mm
|
|
G91 ; relative moves
|
|
G1 Z50 F5000 ; raise nozzle 2mm
|
|
G90 ; absolute moves
|
|
G1 X0 Y0 F5000 ; move head out of the way of the print
|