added from archive
This commit is contained in:
parent
342dfd43b5
commit
de636e372b
106 changed files with 207659 additions and 0 deletions
10
Firmware/Duet2Wifi/sys/pause.g
Normal file
10
Firmware/Duet2Wifi/sys/pause.g
Normal file
|
@ -0,0 +1,10 @@
|
|||
; 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
|
Loading…
Add table
Add a link
Reference in a new issue