Browse Source

Merge pull request #4434 from thinkyhead/rc_delta_safe_homing

DELTA should ignore Z_SAFE_HOMING
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
5367d56f87
  1. 7
      Marlin/Conditionals_post.h

7
Marlin/Conditionals_post.h

@ -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
*/

Loading…
Cancel
Save