Move SERVO0 pin on GT2560 A+ with BLTOUCH enabled

Based on #7769
This commit is contained in:
Scott Lahteine 2017-09-27 10:39:44 -05:00 committed by GitHub
parent 0c2cefed8f
commit b105e47cb5

View File

@ -29,4 +29,8 @@
#undef BOARD_NAME
#define BOARD_NAME "GT2560 Rev.A+"
#define SERVO0_PIN 11
#if ENABLED(BLTOUCH)
#define SERVO0_PIN 32
#else
#define SERVO0_PIN 11
#endif