From a1c240b0a4e62b91d92d56ecc32c262213ce3431 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Fri, 20 Mar 2015 04:04:45 -0700
Subject: [PATCH] Delta supports some auto bed leveling options

---
 Marlin/SanityCheck.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/Marlin/SanityCheck.h b/Marlin/SanityCheck.h
index 1a07f6b44d..a8937b44ba 100644
--- a/Marlin/SanityCheck.h
+++ b/Marlin/SanityCheck.h
@@ -47,13 +47,6 @@
     #error EXTRUDER_RUNOUT_PREVENT currently incompatible with FILAMENTCHANGE.
   #endif
 
-  /**
-   * Auto Bed Leveling and Delta
-   */
-  #if defined(ENABLE_AUTO_BED_LEVELING) && defined(DELTA)
-    #error Bed Auto Leveling is still not compatible with Delta Kinematics.
-  #endif
-
   /**
    * Options only for EXTRUDERS == 1
    */
@@ -181,7 +174,7 @@
   /**
    * Delta has limited bed leveling options
    */
-  #if defined(DELTA)
+  #ifdef DELTA
 
     #ifdef ENABLE_AUTO_BED_LEVELING