Patch BLTouch Z_MAX_PIN for GT2560 Rev.A (non-plus) (#17721)
This commit is contained in:
parent
c56b66543d
commit
7eac76d31b
@ -44,7 +44,17 @@
|
|||||||
#define Y_MIN_PIN 26
|
#define Y_MIN_PIN 26
|
||||||
#define Y_MAX_PIN 28
|
#define Y_MAX_PIN 28
|
||||||
#define Z_MIN_PIN 30
|
#define Z_MIN_PIN 30
|
||||||
|
|
||||||
|
#if ENABLED(BLTOUCH)
|
||||||
|
#if MB(GT2560_REV_A_PLUS)
|
||||||
|
#define SERVO0_PIN 11
|
||||||
|
#else
|
||||||
|
#define SERVO0_PIN 32
|
||||||
|
#endif
|
||||||
|
#define Z_MAX_PIN -1
|
||||||
|
#else
|
||||||
#define Z_MAX_PIN 32
|
#define Z_MAX_PIN 32
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
#include "pins_GT2560_REV_A.h"
|
#include "pins_GT2560_REV_A.h"
|
||||||
|
|
||||||
#if ENABLED(BLTOUCH)
|
#if DISABLED(BLTOUCH)
|
||||||
#define SERVO0_PIN 11
|
|
||||||
#else
|
|
||||||
#define SERVO0_PIN 32
|
#define SERVO0_PIN 32
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user