Always disable SLOWDOWN for DELTA/SCARA

This commit is contained in:
Scott Lahteine 2016-08-08 18:06:11 -07:00
parent 67c4acf750
commit 3a56836ead

View File

@ -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
/**