Fix GT2560 A+ servo pin

This commit is contained in:
Scott Lahteine
2017-12-25 02:18:56 -06:00
parent c6354fa153
commit 2925852244
2 changed files with 8 additions and 6 deletions

View File

@@ -30,8 +30,11 @@
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."
#endif
#define BOARD_NAME "GT2560 Rev.A"
#ifndef BOARD_NAME
#define BOARD_NAME "GT2560 Rev.A"
#endif
#define DEFAULT_MACHINE_NAME "Prusa i3 Pro B"
//
// Limit Switches
//