Browse Source

More board name cleanup

pull/1/head
Scott Lahteine 5 years ago
parent
commit
44c8f29e47
  1. 2
      Marlin/src/pins/pins_AZTEEG_X5_MINI.h
  2. 2
      Marlin/src/pins/pins_BEAST.h
  3. 4
      Marlin/src/pins/pins_BIGTREE_SKR_MINI_E3.h
  4. 4
      Marlin/src/pins/pins_BIGTREE_SKR_MINI_V1_1.h
  5. 2
      Marlin/src/pins/pins_BIGTREE_SKR_PRO_V1.1.h
  6. 4
      Marlin/src/pins/pins_BIGTREE_SKR_V1.1.h
  7. 4
      Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h

2
Marlin/src/pins/pins_AZTEEG_X5_MINI.h

@ -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"

2
Marlin/src/pins/pins_BEAST.h

@ -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

4
Marlin/src/pins/pins_BIGTREE_SKR_MINI_E3.h

@ -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

4
Marlin/src/pins/pins_BIGTREE_SKR_MINI_V1_1.h

@ -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

2
Marlin/src/pins/pins_BIGTREE_SKR_PRO_V1.1.h

@ -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

4
Marlin/src/pins/pins_BIGTREE_SKR_V1.1.h

@ -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

4
Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h

@ -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…
Cancel
Save