chiark / gitweb /
Fixed #if for Ultimaker.
authorDaid <daid303@gmail.com>
Wed, 9 May 2012 08:50:44 +0000 (10:50 +0200)
committerDaid <daid303@gmail.com>
Wed, 9 May 2012 08:50:44 +0000 (10:50 +0200)
Marlin/language.h

index f6180bc408be950046be1c9fc9b304b17245b543..6fdf14995cb6b3da042e09255dd95e7639841c6d 100644 (file)
@@ -12,7 +12,7 @@
 
 #define PROTOCOL_VERSION "1.0"
 
-#ifdef MOTHERBOARD == 7
+#if MOTHERBOARD == 7 || MOTHERBOARD == 71
        #define MACHINE_NAME "Ultimaker"
        #define FIRMWARE_URL "http://firmware.ultimaker.com"
 #else
@@ -89,7 +89,7 @@
        #define MSG_NO_MOVE "No move."
        #define MSG_PART_RELEASE "Partial Release"
        #define MSG_KILLED "KILLED. "
-        #define MSG_STOPPED "STOPPED. "
+       #define MSG_STOPPED "STOPPED. "
        #define MSG_PREHEAT_PLA " Preheat PLA"
        #define MSG_PREHEAT_ABS " Preheat ABS"
        #define MSG_STEPPER_RELEASED "Released."
        #define MSG_PREHEAT_PLA " Preheat PLA"
        #define MSG_PREHEAT_ABS " Preheat ABS"
        #define MSG_MOVE_AXIS " Move Axis      \x7E"
-        #define MSG_MOVE_AXIS " Achsen verfahren   \x7E"
+       #define MSG_MOVE_AXIS " Achsen verfahren   \x7E"
        #define MSG_SPEED " Geschw:"
        #define MSG_NOZZLE " \002Duese:"
        #define MSG_NOZZLE1 " \002Duese2:"