
Added sample SD card files for Prusa i3 Updated sample CoreXY config.g file Updated IAP files
7 lines
221 B
Text
7 lines
221 B
Text
; Pause macro file
|
|
M83 ; relative extruder moves
|
|
G1 E-4 F2500 ; retract 4mm
|
|
G91 ; relative moves
|
|
G1 Z5 F5000 ; raise nozzle 2mm
|
|
G90 ; absolute moves
|
|
G1 X0 Y200 F5000 ; move head out of the way of the print
|