Quellcode durchsuchen

url to firmware downloads

Scott Lahteine vor 10 Jahren
Ursprung
Commit
0af9a0bf57
2 geänderte Dateien mit 5 neuen und 7 gelöschten Zeilen
  1. 1
    1
      Marlin/example_configurations/WITBOX/Configuration.h
  2. 4
    6
      Marlin/language.h

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h Datei anzeigen

@@ -27,7 +27,7 @@
27 27
 #define STRING_VERSION "1.0.2"
28 28
 #define STRING_URL "reprap.org"
29 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 31
 #define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
32 32
 
33 33
 // SERIAL_PORT selects which serial port should be used for communication with the host.

+ 4
- 6
Marlin/language.h Datei anzeigen

@@ -55,14 +55,12 @@
55 55
   #define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
56 56
 #elif MB(WITBOX)
57 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 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 63
   #define MACHINE_NAME "Mendel"
65
-  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
66 64
 #endif
67 65
 
68 66
 #ifdef CUSTOM_MENDEL_NAME

Laden…
Abbrechen
Speichern