ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
Marlin/src/pins/mega/pins_GT2560_REV_A.h
|
@ -47,10 +47,11 @@ |
|
|
#if ENABLED(BLTOUCH) |
|
|
#if ENABLED(BLTOUCH) |
|
|
#if MB(GT2560_REV_A_PLUS) |
|
|
#if MB(GT2560_REV_A_PLUS) |
|
|
#define SERVO0_PIN 11 |
|
|
#define SERVO0_PIN 11 |
|
|
|
|
|
#define Z_MAX_PIN 32 |
|
|
#else |
|
|
#else |
|
|
#define SERVO0_PIN 32 |
|
|
#define SERVO0_PIN 32 |
|
|
|
|
|
#define Z_MAX_PIN -1 |
|
|
#endif |
|
|
#endif |
|
|
#define Z_MAX_PIN -1 |
|
|
|
|
|
#else |
|
|
#else |
|
|
#define Z_MAX_PIN 32 |
|
|
#define Z_MAX_PIN 32 |
|
|
#endif |
|
|
#endif |
|
|