Browse Source

Update Marlin Firmware URL

Luis E Alvarado 9 years ago
parent
commit
7ae548cf34
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/language.h

+ 3
- 3
Marlin/language.h View File

@@ -37,13 +37,13 @@
37 37
   #define FIRMWARE_URL "http://firmware.ultimaker.com"
38 38
 #elif MB(RUMBA)
39 39
   #define MACHINE_NAME "Rumba"
40
-  #define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
40
+  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
41 41
 #elif MB(3DRAG)
42 42
   #define MACHINE_NAME "3Drag"
43 43
   #define FIRMWARE_URL "http://3dprint.elettronicain.it/"
44 44
 #elif MB(5DPRINT)
45 45
   #define MACHINE_NAME "Makibox"
46
-  #define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
46
+  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
47 47
 #elif MB(SAV_MKI)
48 48
   #define MACHINE_NAME "SAV MkI"
49 49
   #define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
@@ -55,7 +55,7 @@
55 55
   #endif
56 56
 
57 57
 // Default firmware set to Mendel
58
-  #define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
58
+  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
59 59
 #endif
60 60
 
61 61
 

Loading…
Cancel
Save