PFW-1530 Minor optimisation
Change in memory: Flash: -8 bytes SRAM: 0 bytes
This commit is contained in:
parent
5f60eaff85
commit
d0f18b6fbc
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue