Don't use board url as override
This commit is contained in:
parent
b8e4b993d6
commit
b2a4b6f34e
@ -90,10 +90,11 @@
|
|||||||
#define MACHINE_UUID DEFAULT_MACHINE_UUID
|
#define MACHINE_UUID DEFAULT_MACHINE_UUID
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BOARD_WEBSITE_URL
|
#define MARLIN_WEBSITE_URL "http://marlinfw.org"
|
||||||
#undef WEBSITE_URL
|
|
||||||
#define WEBSITE_URL BOARD_WEBSITE_URL
|
//#if !defined(STRING_SPLASH_LINE3) && defined(WEBSITE_URL)
|
||||||
#endif
|
// #define STRING_SPLASH_LINE3 WEBSITE_URL
|
||||||
|
//#endif
|
||||||
|
|
||||||
#if HAS_GRAPHICAL_LCD
|
#if HAS_GRAPHICAL_LCD
|
||||||
//
|
//
|
||||||
|
@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The WEBSITE_URL is the location where users can get more information such as
|
* The WEBSITE_URL is the location where users can get more information such as
|
||||||
* documentation about a specific Marlin release.
|
* documentation about a specific Marlin release. Displayed in the Info Menu.
|
||||||
*/
|
*/
|
||||||
#define WEBSITE_URL "http://marlinfw.org"
|
#define WEBSITE_URL "http://marlinfw.org"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user