Allow Status Message without LCD (#20246)

This commit is contained in:
Scott Lahteine
2020-11-22 18:44:17 -06:00
committed by GitHub
parent 9dedd121bf
commit 6f272e13c5
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