浏览代码

Fixed #if for Ultimaker.

Daid 13 年前
父节点
当前提交
279d00da9f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      Marlin/language.h

+ 3
- 3
Marlin/language.h 查看文件

12
 
12
 
13
 #define PROTOCOL_VERSION "1.0"
13
 #define PROTOCOL_VERSION "1.0"
14
 
14
 
15
-#ifdef MOTHERBOARD == 7
15
+#if MOTHERBOARD == 7 || MOTHERBOARD == 71
16
 	#define MACHINE_NAME "Ultimaker"
16
 	#define MACHINE_NAME "Ultimaker"
17
 	#define FIRMWARE_URL "http://firmware.ultimaker.com"
17
 	#define FIRMWARE_URL "http://firmware.ultimaker.com"
18
 #else
18
 #else
89
 	#define MSG_NO_MOVE "No move."
89
 	#define MSG_NO_MOVE "No move."
90
 	#define MSG_PART_RELEASE "Partial Release"
90
 	#define MSG_PART_RELEASE "Partial Release"
91
 	#define MSG_KILLED "KILLED. "
91
 	#define MSG_KILLED "KILLED. "
92
-        #define MSG_STOPPED "STOPPED. "
92
+	#define MSG_STOPPED "STOPPED. "
93
 	#define MSG_PREHEAT_PLA " Preheat PLA"
93
 	#define MSG_PREHEAT_PLA " Preheat PLA"
94
 	#define MSG_PREHEAT_ABS " Preheat ABS"
94
 	#define MSG_PREHEAT_ABS " Preheat ABS"
95
 	#define MSG_STEPPER_RELEASED "Released."
95
 	#define MSG_STEPPER_RELEASED "Released."
182
 	#define MSG_PREHEAT_PLA " Preheat PLA"
182
 	#define MSG_PREHEAT_PLA " Preheat PLA"
183
 	#define MSG_PREHEAT_ABS " Preheat ABS"
183
 	#define MSG_PREHEAT_ABS " Preheat ABS"
184
 	#define MSG_MOVE_AXIS " Move Axis      \x7E"
184
 	#define MSG_MOVE_AXIS " Move Axis      \x7E"
185
-        #define MSG_MOVE_AXIS " Achsen verfahren   \x7E"
185
+	#define MSG_MOVE_AXIS " Achsen verfahren   \x7E"
186
 	#define MSG_SPEED " Geschw:"
186
 	#define MSG_SPEED " Geschw:"
187
 	#define MSG_NOZZLE " \002Duese:"
187
 	#define MSG_NOZZLE " \002Duese:"
188
 	#define MSG_NOZZLE1 " \002Duese2:"
188
 	#define MSG_NOZZLE1 " \002Duese2:"

正在加载...
取消
保存