I'm looking for the G code to keep nozzle hot during filament change.
I'm using {IF "[current_layer_number] == 7"}M600 to do the change, but If I don't get on it right away, the nozzle cools off. I'd like to keep it hot.
Once M600 is exectued the printers firmware will handle the filament change and its options. Almost all of them needTodd_R wrote: I'm looking for the G code to keep nozzle hot during filament change.
I'm using {IF "[current_layer_number] == 7"}M600 to do the change, but If I don't get on it right away, the nozzle cools off. I'd like to keep it hot.
Code: Select all
#define PAUSE_PARK_NOZZLE_TIMEOUT 45 // (seconds) Time limit before the nozzle is turned off for safety.