Browse Source

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

ellensp 3 years ago
parent
commit
1caf8a1f5b
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/src/pins/mega/pins_GT2560_REV_A.h

+ 2
- 1
Marlin/src/pins/mega/pins_GT2560_REV_A.h View File

@@ -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…
Cancel
Save