Parcourir la source

Merge pull request #4434 from thinkyhead/rc_delta_safe_homing

DELTA should ignore Z_SAFE_HOMING
Scott Lahteine il y a 8 ans
Parent
révision
5367d56f87
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7
    0
      Marlin/Conditionals_post.h

+ 7
- 0
Marlin/Conditionals_post.h Voir le fichier

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

Chargement…
Annuler
Enregistrer