Browse Source

Update Servo.h

Changed AUTO_BED_LEVELING to AUTO_BED_COMPENSATION
John Davis 10 years ago
parent
commit
f21c65918f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Servo.h

+ 1
- 1
Marlin/Servo.h View File

@@ -123,7 +123,7 @@ public:
123 123
   int read();                        // returns current pulse width as an angle between 0 and 180 degrees
124 124
   int readMicroseconds();            // returns current pulse width in microseconds for this servo (was read_us() in first release)
125 125
   bool attached();                   // return true if this servo is attached, otherwise false
126
-#if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
126
+#if defined (ENABLE_AUTO_BED_COMPENSATION) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
127 127
   int pin;                           // store the hardware pin of the servo
128 128
 #endif
129 129
 private:

Loading…
Cancel
Save