Remove obsolete test conditions (#12829)
This commit is contained in:
parent
bcf347403b
commit
709a6356f7
|
@ -336,7 +336,7 @@ void GcodeSuite::process_parsed_command(
|
||||||
case 49: M49(); break; // M49: Turn on or off G26 debug flag for verbose output
|
case 49: M49(); break; // M49: Turn on or off G26 debug flag for verbose output
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(LCD_SET_PROGRESS_MANUALLY) && (ENABLED(ULTRA_LCD) || ENABLED(EXTENSIBLE_UI))
|
#if ENABLED(LCD_SET_PROGRESS_MANUALLY)
|
||||||
case 73: M73(); break; // M73: Set progress percentage (for display on LCD)
|
case 73: M73(); break; // M73: Set progress percentage (for display on LCD)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -488,7 +488,7 @@ private:
|
||||||
static void M49();
|
static void M49();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(LCD_SET_PROGRESS_MANUALLY) && (ENABLED(ULTRA_LCD) || ENABLED(EXTENSIBLE_UI))
|
#if ENABLED(LCD_SET_PROGRESS_MANUALLY)
|
||||||
static void M73();
|
static void M73();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue