Browse Source

Fix "'ubl' not declared" error (#18541)

notabucketofspam 5 years ago
parent
commit
6eb19cef11
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/control/M17_M18_M84.cpp

+ 1
- 1
Marlin/src/gcode/control/M17_M18_M84.cpp View File

@@ -25,7 +25,7 @@
25 25
 #include "../../lcd/ultralcd.h"
26 26
 #include "../../module/stepper.h"
27 27
 
28
-#if BOTH(AUTO_BED_LEVELING_UBL, ULTRA_LCD)
28
+#if ENABLED(AUTO_BED_LEVELING_UBL)
29 29
   #include "../../feature/bedlevel/bedlevel.h"
30 30
 #endif
31 31
 

Loading…
Cancel
Save