mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
Suspend queue during wait_for_hotend
This commit is contained in:
parent
b4715b29bb
commit
451a942e95
@ -2996,7 +2996,7 @@ void Temperature::isr() {
|
||||
SERIAL_EOL();
|
||||
}
|
||||
|
||||
idle();
|
||||
manage_inactivity();
|
||||
gcode.reset_stepper_timeout(); // Keep steppers powered
|
||||
|
||||
const float temp = degHotend(target_extruder);
|
||||
|
Loading…
Reference in New Issue
Block a user