DELTA should ignore Z_SAFE_HOMING

This commit is contained in:
Scott Lahteine 2016-07-27 23:25:56 -07:00
parent 9f1dd6d431
commit 2525528fb2

View File

@ -146,6 +146,13 @@
#define Z_SAFE_HOMING
#endif
/**
* DELTA should ignore Z_SAFE_HOMING
*/
#if ENABLED(DELTA)
#undef Z_SAFE_HOMING
#endif
/**
* Safe Homing Options
*/