From: Daid Date: Wed, 9 May 2012 08:50:44 +0000 (+0200) Subject: Fixed #if for Ultimaker. X-Git-Tag: iwj-success-2012-07-29~20^2~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=279d00da9f363c3868609e89f1eee4d592732355;p=marlin.git Fixed #if for Ultimaker. --- diff --git a/Marlin/language.h b/Marlin/language.h index f6180bc..6fdf149 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -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." @@ -182,7 +182,7 @@ #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:"