Procházet zdrojové kódy

Patch for missing DELTA_HEIGHT

Scott Lahteine před 8 roky
rodič
revize
1823a6ea29
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7
    0
      Marlin/Conditionals_post.h

+ 7
- 0
Marlin/Conditionals_post.h Zobrazit soubor

@@ -120,6 +120,13 @@
120 120
   #endif
121 121
 
122 122
   /**
123
+   * If DELTA_HEIGHT isn't defined use the old setting
124
+   */
125
+  #if ENABLED(DELTA) && !defined(DELTA_HEIGHT)
126
+    #define DELTA_HEIGHT Z_HOME_POS
127
+  #endif
128
+
129
+  /**
123 130
    * Auto Bed Leveling and Z Probe Repeatability Test
124 131
    */
125 132
   #define HOMING_Z_WITH_PROBE (HAS_BED_PROBE && Z_HOME_DIR < 0 && ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN))

Loading…
Zrušit
Uložit