mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
Suspend queue during wait_for_hotend
This commit is contained in:
parent
b4715b29bb
commit
451a942e95
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue