瀏覽代碼

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 年之前
父節點
當前提交
d2b00fe486
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. 4
    2
      Marlin/language.h

+ 4
- 2
Marlin/language.h 查看文件

@@ -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

Loading…
取消
儲存