mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-29 13:19:53 +00:00
GT2560 Rev.A Plus Z Max Pin with BLTouch (#21375)
This commit is contained in:
parent
1d3f28da2e
commit
1caf8a1f5b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue