Browse Source

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 12 years ago
parent
commit
d2b00fe486
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      Marlin/language.h

+ 4
- 2
Marlin/language.h View File

26
 #if MOTHERBOARD == 7 || MOTHERBOARD == 71
26
 #if MOTHERBOARD == 7 || MOTHERBOARD == 71
27
 	#define MACHINE_NAME "Ultimaker"
27
 	#define MACHINE_NAME "Ultimaker"
28
 	#define FIRMWARE_URL "http://firmware.ultimaker.com"
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
 #else
32
 #else
30
 	#define MACHINE_NAME "Mendel"
33
 	#define MACHINE_NAME "Mendel"
31
 	#define FIRMWARE_URL "http://www.mendel-parts.com"
34
 	#define FIRMWARE_URL "http://www.mendel-parts.com"
1461
 	#define MSG_ERR_LONG_EXTRUDE_STOP " liian pitka pursotus estetty"
1464
 	#define MSG_ERR_LONG_EXTRUDE_STOP " liian pitka pursotus estetty"
1462
 
1465
 
1463
 #endif
1466
 #endif
1464
-#endif // ifndef LANGUAGE_H
1465
-</pre></body></html>
1467
+#endif // ifndef LANGUAGE_H

Loading…
Cancel
Save