Ver código fonte

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

ellensp 3 anos atrás
pai
commit
1caf8a1f5b
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      Marlin/src/pins/mega/pins_GT2560_REV_A.h

+ 2
- 1
Marlin/src/pins/mega/pins_GT2560_REV_A.h Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar