Procházet zdrojové kódy

More board name cleanup

Scott Lahteine před 6 roky
rodič
revize
44c8f29e47

+ 1
- 1
Marlin/src/pins/pins_AZTEEG_X5_MINI.h Zobrazit soubor

@@ -30,7 +30,7 @@
30 30
 #endif
31 31
 
32 32
 #ifndef BOARD_NAME
33
-  #define BOARD_NAME        "Azteeg X5 MINI"
33
+  #define BOARD_NAME      "Azteeg X5 MINI"
34 34
 #endif
35 35
 #define BOARD_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"
36 36
 

+ 1
- 1
Marlin/src/pins/pins_BEAST.h Zobrazit soubor

@@ -29,7 +29,7 @@
29 29
  * 21017 Victor Perez Marlin for stm32f1 test
30 30
  */
31 31
 
32
-#define BOARD_NAME "Beast STM32"
32
+#define BOARD_NAME           "Beast STM32"
33 33
 #define DEFAULT_MACHINE_NAME "STM32F103RET6"
34 34
 
35 35
 // Enable I2C_EEPROM for testing

+ 1
- 3
Marlin/src/pins/pins_BIGTREE_SKR_MINI_E3.h Zobrazit soubor

@@ -24,9 +24,7 @@
24 24
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
25 25
 #endif
26 26
 
27
-#ifndef BOARD_NAME
28
-  #define BOARD_NAME "BIGTREE SKR MINI E3"
29
-#endif
27
+#define BOARD_NAME "BIGTREE SKR Mini E3"
30 28
 
31 29
 // Release PB3/PB4 (E0 STP/DIR) from JTAG pins
32 30
 #define DISABLE_JTAG

+ 1
- 3
Marlin/src/pins/pins_BIGTREE_SKR_MINI_V1_1.h Zobrazit soubor

@@ -25,9 +25,7 @@
25 25
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
26 26
 #endif
27 27
 
28
-#ifndef BOARD_NAME
29
-  #define BOARD_NAME "BIGTREE SKR mini V1.1"
30
-#endif
28
+#define BOARD_NAME "BIGTREE SKR Mini 1.1"
31 29
 
32 30
 //#define DISABLE_DEBUG
33 31
 #define DISABLE_JTAG

+ 1
- 1
Marlin/src/pins/pins_BIGTREE_SKR_PRO_V1.1.h Zobrazit soubor

@@ -29,7 +29,7 @@
29 29
   #error "BIGTREE SKR Pro V1.1 supports up to 3 hotends / E-steppers."
30 30
 #endif
31 31
 
32
-#define BOARD_NAME "BIGTREE SKR Pro V1.1"
32
+#define BOARD_NAME "BIGTREE SKR Pro 1.1"
33 33
 
34 34
 #define SRAM_EEPROM_EMULATION
35 35
 

+ 1
- 3
Marlin/src/pins/pins_BIGTREE_SKR_V1.1.h Zobrazit soubor

@@ -25,9 +25,7 @@
25 25
   #error "Oops!  Make sure you have the LPC1768 environment selected in your IDE."
26 26
 #endif
27 27
 
28
-#ifndef BOARD_NAME
29
-  #define BOARD_NAME "BIGTREE SKR V1.1"
30
-#endif
28
+#define BOARD_NAME "BIGTREE SKR 1.1"
31 29
 
32 30
 //
33 31
 // Limit Switches

+ 1
- 3
Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h Zobrazit soubor

@@ -25,9 +25,7 @@
25 25
   #error "Oops!  Make sure you have the LPC1768 environment selected in your IDE."
26 26
 #endif
27 27
 
28
-#ifndef BOARD_NAME
29
-  #define BOARD_NAME "BIGTREE SKR V1.3"
30
-#endif
28
+#define BOARD_NAME "BIGTREE SKR 1.3"
31 29
 
32 30
 // Ignore temp readings during development.
33 31
 //#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000

Loading…
Zrušit
Uložit