10 lines
380 B
Text
10 lines
380 B
Text
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
|
|
|