瀏覽代碼

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

ellensp 3 年之前
父節點
當前提交
1caf8a1f5b
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存