소스 검색

fix previous attempt

Thomas Buck 3 년 전
부모
커밋
e7ea00e423
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h 파일 보기

862
  *      - normally-closed switches to GND and D32.
862
  *      - normally-closed switches to GND and D32.
863
  *      - normally-open switches to 5V and D32.
863
  *      - normally-open switches to 5V and D32.
864
  */
864
  */
865
-#define Z_MIN_PROBE_PIN Z_MAX_PIN // Pin 32 is the RAMPS default
866
-
865
+//define Z_MIN_PROBE_PIN Z_MAX_PIN // Pin 32 is the RAMPS default
866
+#define Z_MIN_PROBE_PIN 32
867
 /**
867
 /**
868
  * Probe Type
868
  * Probe Type
869
  *
869
  *

Loading…
취소
저장