Parcourir la source

Delta supports some auto bed leveling options

Scott Lahteine il y a 9 ans
Parent
révision
a1c240b0a4
1 fichiers modifiés avec 1 ajouts et 8 suppressions
  1. 1
    8
      Marlin/SanityCheck.h

+ 1
- 8
Marlin/SanityCheck.h Voir le fichier

@@ -48,13 +48,6 @@
48 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 51
    * Options only for EXTRUDERS == 1
59 52
    */
60 53
   #if EXTRUDERS > 1
@@ -181,7 +174,7 @@
181 174
   /**
182 175
    * Delta has limited bed leveling options
183 176
    */
184
-  #if defined(DELTA)
177
+  #ifdef DELTA
185 178
 
186 179
     #ifdef ENABLE_AUTO_BED_LEVELING
187 180
 

Chargement…
Annuler
Enregistrer