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

Loading…
Cancel
Save