Kaynağa Gözat

Fixed #if for Ultimaker.

Daid 13 yıl önce
ebeveyn
işleme
279d00da9f
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      Marlin/language.h

+ 3
- 3
Marlin/language.h Dosyayı Görüntüle

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

Loading…
İptal
Kaydet