Fix GT2560 A+ servo pins

This commit is contained in:
Scott Lahteine
2017-12-25 02:20:13 -06:00
parent 05a6d48753
commit defff1e4a8
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
//