Ver código fonte

Removed html and added rumba

Found some unwanted html at the bottom of the file which caused it to not be able to compile.
Also added rumba as machine.
blddk 11 anos atrás
pai
commit
d2b00fe486
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4
    2
      Marlin/language.h

+ 4
- 2
Marlin/language.h Ver arquivo

@@ -26,6 +26,9 @@
26 26
 #if MOTHERBOARD == 7 || MOTHERBOARD == 71
27 27
 	#define MACHINE_NAME "Ultimaker"
28 28
 	#define FIRMWARE_URL "http://firmware.ultimaker.com"
29
+#elif MOTHERBOARD == 80
30
+	#define MACHINE_NAME "Rumba"
31
+	#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
29 32
 #else
30 33
 	#define MACHINE_NAME "Mendel"
31 34
 	#define FIRMWARE_URL "http://www.mendel-parts.com"
@@ -1461,5 +1464,4 @@
1461 1464
 	#define MSG_ERR_LONG_EXTRUDE_STOP " liian pitka pursotus estetty"
1462 1465
 
1463 1466
 #endif
1464
-#endif // ifndef LANGUAGE_H
1465
-</pre></body></html>
1467
+#endif // ifndef LANGUAGE_H

Carregando…
Cancelar
Salvar