Allow Status Message without LCD (#20246)

This commit is contained in:
Scott Lahteine
2020-11-22 18:44:17 -06:00
parent 5e57e60692
commit 300a944af6
4 changed files with 147 additions and 127 deletions

View File

@@ -472,6 +472,10 @@
#endif
#endif
#if EITHER(HAS_DISPLAY, GLOBAL_STATUS_MESSAGE)
#define HAS_STATUS_MESSAGE 1
#endif
#if IS_ULTIPANEL && DISABLED(NO_LCD_MENUS)
#define HAS_LCD_MENU 1
#endif