Browse Source

Merge pull request #4434 from thinkyhead/rc_delta_safe_homing

DELTA should ignore Z_SAFE_HOMING
Scott Lahteine 8 years ago
parent
commit
5367d56f87
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/Conditionals_post.h

+ 7
- 0
Marlin/Conditionals_post.h View File

@@ -147,6 +147,13 @@
147 147
   #endif
148 148
 
149 149
   /**
150
+   * DELTA should ignore Z_SAFE_HOMING
151
+   */
152
+  #if ENABLED(DELTA)
153
+    #undef Z_SAFE_HOMING
154
+  #endif
155
+
156
+  /**
150 157
    * Safe Homing Options
151 158
    */
152 159
   #if ENABLED(Z_SAFE_HOMING)

Loading…
Cancel
Save