9 lines
369 B
Text
9 lines
369 B
Text
M291 P"Please wait while the nozzle is being heated up" R"Loading PLA" T5 ; Display message
|
|
G10 S200 ; Set current tool temperature to 200C
|
|
M116 ; Wait for the temperatures to be reached
|
|
M291 P"Feeding filament..." R"Loading PLA" T5 ; Display new message
|
|
|
|
M98 P"0:/Macros/filament/load" ; standart load moves
|
|
|
|
M292 ; Hide the message
|
|
G10 S0 ; Turn off the heater again
|