From f21c65918f27ce7f8fda69a5b56a9ed811747e61 Mon Sep 17 00:00:00 2001
From: John Davis <ei8htohms@gmail.com>
Date: Fri, 19 Dec 2014 17:20:09 -0500
Subject: [PATCH] Update Servo.h

Changed AUTO_BED_LEVELING to AUTO_BED_COMPENSATION
---
 Marlin/Servo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/Servo.h b/Marlin/Servo.h
index 204497a4ad..ba7a414a04 100644
--- a/Marlin/Servo.h
+++ b/Marlin/Servo.h
@@ -123,7 +123,7 @@ public:
   int read();                        // returns current pulse width as an angle between 0 and 180 degrees
   int readMicroseconds();            // returns current pulse width in microseconds for this servo (was read_us() in first release)
   bool attached();                   // return true if this servo is attached, otherwise false
-#if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
+#if defined (ENABLE_AUTO_BED_COMPENSATION) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
   int pin;                           // store the hardware pin of the servo
 #endif
 private: