mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-24 23:22:36 +00:00
parent
afe77bd138
commit
5a3a53379f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue