浏览代码

Delta supports some auto bed leveling options

Scott Lahteine 10 年前
父节点
当前提交
a1c240b0a4
共有 1 个文件被更改,包括 1 次插入8 次删除
  1. 1
    8
      Marlin/SanityCheck.h

+ 1
- 8
Marlin/SanityCheck.h 查看文件

@@ -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
 

正在加载...
取消
保存