Prevent BOARD_NAME conflict with env

This commit is contained in:
Scott Lahteine
2019-08-20 19:08:58 -05:00
parent 33f6d77281
commit 0cc524b84f
164 changed files with 212 additions and 212 deletions

View File

@ -73,7 +73,7 @@
#endif
#define DEFAULT_MACHINE_NAME "Makibox"
#define BOARD_NAME "5DPrint D8"
#define BOARD_INFO_NAME "5DPrint D8"
//
// Servos

View File

@ -72,7 +72,7 @@
#error "Oops! Select 'AT90USB646_TEENSYPP' in 'Tools > Board.'"
#endif
#define BOARD_NAME "Brainwave"
#define BOARD_INFO_NAME "Brainwave"
//
// Limit Switches

View File

@ -79,7 +79,7 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif
#define BOARD_NAME "Brainwave Pro"
#define BOARD_INFO_NAME "Brainwave Pro"
//
// Limit Switches

View File

@ -66,7 +66,7 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif
#define BOARD_NAME "Printrboard"
#define BOARD_INFO_NAME "Printrboard"
// Disable JTAG pins so they can be used for the Extrudrboard
#define DISABLE_JTAG

View File

@ -71,7 +71,7 @@
#error "USBCON should be defined by the platform for this board."
#endif
#define BOARD_NAME "Printrboard Rev.F"
#define BOARD_INFO_NAME "Printrboard Rev.F"
// Disable JTAG pins so EXP1 pins work correctly
// (Its pins are used for the Extrudrboard and filament sensor, for example).

View File

@ -66,8 +66,8 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif
#define BOARD_NAME "SAV MkI"
#define DEFAULT_MACHINE_NAME BOARD_NAME
#define BOARD_INFO_NAME "SAV MkI"
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#define DEFAULT_SOURCE_CODE_URL "https://tinyurl.com/onru38b"
//

View File

@ -111,7 +111,7 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif
#define BOARD_NAME "Teensy++2.0"
#define BOARD_INFO_NAME "Teensy++2.0"
//
// Limit Switches

View File

@ -77,7 +77,7 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif
#define BOARD_NAME "Teensylu"
#define BOARD_INFO_NAME "Teensylu"
//
// Limit Switch definitions that match the SCHEMATIC