Browse Source

Always disable SLOWDOWN for DELTA/SCARA

pull/1/head
Scott Lahteine 8 years ago
parent
commit
3a56836ead
  1. 3
      Marlin/Conditionals_post.h

3
Marlin/Conditionals_post.h

@ -143,10 +143,11 @@
#endif
/**
* DELTA should ignore Z_SAFE_HOMING
* DELTA should ignore Z_SAFE_HOMING and SLOWDOWN
*/
#if ENABLED(DELTA)
#undef Z_SAFE_HOMING
#undef SLOWDOWN
#endif
/**

Loading…
Cancel
Save