diff --git a/Marlin/Conditionals_post.h b/Marlin/Conditionals_post.h index 3ff131de2e59bc4b1cdedbde74a1dc77800a5b6a..76ee984579d08c19f322b095d99e1157803d8780 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 */