Browse Source

Update temperature.cpp

pull/1/head
Scott Lahteine 5 years ago
committed by GitHub
parent
commit
12344085c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/module/temperature.cpp

2
Marlin/src/module/temperature.cpp

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