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