More board name cleanup
This commit is contained in:
parent
ed0e6afacb
commit
44c8f29e47
@ -30,7 +30,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_NAME
|
||||
#define BOARD_NAME "Azteeg X5 MINI"
|
||||
#define BOARD_NAME "Azteeg X5 MINI"
|
||||
#endif
|
||||
#define BOARD_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
* 21017 Victor Perez Marlin for stm32f1 test
|
||||
*/
|
||||
|
||||
#define BOARD_NAME "Beast STM32"
|
||||
#define BOARD_NAME "Beast STM32"
|
||||
#define DEFAULT_MACHINE_NAME "STM32F103RET6"
|
||||
|
||||
// Enable I2C_EEPROM for testing
|
||||
|
@ -24,9 +24,7 @@
|
||||
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_NAME
|
||||
#define BOARD_NAME "BIGTREE SKR MINI E3"
|
||||
#endif
|
||||
#define BOARD_NAME "BIGTREE SKR Mini E3"
|
||||
|
||||
// Release PB3/PB4 (E0 STP/DIR) from JTAG pins
|
||||
#define DISABLE_JTAG
|
||||
|
@ -25,9 +25,7 @@
|
||||
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_NAME
|
||||
#define BOARD_NAME "BIGTREE SKR mini V1.1"
|
||||
#endif
|
||||
#define BOARD_NAME "BIGTREE SKR Mini 1.1"
|
||||
|
||||
//#define DISABLE_DEBUG
|
||||
#define DISABLE_JTAG
|
||||
|
@ -29,7 +29,7 @@
|
||||
#error "BIGTREE SKR Pro V1.1 supports up to 3 hotends / E-steppers."
|
||||
#endif
|
||||
|
||||
#define BOARD_NAME "BIGTREE SKR Pro V1.1"
|
||||
#define BOARD_NAME "BIGTREE SKR Pro 1.1"
|
||||
|
||||
#define SRAM_EEPROM_EMULATION
|
||||
|
||||
|
@ -25,9 +25,7 @@
|
||||
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_NAME
|
||||
#define BOARD_NAME "BIGTREE SKR V1.1"
|
||||
#endif
|
||||
#define BOARD_NAME "BIGTREE SKR 1.1"
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
|
@ -25,9 +25,7 @@
|
||||
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_NAME
|
||||
#define BOARD_NAME "BIGTREE SKR V1.3"
|
||||
#endif
|
||||
#define BOARD_NAME "BIGTREE SKR 1.3"
|
||||
|
||||
// Ignore temp readings during development.
|
||||
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
|
||||
|
Loading…
Reference in New Issue
Block a user