Browse Source

🩹 Fix JyersUI include (#24540)

Keith Bennett 2 years ago
parent
commit
bc0e4c6d50
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/probe/G30.cpp

+ 1
- 1
Marlin/src/gcode/probe/G30.cpp View File

@@ -37,7 +37,7 @@
37 37
   #include "../../module/tool_change.h"
38 38
 #endif
39 39
 
40
-#if ENABLED(DWIN_LCD_PROUI)
40
+#if EITHER(DWIN_LCD_PROUI, DWIN_CREALITY_LCD_JYERSUI)
41 41
   #include "../../lcd/marlinui.h"
42 42
 #endif
43 43
 

Loading…
Cancel
Save