From d2b00fe48627eb9b5c3b78720c3faa83cbc69e6a Mon Sep 17 00:00:00 2001
From: blddk <michael.andresen@gmail.com>
Date: Fri, 22 Mar 2013 18:28:16 +0100
Subject: [PATCH] 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.
---
 Marlin/language.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Marlin/language.h b/Marlin/language.h
index d17f6f6670..51d40a2848 100644
--- a/Marlin/language.h
+++ b/Marlin/language.h
@@ -26,6 +26,9 @@
 #if MOTHERBOARD == 7 || MOTHERBOARD == 71
 	#define MACHINE_NAME "Ultimaker"
 	#define FIRMWARE_URL "http://firmware.ultimaker.com"
+#elif MOTHERBOARD == 80
+	#define MACHINE_NAME "Rumba"
+	#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
 #else
 	#define MACHINE_NAME "Mendel"
 	#define FIRMWARE_URL "http://www.mendel-parts.com"
@@ -1461,5 +1464,4 @@
 	#define MSG_ERR_LONG_EXTRUDE_STOP " liian pitka pursotus estetty"
 
 #endif
-#endif // ifndef LANGUAGE_H
-</pre></body></html>
\ No newline at end of file
+#endif // ifndef LANGUAGE_H
-- 
GitLab