Allow ExtUI to use LCD_SET_PROGRESS_MANUALLY (#12628)

This commit is contained in:
Marcio Teixeira
2018-12-12 16:21:37 -07:00
committed by Scott Lahteine
parent 9a4a463ec4
commit 902d5b0f8b
6 changed files with 20 additions and 20 deletions

View File

@ -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(ULTRA_LCD) && ENABLED(LCD_SET_PROGRESS_MANUALLY)
#if ENABLED(LCD_SET_PROGRESS_MANUALLY) && (ENABLED(ULTRA_LCD) || ENABLED(EXTENSIBLE_UI))
case 73: M73(); break; // M73: Set progress percentage (for display on LCD)
#endif