0
0
Fork 0
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:
Scott Lahteine 2019-09-02 01:04:00 -05:00
parent b4715b29bb
commit 451a942e95

View file

@ -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);