Browse Source

Remove obsolete test conditions (#12829)

pull/1/head
Giuliano Zaro 6 years ago
committed by Scott Lahteine
parent
commit
709a6356f7
  1. 2
      Marlin/src/gcode/gcode.cpp
  2. 2
      Marlin/src/gcode/gcode.h

2
Marlin/src/gcode/gcode.cpp

@ -336,7 +336,7 @@ void GcodeSuite::process_parsed_command(
case 49: M49(); break; // M49: Turn on or off G26 debug flag for verbose output
#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)
#endif

2
Marlin/src/gcode/gcode.h

@ -488,7 +488,7 @@ private:
static void M49();
#endif
#if ENABLED(LCD_SET_PROGRESS_MANUALLY) && (ENABLED(ULTRA_LCD) || ENABLED(EXTENSIBLE_UI))
#if ENABLED(LCD_SET_PROGRESS_MANUALLY)
static void M73();
#endif

Loading…
Cancel
Save