added from archive
This commit is contained in:
parent
342dfd43b5
commit
de636e372b
106 changed files with 207659 additions and 0 deletions
11
Firmware/Duet2Wifi/sys/tfree0.g
Normal file
11
Firmware/Duet2Wifi/sys/tfree0.g
Normal file
|
@ -0,0 +1,11 @@
|
|||
; tfree0.g
|
||||
; called when tool 0 is freed
|
||||
;
|
||||
M83 ; relative extruder movement
|
||||
G1 E-2 F3600 ; retract 2mm
|
||||
M106 S0 ; turn off our print cooling fan
|
||||
G91 ; relative axis movement
|
||||
G1 Z3 F500 ; up 3mm
|
||||
G90 ; absolute axis movement
|
||||
G1 H2 X-48 F6000 ; park the X carriage at -48mm
|
||||
G1 Z-3 F500 ; return Z ?
|
Loading…
Add table
Add a link
Reference in a new issue