Fix MK25/S builds

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

View File

@ -1033,7 +1033,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;
@ -1053,7 +1053,7 @@ void lcd_commands()
lcd_commands_type = LcdCommands::Idle;
}
}
#endif //TEMP_MODEL
}
void lcd_return_to_status()