mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
url to firmware downloads
This commit is contained in:
parent
5f8dd92905
commit
0af9a0bf57
@ -27,7 +27,7 @@
|
|||||||
#define STRING_VERSION "1.0.2"
|
#define STRING_VERSION "1.0.2"
|
||||||
#define STRING_URL "reprap.org"
|
#define STRING_URL "reprap.org"
|
||||||
#define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
|
#define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
|
||||||
#define STRING_CONFIG_H_AUTHOR "(bq WITBOX)" // Who made the changes.
|
#define STRING_CONFIG_H_AUTHOR "(bq Witbox)" // Who made the changes.
|
||||||
#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
|
#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
|
||||||
|
|
||||||
// SERIAL_PORT selects which serial port should be used for communication with the host.
|
// SERIAL_PORT selects which serial port should be used for communication with the host.
|
||||||
|
@ -55,14 +55,12 @@
|
|||||||
#define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
|
#define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
|
||||||
#elif MB(WITBOX)
|
#elif MB(WITBOX)
|
||||||
#define MACHINE_NAME "WITBOX"
|
#define MACHINE_NAME "WITBOX"
|
||||||
#define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
|
#define FIRMWARE_URL "http://www.bq.com/gb/downloads-witbox.html"
|
||||||
#elif MB(HEPHESTOS)
|
#elif MB(HEPHESTOS)
|
||||||
#define MACHINE_NAME "Hephestos"
|
#define MACHINE_NAME "HEPHESTOS"
|
||||||
#define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
|
#define FIRMWARE_URL "http://www.bq.com/gb/downloads-prusa-i3-hephestos.html"
|
||||||
#else
|
#else // Default firmware set to Mendel
|
||||||
// Default firmware set to Mendel
|
|
||||||
#define MACHINE_NAME "Mendel"
|
#define MACHINE_NAME "Mendel"
|
||||||
#define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CUSTOM_MENDEL_NAME
|
#ifdef CUSTOM_MENDEL_NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user