PFW-1530 Minor optimisation

Change in memory:
Flash: -8 bytes
SRAM: 0 bytes
This commit is contained in:
Guðni Már Gilbert 2023-08-02 15:08:27 +00:00 committed by DRracer
parent 5f60eaff85
commit d0f18b6fbc
1 changed files with 1 additions and 4 deletions

View File

@ -386,10 +386,7 @@ void tuneIdlerStallguardThreshold() {
tuningDone = false;
menu_goto(tuneIdlerStallguardThresholdMenu, 0, 0, 0);
while(!tuningDone) {
manage_heater();
// Manage inactivity, but don't disable steppers on timeout.
manage_inactivity(true);
lcd_update(0);
delay_keep_alive(0);
}
lcd_return_to_status();
}