From 2525528fb2ec3961d8c10cd9146b2e7ec02a1000 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Wed, 27 Jul 2016 23:25:56 -0700
Subject: [PATCH] DELTA should ignore Z_SAFE_HOMING

---
 Marlin/Conditionals_post.h | 7 +++++++
 1 file changed, 7 insertions(+)

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