Browse Source

url to firmware downloads

Scott Lahteine 10 years ago
parent
commit
0af9a0bf57
2 changed files with 5 additions and 7 deletions
  1. 1
    1
      Marlin/example_configurations/WITBOX/Configuration.h
  2. 4
    6
      Marlin/language.h

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

27
 #define STRING_VERSION "1.0.2"
27
 #define STRING_VERSION "1.0.2"
28
 #define STRING_URL "reprap.org"
28
 #define STRING_URL "reprap.org"
29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
30
-#define STRING_CONFIG_H_AUTHOR "(bq WITBOX)" // Who made the changes.
30
+#define STRING_CONFIG_H_AUTHOR "(bq Witbox)" // Who made the changes.
31
 #define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
31
 #define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
32
 
32
 
33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
33
 // SERIAL_PORT selects which serial port should be used for communication with the host.

+ 4
- 6
Marlin/language.h View File

55
   #define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
55
   #define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
56
 #elif MB(WITBOX)
56
 #elif MB(WITBOX)
57
   #define MACHINE_NAME "WITBOX"
57
   #define MACHINE_NAME "WITBOX"
58
-  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
58
+  #define FIRMWARE_URL "http://www.bq.com/gb/downloads-witbox.html"
59
 #elif MB(HEPHESTOS)
59
 #elif MB(HEPHESTOS)
60
-  #define MACHINE_NAME "Hephestos"
61
-  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
62
-#else
63
-  // Default firmware set to Mendel
60
+  #define MACHINE_NAME "HEPHESTOS"
61
+  #define FIRMWARE_URL "http://www.bq.com/gb/downloads-prusa-i3-hephestos.html"
62
+#else // Default firmware set to Mendel
64
   #define MACHINE_NAME "Mendel"
63
   #define MACHINE_NAME "Mendel"
65
-  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
66
 #endif
64
 #endif
67
 
65
 
68
 #ifdef CUSTOM_MENDEL_NAME
66
 #ifdef CUSTOM_MENDEL_NAME

Loading…
Cancel
Save