🚸 Expose sub-options for E3V2 Enhanced (#23099)

This commit is contained in:
Miguel Risco-Castillo
2021-11-10 11:31:35 -05:00
committed by GitHub
parent 99df0b86fb
commit b4b16b63ff
6 changed files with 105 additions and 39 deletions

View File

@@ -356,6 +356,9 @@ public:
#if EITHER(HAS_DISPLAY, DWIN_CREALITY_LCD_ENHANCED)
static void kill_screen(FSTR_P const lcd_error, FSTR_P const lcd_component);
#if DISABLED(LIGHTWEIGHT_UI)
static void draw_status_message(const bool blink);
#endif
#else
static inline void kill_screen(FSTR_P const, FSTR_P const) {}
#endif
@@ -444,10 +447,6 @@ public:
static inline void completion_feedback(const bool=true) { TERN_(HAS_TOUCH_SLEEP, wakeup_screen()); }
#endif
#if DISABLED(LIGHTWEIGHT_UI)
static void draw_status_message(const bool blink);
#endif
#if ENABLED(ADVANCED_PAUSE_FEATURE)
static void draw_hotend_status(const uint8_t row, const uint8_t extruder);
#endif