DELTA should ignore Z_SAFE_HOMING
This commit is contained in:
parent
9f1dd6d431
commit
2525528fb2
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Reference in a new issue