Fix MK25/S builds

This commit is contained in:
3d-gussner 2022-10-26 14:27:22 +02:00
parent 6d358187ff
commit 67877acbf6
1 changed files with 2 additions and 2 deletions

View File

@ -1040,7 +1040,7 @@ void lcd_commands()
lcd_commands_type = LcdCommands::Idle;
}
}
#ifdef TEMP_MODEL
if (lcd_commands_type == LcdCommands::TempModel) {
if (lcd_commands_step == 0) {
lcd_commands_step = 3;
@ -1060,7 +1060,7 @@ void lcd_commands()
lcd_commands_type = LcdCommands::Idle;
}
}
#endif //TEMP_MODEL
}
void lcd_return_to_status()