Update temperature.cpp

2.0.x
Scott Lahteine 5 years ago committed by GitHub
parent 12c595c61f
commit 12344085c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save