Skip to content

Commit

Permalink
Suspend queue during wait_for_hotend
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 2, 2019
1 parent b4715b2 commit 451a942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 451a942

Please sign in to comment.