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