🩹 Fix lcd_preheat compile

This commit is contained in:
Scott Lahteine
2022-07-26 21:15:44 -05:00
parent cee9da6132
commit e7c262dc30
6 changed files with 38 additions and 30 deletions

View File

@ -1016,7 +1016,7 @@ class Temperature {
static void set_heating_message(const uint8_t, const bool=false) {}
#endif
#if HAS_MARLINUI_MENU && HAS_TEMPERATURE
#if HAS_MARLINUI_MENU && HAS_TEMPERATURE && HAS_PREHEAT
static void lcd_preheat(const uint8_t e, const int8_t indh, const int8_t indb);
#endif