🔨 DGUS_LCD_UI version check

This commit is contained in:
Scott Lahteine 2023-01-07 22:59:25 -06:00
parent 8a33cfd546
commit c3fe4abd44
28 changed files with 45 additions and 43 deletions

View file

@ -1081,7 +1081,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 1001: M1001(); break; // M1001: [INTERNAL] Handle SD completion
#endif
#if ENABLED(DGUS_LCD_UI_MKS)
#if DGUS_LCD_UI_MKS
case 1002: M1002(); break; // M1002: [INTERNAL] Tool-change and Relative E Move
#endif