Do not compile farm lcd_commands

This commit is contained in:
Alex Voinea 2022-08-28 18:11:15 +03:00 committed by DRracer
parent 2b4c2127e6
commit 2959cc0b64

View File

@ -968,6 +968,7 @@ void lcd_commands()
} }
} }
#ifdef PRUSA_FARM
if (lcd_commands_type == LcdCommands::FarmModeConfirm) /// farm mode confirm if (lcd_commands_type == LcdCommands::FarmModeConfirm) /// farm mode confirm
{ {
@ -1005,6 +1006,8 @@ void lcd_commands()
} }
} }
#endif //PRUSA_FARM
if (lcd_commands_type == LcdCommands::PidExtruder) { if (lcd_commands_type == LcdCommands::PidExtruder) {
char cmd1[30]; char cmd1[30];