duet_vcore3/pause.g
2021-05-24 14:25:40 +02:00

12 lines
403 B
Plaintext

; pause.g
; called when a print from SD card is paused
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon May 24 2021 13:04:21 GMT+0200 (Central European Summer Time)
M83 ; relative extruder moves
G1 E-10 F3600 ; retract 10mm of filament
G91 ; relative positioning
G1 Z5 F360 ; lift Z by 5mm
G90 ; absolute positioning
G1 X0 Y0 F6000 ; go to X=0 Y=0