diff --git a/Marlin/Conditionals_post.h b/Marlin/Conditionals_post.h index f610e0df8..46d986c36 100644 --- a/Marlin/Conditionals_post.h +++ b/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 */