Merge pull request #4434 from thinkyhead/rc_delta_safe_homing
DELTA should ignore Z_SAFE_HOMING
This commit is contained in:
commit
5367d56f87
|
@ -146,6 +146,13 @@
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* DELTA should ignore Z_SAFE_HOMING
|
||||||
|
*/
|
||||||
|
#if ENABLED(DELTA)
|
||||||
|
#undef Z_SAFE_HOMING
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Safe Homing Options
|
* Safe Homing Options
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue