mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-20 21:27:48 -06:00
Update temperature.cpp
This commit is contained in:
parent
12c595c61f
commit
12344085c0
1 changed files with 1 additions and 1 deletions
|
@ -2996,7 +2996,7 @@ void Temperature::isr() {
|
|||
SERIAL_EOL();
|
||||
}
|
||||
|
||||
manage_inactivity();
|
||||
idle();
|
||||
gcode.reset_stepper_timeout(); // Keep steppers powered
|
||||
|
||||
const float temp = degHotend(target_extruder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue