Merge pull request #4569 from thinkyhead/rc_disable_slowdown_on_delta
Always disable SLOWDOWN for DELTA/SCARA
This commit is contained in:
commit
dad4702e85
|
@ -143,10 +143,11 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DELTA should ignore Z_SAFE_HOMING
|
* DELTA should ignore Z_SAFE_HOMING and SLOWDOWN
|
||||||
*/
|
*/
|
||||||
#if ENABLED(DELTA)
|
#if ENABLED(DELTA)
|
||||||
#undef Z_SAFE_HOMING
|
#undef Z_SAFE_HOMING
|
||||||
|
#undef SLOWDOWN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue