Browse Source

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

vanilla_fb_2.0.x
ellensp 3 years ago
committed by Scott Lahteine
parent
commit
bf3fce3550
  1. 3
      Marlin/src/pins/mega/pins_GT2560_REV_A.h

3
Marlin/src/pins/mega/pins_GT2560_REV_A.h

@ -47,10 +47,11 @@
#if ENABLED(BLTOUCH)
#if MB(GT2560_REV_A_PLUS)
#define SERVO0_PIN 11
#define Z_MAX_PIN 32
#else
#define SERVO0_PIN 32
#define Z_MAX_PIN -1
#endif
#define Z_MAX_PIN -1
#else
#define Z_MAX_PIN 32
#endif

Loading…
Cancel
Save