Browse Source

DEFAULT_WEBSITE_URL => BOARD_WEBSITE_URL

Scott Lahteine 6 years ago
parent
commit
95d3f3953a

+ 2
- 2
Marlin/src/core/language.h View File

@@ -89,9 +89,9 @@
89 89
   #define MACHINE_UUID DEFAULT_MACHINE_UUID
90 90
 #endif
91 91
 
92
-#ifdef DEFAULT_WEBSITE_URL
92
+#ifdef BOARD_WEBSITE_URL
93 93
   #undef  WEBSITE_URL
94
-  #define WEBSITE_URL DEFAULT_WEBSITE_URL
94
+  #define WEBSITE_URL BOARD_WEBSITE_URL
95 95
 #endif
96 96
 
97 97
 #if HAS_GRAPHICAL_LCD

+ 2
- 2
Marlin/src/pins/pins_AZTEEG_X5_GT.h View File

@@ -29,8 +29,8 @@
29 29
   #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
30 30
 #endif
31 31
 
32
-#define BOARD_NAME          "Azteeg X5 GT"
33
-#define DEFAULT_WEBSITE_URL "https://www.panucatt.com/azteeg_X5_GT_reprap_3d_printer_controller_p/ax5gt.htm"
32
+#define BOARD_NAME        "Azteeg X5 GT"
33
+#define BOARD_WEBSITE_URL "https://www.panucatt.com/azteeg_X5_GT_reprap_3d_printer_controller_p/ax5gt.htm"
34 34
 
35 35
 //
36 36
 //  Set CPU

+ 2
- 2
Marlin/src/pins/pins_AZTEEG_X5_MINI_WIFI.h View File

@@ -29,8 +29,8 @@
29 29
   #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
30 30
 #endif
31 31
 
32
-#define BOARD_NAME          "Azteeg X5 MINI WIFI"
33
-#define DEFAULT_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"
32
+#define BOARD_NAME        "Azteeg X5 MINI WIFI"
33
+#define BOARD_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"
34 34
 
35 35
 //
36 36
 // LED

+ 2
- 2
Marlin/src/pins/pins_MKS_SBASE.h View File

@@ -29,8 +29,8 @@
29 29
   #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
30 30
 #endif
31 31
 
32
-#define BOARD_NAME          "MKS SBASE"
33
-#define DEFAULT_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
32
+#define BOARD_NAME        "MKS SBASE"
33
+#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
34 34
 
35 35
 #define LED_PIN            P1_18   // Used as a status indicator
36 36
 #define LED2_PIN           P1_19

+ 2
- 2
Marlin/src/pins/pins_SELENA_COMPACT.h View File

@@ -29,8 +29,8 @@
29 29
   #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
30 30
 #endif
31 31
 
32
-#define BOARD_NAME          "Selena Compact"
33
-#define DEFAULT_WEBSITE_URL "https://github.com/Ales2-k/Selena"
32
+#define BOARD_NAME        "Selena Compact"
33
+#define BOARD_WEBSITE_URL "https://github.com/Ales2-k/Selena"
34 34
 
35 35
 //
36 36
 // Limit Switches

+ 2
- 2
Marlin/src/pins/pins_SMOOTHIEBOARD.h View File

@@ -29,8 +29,8 @@
29 29
   #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
30 30
 #endif
31 31
 
32
-#define BOARD_NAME          "Smoothieboard"
33
-#define DEFAULT_WEBSITE_URL "http://smoothieware.org/smoothieboard"
32
+#define BOARD_NAME        "Smoothieboard"
33
+#define BOARD_WEBSITE_URL "http://smoothieware.org/smoothieboard"
34 34
 
35 35
 #undef F_CPU
36 36
 #define F_CPU 120000000

Loading…
Cancel
Save