From 67877acbf6b6b9a1e877e1e717e8df3dc0cdd86a Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 26 Oct 2022 14:27:22 +0200 Subject: [PATCH] Fix MK25/S builds --- Firmware/ultralcd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index 781c7f6fc..87a6ced75 100755 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -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()