Merge pull request #1330 from avluis/feature-request
Update Marlin Firmware URL
This commit is contained in:
commit
8813978766
1 changed files with 3 additions and 3 deletions
|
@ -37,13 +37,13 @@
|
||||||
#define FIRMWARE_URL "http://firmware.ultimaker.com"
|
#define FIRMWARE_URL "http://firmware.ultimaker.com"
|
||||||
#elif MB(RUMBA)
|
#elif MB(RUMBA)
|
||||||
#define MACHINE_NAME "Rumba"
|
#define MACHINE_NAME "Rumba"
|
||||||
#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
|
#define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
|
||||||
#elif MB(3DRAG)
|
#elif MB(3DRAG)
|
||||||
#define MACHINE_NAME "3Drag"
|
#define MACHINE_NAME "3Drag"
|
||||||
#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
|
#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
|
||||||
#elif MB(5DPRINT)
|
#elif MB(5DPRINT)
|
||||||
#define MACHINE_NAME "Makibox"
|
#define MACHINE_NAME "Makibox"
|
||||||
#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
|
#define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
|
||||||
#elif MB(SAV_MKI)
|
#elif MB(SAV_MKI)
|
||||||
#define MACHINE_NAME "SAV MkI"
|
#define MACHINE_NAME "SAV MkI"
|
||||||
#define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
|
#define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Default firmware set to Mendel
|
// Default firmware set to Mendel
|
||||||
#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
|
#define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue