Some temperature code cleanup
This commit is contained in:
parent
949191215b
commit
9de9e37539
3 changed files with 30 additions and 36 deletions
|
|
@ -6737,7 +6737,7 @@ inline void gcode_M17() {
|
|||
HOTEND_LOOP()
|
||||
thermalManager.start_heater_idle_timer(e, nozzle_timeout);
|
||||
|
||||
wait_for_user = true; /* Wait for user to load filament */
|
||||
wait_for_user = true; // Wait for user to load filament
|
||||
nozzle_timed_out = false;
|
||||
|
||||
#if HAS_BUZZER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue