Browse Source

Always disable SLOWDOWN for DELTA/SCARA

Scott Lahteine 9 years ago
parent
commit
3a56836ead
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/Conditionals_post.h

+ 2
- 1
Marlin/Conditionals_post.h View File

@@ -143,10 +143,11 @@
143 143
   #endif
144 144
 
145 145
   /**
146
-   * DELTA should ignore Z_SAFE_HOMING
146
+   * DELTA should ignore Z_SAFE_HOMING and SLOWDOWN
147 147
    */
148 148
   #if ENABLED(DELTA)
149 149
     #undef Z_SAFE_HOMING
150
+    #undef SLOWDOWN
150 151
   #endif
151 152
 
152 153
   /**

Loading…
Cancel
Save