Browse Source

DEFAULT_WEBSITE_URL => BOARD_WEBSITE_URL

pull/1/head
Scott Lahteine 5 years ago
parent
commit
95d3f3953a
  1. 4
      Marlin/src/core/language.h
  2. 4
      Marlin/src/pins/pins_AZTEEG_X5_GT.h
  3. 4
      Marlin/src/pins/pins_AZTEEG_X5_MINI_WIFI.h
  4. 4
      Marlin/src/pins/pins_MKS_SBASE.h
  5. 4
      Marlin/src/pins/pins_SELENA_COMPACT.h
  6. 4
      Marlin/src/pins/pins_SMOOTHIEBOARD.h

4
Marlin/src/core/language.h

@ -89,9 +89,9 @@
#define MACHINE_UUID DEFAULT_MACHINE_UUID #define MACHINE_UUID DEFAULT_MACHINE_UUID
#endif #endif
#ifdef DEFAULT_WEBSITE_URL #ifdef BOARD_WEBSITE_URL
#undef WEBSITE_URL #undef WEBSITE_URL
#define WEBSITE_URL DEFAULT_WEBSITE_URL #define WEBSITE_URL BOARD_WEBSITE_URL
#endif #endif
#if HAS_GRAPHICAL_LCD #if HAS_GRAPHICAL_LCD

4
Marlin/src/pins/pins_AZTEEG_X5_GT.h

@ -29,8 +29,8 @@
#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
#define BOARD_NAME "Azteeg X5 GT" #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_WEBSITE_URL "https://www.panucatt.com/azteeg_X5_GT_reprap_3d_printer_controller_p/ax5gt.htm"
// //
// Set CPU // Set CPU

4
Marlin/src/pins/pins_AZTEEG_X5_MINI_WIFI.h

@ -29,8 +29,8 @@
#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
#define BOARD_NAME "Azteeg X5 MINI WIFI" #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_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"
// //
// LED // LED

4
Marlin/src/pins/pins_MKS_SBASE.h

@ -29,8 +29,8 @@
#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
#define BOARD_NAME "MKS SBASE" #define BOARD_NAME "MKS SBASE"
#define DEFAULT_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE" #define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
#define LED_PIN P1_18 // Used as a status indicator #define LED_PIN P1_18 // Used as a status indicator
#define LED2_PIN P1_19 #define LED2_PIN P1_19

4
Marlin/src/pins/pins_SELENA_COMPACT.h

@ -29,8 +29,8 @@
#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
#define BOARD_NAME "Selena Compact" #define BOARD_NAME "Selena Compact"
#define DEFAULT_WEBSITE_URL "https://github.com/Ales2-k/Selena" #define BOARD_WEBSITE_URL "https://github.com/Ales2-k/Selena"
// //
// Limit Switches // Limit Switches

4
Marlin/src/pins/pins_SMOOTHIEBOARD.h

@ -29,8 +29,8 @@
#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
#define BOARD_NAME "Smoothieboard" #define BOARD_NAME "Smoothieboard"
#define DEFAULT_WEBSITE_URL "http://smoothieware.org/smoothieboard" #define BOARD_WEBSITE_URL "http://smoothieware.org/smoothieboard"
#undef F_CPU #undef F_CPU
#define F_CPU 120000000 #define F_CPU 120000000

Loading…
Cancel
Save