added from archive
This commit is contained in:
parent
342dfd43b5
commit
de636e372b
106 changed files with 207659 additions and 0 deletions
7
Firmware/Duet2Wifi/sys/resume.g
Normal file
7
Firmware/Duet2Wifi/sys/resume.g
Normal file
|
@ -0,0 +1,7 @@
|
|||
; resume.g
|
||||
; called before a print from SD card is resumed
|
||||
;
|
||||
G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move
|
||||
G1 R1 X0 Y0 Z0 F500 ; move to the resume location
|
||||
M83 ; relative extruder moves
|
||||
G1 E2 F3600 ; undo the retraction
|
Loading…
Add table
Add a link
Reference in a new issue