Browse Source

BABYSTEPPING requires ULTRA_LCD

Scott Lahteine 8 years ago
parent
commit
d9e1f22682
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/SanityCheck.h

+ 3
- 0
Marlin/SanityCheck.h View File

@@ -32,6 +32,9 @@
32 32
  * Babystepping
33 33
  */
34 34
 #if ENABLED(BABYSTEPPING)
35
+  #if DISABLED(ULTRA_LCD)
36
+    #error BABYSTEPPING requires an LCD controller.
37
+  #endif
35 38
   #if ENABLED(SCARA)
36 39
     #error BABYSTEPPING is not implemented for SCARA yet.
37 40
   #endif

Loading…
Cancel
Save