added from archive
This commit is contained in:
parent
342dfd43b5
commit
de636e372b
106 changed files with 207659 additions and 0 deletions
0
Firmware/Duet2Wifi/filaments/PETG/config.g
Normal file
0
Firmware/Duet2Wifi/filaments/PETG/config.g
Normal file
9
Firmware/Duet2Wifi/filaments/PETG/load.g
Normal file
9
Firmware/Duet2Wifi/filaments/PETG/load.g
Normal file
|
@ -0,0 +1,9 @@
|
|||
M291 P"Please wait while the nozzle is being heated up" R"Loading PETG" T5 ; Display message
|
||||
G10 S220 ; Set current tool temperature to 200C
|
||||
M116 ; Wait for the temperatures to be reached
|
||||
M291 P"Feeding filament..." R"Loading PETG" T5 ; Display new message
|
||||
|
||||
M98 P"0:/Macros/filament/load" ; standart load moves
|
||||
|
||||
M292 ; Hide the message
|
||||
G10 S0 ; Turn off the heater again
|
10
Firmware/Duet2Wifi/filaments/PETG/unload.g
Normal file
10
Firmware/Duet2Wifi/filaments/PETG/unload.g
Normal file
|
@ -0,0 +1,10 @@
|
|||
M291 P"Please wait while the nozzle is being heated up" R"Unloading PETG" T5 ; Display message
|
||||
G10 S220 ; Heat up the current tool to 220C
|
||||
M116 ; Wait for the temperatures to be reached
|
||||
M291 P"Retracting filament..." R"Unloading PLA" T5 ; Display another message
|
||||
|
||||
M98 P"0:/Macros/filament/unload" ; standart unload moves
|
||||
|
||||
M292 ; Hide the message again
|
||||
M84 E0 ; Turn off extruder
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue