Browse Source

Delta supports some auto bed leveling options

Scott Lahteine 10 years ago
parent
commit
a1c240b0a4
1 changed files with 1 additions and 8 deletions
  1. 1
    8
      Marlin/SanityCheck.h

+ 1
- 8
Marlin/SanityCheck.h View File

48
   #endif
48
   #endif
49
 
49
 
50
   /**
50
   /**
51
-   * Auto Bed Leveling and Delta
52
-   */
53
-  #if defined(ENABLE_AUTO_BED_LEVELING) && defined(DELTA)
54
-    #error Bed Auto Leveling is still not compatible with Delta Kinematics.
55
-  #endif
56
-
57
-  /**
58
    * Options only for EXTRUDERS == 1
51
    * Options only for EXTRUDERS == 1
59
    */
52
    */
60
   #if EXTRUDERS > 1
53
   #if EXTRUDERS > 1
181
   /**
174
   /**
182
    * Delta has limited bed leveling options
175
    * Delta has limited bed leveling options
183
    */
176
    */
184
-  #if defined(DELTA)
177
+  #ifdef DELTA
185
 
178
 
186
     #ifdef ENABLE_AUTO_BED_LEVELING
179
     #ifdef ENABLE_AUTO_BED_LEVELING
187
 
180
 

Loading…
Cancel
Save