소스 검색

GT2560 Rev.A Plus Z Max Pin with BLTouch (#21375)

ellensp 3 년 전
부모
커밋
1caf8a1f5b
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      Marlin/src/pins/mega/pins_GT2560_REV_A.h

+ 2
- 1
Marlin/src/pins/mega/pins_GT2560_REV_A.h 파일 보기

@@ -47,10 +47,11 @@
47 47
 #if ENABLED(BLTOUCH)
48 48
   #if MB(GT2560_REV_A_PLUS)
49 49
     #define SERVO0_PIN                        11
50
+    #define Z_MAX_PIN                         32
50 51
   #else
51 52
     #define SERVO0_PIN                        32
53
+    #define Z_MAX_PIN                         -1
52 54
   #endif
53
-  #define Z_MAX_PIN                           -1
54 55
 #else
55 56
   #define Z_MAX_PIN                           32
56 57
 #endif

Loading…
취소
저장