소스 검색

Update Servo.h

Changed AUTO_BED_LEVELING to AUTO_BED_COMPENSATION
John Davis 10 년 전
부모
커밋
f21c65918f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/Servo.h

+ 1
- 1
Marlin/Servo.h 파일 보기

@@ -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…
취소
저장