|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|