DEFAULT_WEBSITE_URL => BOARD_WEBSITE_URL
This commit is contained in:
parent
6ddd81c178
commit
95d3f3953a
@ -89,9 +89,9 @@
|
||||
#define MACHINE_UUID DEFAULT_MACHINE_UUID
|
||||
#endif
|
||||
|
||||
#ifdef DEFAULT_WEBSITE_URL
|
||||
#ifdef BOARD_WEBSITE_URL
|
||||
#undef WEBSITE_URL
|
||||
#define WEBSITE_URL DEFAULT_WEBSITE_URL
|
||||
#define WEBSITE_URL BOARD_WEBSITE_URL
|
||||
#endif
|
||||
|
||||
#if HAS_GRAPHICAL_LCD
|
||||
|
@ -29,8 +29,8 @@
|
||||
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
||||
#endif
|
||||
|
||||
#define BOARD_NAME "Azteeg X5 GT"
|
||||
#define DEFAULT_WEBSITE_URL "https://www.panucatt.com/azteeg_X5_GT_reprap_3d_printer_controller_p/ax5gt.htm"
|
||||
#define BOARD_NAME "Azteeg X5 GT"
|
||||
#define BOARD_WEBSITE_URL "https://www.panucatt.com/azteeg_X5_GT_reprap_3d_printer_controller_p/ax5gt.htm"
|
||||
|
||||
//
|
||||
// Set CPU
|
||||
|
@ -29,8 +29,8 @@
|
||||
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
||||
#endif
|
||||
|
||||
#define BOARD_NAME "Azteeg X5 MINI WIFI"
|
||||
#define DEFAULT_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"
|
||||
#define BOARD_NAME "Azteeg X5 MINI WIFI"
|
||||
#define BOARD_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"
|
||||
|
||||
//
|
||||
// LED
|
||||
|
@ -29,8 +29,8 @@
|
||||
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
||||
#endif
|
||||
|
||||
#define BOARD_NAME "MKS SBASE"
|
||||
#define DEFAULT_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
|
||||
#define BOARD_NAME "MKS SBASE"
|
||||
#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
|
||||
|
||||
#define LED_PIN P1_18 // Used as a status indicator
|
||||
#define LED2_PIN P1_19
|
||||
|
@ -29,8 +29,8 @@
|
||||
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
||||
#endif
|
||||
|
||||
#define BOARD_NAME "Selena Compact"
|
||||
#define DEFAULT_WEBSITE_URL "https://github.com/Ales2-k/Selena"
|
||||
#define BOARD_NAME "Selena Compact"
|
||||
#define BOARD_WEBSITE_URL "https://github.com/Ales2-k/Selena"
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
|
@ -29,8 +29,8 @@
|
||||
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
||||
#endif
|
||||
|
||||
#define BOARD_NAME "Smoothieboard"
|
||||
#define DEFAULT_WEBSITE_URL "http://smoothieware.org/smoothieboard"
|
||||
#define BOARD_NAME "Smoothieboard"
|
||||
#define BOARD_WEBSITE_URL "http://smoothieware.org/smoothieboard"
|
||||
|
||||
#undef F_CPU
|
||||
#define F_CPU 120000000
|
||||
|
Loading…
Reference in New Issue
Block a user