6 lines
186 B
Text
6 lines
186 B
Text
; Pause macro file
|
|
G1 E-4 F2500 ; retract 4mm
|
|
G91 ; relative moves
|
|
G1 Z2 F5000 ; raise nozzle 2mm
|
|
G90 ; absolute moves
|
|
G1 X0 Y0 F5000 ; move head out of the way of the print
|