Update pins for GT2560_Rev_A_Plus

For PR #7738
This commit is contained in:
Phr3d13 2017-09-27 05:06:55 -04:00 committed by Scott Lahteine
parent afe77bd138
commit 5a3a53379f

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