Allow ExtUI to use LCD_SET_PROGRESS_MANUALLY (#12628)
This commit is contained in:
committed by
Scott Lahteine
parent
9a4a463ec4
commit
902d5b0f8b
@ -488,7 +488,7 @@ private:
|
||||
static void M49();
|
||||
#endif
|
||||
|
||||
#if ENABLED(ULTRA_LCD) && ENABLED(LCD_SET_PROGRESS_MANUALLY)
|
||||
#if ENABLED(LCD_SET_PROGRESS_MANUALLY) && (ENABLED(ULTRA_LCD) || ENABLED(EXTENSIBLE_UI))
|
||||
static void M73();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user