Skip to content
Snippets Groups Projects
Commit 5367d56f authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #4434 from thinkyhead/rc_delta_safe_homing

DELTA should ignore Z_SAFE_HOMING
parents dc3d2b50 2525528f
Branches
Tags
No related merge requests found
...@@ -146,6 +146,13 @@ ...@@ -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
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment