Skip to content

Commit

Permalink
🩹 Fix PID / MPC tune background tasks (MarlinFirmware#26652)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lahteine <[email protected]>
  • Loading branch information
2 people authored and eoyilmaz committed Jan 19, 2024
1 parent 484145a commit 9471378
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Marlin/src/module/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -917,12 +917,6 @@ volatile bool Temperature::raw_temps_ready = false;

goto EXIT_M303;
}

// Run HAL idle tasks
hal.idletask();

// Run UI update
ui.update();
}
wait_for_heatup = false;

Expand Down Expand Up @@ -1186,9 +1180,6 @@ volatile bool Temperature::raw_temps_ready = false;
SERIAL_EOL();
}

hal.idletask();
ui.update();

if (!wait_for_heatup) {
SERIAL_ECHOLNPGM(STR_MPC_AUTOTUNE_INTERRUPTED);
TERN_(DWIN_LCD_PROUI, dwinMPCTuning(MPC_INTERRUPTED));
Expand Down

0 comments on commit 9471378

Please sign in to comment.