added from archive
This commit is contained in:
parent
342dfd43b5
commit
de636e372b
106 changed files with 207659 additions and 0 deletions
6
Firmware/Duet2Wifi/macros/filament/load
Normal file
6
Firmware/Duet2Wifi/macros/filament/load
Normal file
|
@ -0,0 +1,6 @@
|
|||
G1 E10 F600 ; Feed 10mm of filament at 600mm/min
|
||||
G1 E600 F3000 ; Feed 600mm of filament at 3000mm/min
|
||||
G1 E10 F300 ; Feed 10mm of filament at 300mm/min
|
||||
G4 P1000 ; Wait one second
|
||||
G1 E-5 F1800 ; Retract 5mm of filament at 1800mm/min
|
||||
M400
|
3
Firmware/Duet2Wifi/macros/filament/unload
Normal file
3
Firmware/Duet2Wifi/macros/filament/unload
Normal file
|
@ -0,0 +1,3 @@
|
|||
G1 E-20 F300 ; Retract 20mm of filament at 300mm/min
|
||||
G1 E-600 F3000 ; Retract 600mm of filament at 3000mm/min
|
||||
M400 ; Wait for the moves to finish
|
7
Firmware/Duet2Wifi/macros/slicer/end
Normal file
7
Firmware/Duet2Wifi/macros/slicer/end
Normal file
|
@ -0,0 +1,7 @@
|
|||
G90
|
||||
G1 Z200 F9000
|
||||
M107
|
||||
M104 S0 T1
|
||||
M104 S0 T0
|
||||
G28 X0 Y0
|
||||
M84
|
5
Firmware/Duet2Wifi/macros/slicer/start
Normal file
5
Firmware/Duet2Wifi/macros/slicer/start
Normal file
|
@ -0,0 +1,5 @@
|
|||
G21 ; metric values
|
||||
G90 ; absolute positioning
|
||||
M82 ; set extruder to absolute mode
|
||||
M107 ; start with the fan off
|
||||
G28 ; Home
|
Loading…
Add table
Add a link
Reference in a new issue