Ver código fonte

make marlin-main the default

Scott Lahteine 9 anos atrás
pai
commit
c009c81e65
1 arquivos alterados com 1 adições e 4 exclusões
  1. 1
    4
      Marlin/language.h

+ 1
- 4
Marlin/language.h Ver arquivo

@@ -34,22 +34,20 @@
34 34
 #endif
35 35
 
36 36
 #define PROTOCOL_VERSION "1.0"
37
+#define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
37 38
 
38 39
 #if MB(ULTIMAKER)|| MB(ULTIMAKER_OLD)|| MB(ULTIMAIN_2)
39 40
   #define MACHINE_NAME "Ultimaker"
40 41
   #define FIRMWARE_URL "http://firmware.ultimaker.com"
41 42
 #elif MB(RUMBA)
42 43
   #define MACHINE_NAME "Rumba"
43
-  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
44 44
 #elif MB(3DRAG)
45 45
   #define MACHINE_NAME "3Drag"
46 46
   #define FIRMWARE_URL "http://3dprint.elettronicain.it/"
47 47
 #elif MB(K8200)
48 48
   #define MACHINE_NAME "K8200"
49
-  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
50 49
 #elif MB(5DPRINT)
51 50
   #define MACHINE_NAME "Makibox"
52
-  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
53 51
 #elif MB(SAV_MKI)
54 52
   #define MACHINE_NAME "SAV MkI"
55 53
   #define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
@@ -61,7 +59,6 @@
61 59
   #define FIRMWARE_URL "http://www.bq.com/gb/downloads-prusa-i3-hephestos.html"
62 60
 #else // Default firmware set to Mendel
63 61
   #define MACHINE_NAME "Mendel"
64
-  #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
65 62
 #endif
66 63
 
67 64
 #ifdef CUSTOM_MENDEL_NAME

Carregando…
Cancelar
Salvar