2014-12-18 18:33:00 +00:00
|
|
|
/**
|
|
|
|
* English
|
|
|
|
*
|
|
|
|
* LCD Menu Messages
|
2015-03-13 13:26:58 +00:00
|
|
|
* Se also documentation/LCDLanguageFont.md
|
2014-12-18 18:33:00 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
#ifndef LANGUAGE_EN_H
|
|
|
|
#define LANGUAGE_EN_H
|
2014-12-18 17:31:19 +00:00
|
|
|
|
2015-03-13 13:26:58 +00:00
|
|
|
#if !( defined(MAPPER_NON)|| defined(MAPPER_C2C3)|| defined(MAPPER_D0D1)|| defined(MAPPER_D0D1_MOD)|| defined(MAPPER_E382E383) )
|
2015-03-10 16:46:25 +00:00
|
|
|
#define MAPPER_NON // For direct asci codes
|
|
|
|
#endif
|
|
|
|
|
2015-03-13 13:26:58 +00:00
|
|
|
//#define SIMULATE_ROMFONT //Comment in to see what is seen on the character based displays
|
2015-04-27 10:15:36 +00:00
|
|
|
#if !( defined(SIMULATE_ROMFONT)|| defined(DISPLAY_CHARSET_ISO10646_1)|| defined(DISPLAY_CHARSET_ISO10646_5)|| defined(DISPLAY_CHARSET_ISO10646_KANA)|| defined(DISPLAY_CHARSET_ISO10646_CN) )
|
2015-03-13 13:26:58 +00:00
|
|
|
#define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2015-02-08 19:41:20 +00:00
|
|
|
#ifndef WELCOME_MSG
|
2014-12-18 17:31:19 +00:00
|
|
|
#define WELCOME_MSG MACHINE_NAME " ready."
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_SD_INSERTED
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_SD_INSERTED "Card inserted"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_SD_REMOVED
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_SD_REMOVED "Card removed"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MAIN
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MAIN "Main"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_AUTOSTART
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_AUTOSTART "Autostart"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_DISABLE_STEPPERS
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_DISABLE_STEPPERS "Disable steppers"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_AUTO_HOME
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_AUTO_HOME "Auto home"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_SET_HOME_OFFSETS
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_SET_HOME_OFFSETS "Set home offsets"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_SET_ORIGIN
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_SET_ORIGIN "Set origin"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_PLA
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_PREHEAT_PLA "Preheat PLA"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_PLA_N
|
2015-01-28 05:36:58 +00:00
|
|
|
#define MSG_PREHEAT_PLA_N MSG_PREHEAT_PLA " "
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_PLA_ALL
|
2015-01-28 05:36:58 +00:00
|
|
|
#define MSG_PREHEAT_PLA_ALL MSG_PREHEAT_PLA " All"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_PLA_BEDONLY
|
2015-01-28 05:36:58 +00:00
|
|
|
#define MSG_PREHEAT_PLA_BEDONLY MSG_PREHEAT_PLA " Bed"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_PLA_SETTINGS
|
2015-01-28 05:36:58 +00:00
|
|
|
#define MSG_PREHEAT_PLA_SETTINGS MSG_PREHEAT_PLA " conf"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_ABS
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_PREHEAT_ABS "Preheat ABS"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_ABS_N
|
2015-01-28 05:36:58 +00:00
|
|
|
#define MSG_PREHEAT_ABS_N MSG_PREHEAT_ABS " "
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_ABS_ALL
|
2015-01-28 05:36:58 +00:00
|
|
|
#define MSG_PREHEAT_ABS_ALL MSG_PREHEAT_ABS " All"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_ABS_BEDONLY
|
2015-01-28 05:36:58 +00:00
|
|
|
#define MSG_PREHEAT_ABS_BEDONLY MSG_PREHEAT_ABS " Bed"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREHEAT_ABS_SETTINGS
|
2015-01-28 05:36:58 +00:00
|
|
|
#define MSG_PREHEAT_ABS_SETTINGS MSG_PREHEAT_ABS " conf"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
2015-02-22 01:38:56 +00:00
|
|
|
#ifndef MSG_H1
|
|
|
|
#define MSG_H1 "1"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_H2
|
|
|
|
#define MSG_H2 "2"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_H3
|
|
|
|
#define MSG_H3 "3"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_H4
|
|
|
|
#define MSG_H4 "4"
|
|
|
|
#endif
|
2015-02-08 19:41:20 +00:00
|
|
|
#ifndef MSG_COOLDOWN
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_COOLDOWN "Cooldown"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_SWITCH_PS_ON
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_SWITCH_PS_ON "Switch power on"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_SWITCH_PS_OFF
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_SWITCH_PS_OFF "Switch power off"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_EXTRUDE
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_EXTRUDE "Extrude"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_RETRACT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_RETRACT "Retract"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MOVE_AXIS
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MOVE_AXIS "Move axis"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
2015-03-15 22:18:11 +00:00
|
|
|
#ifndef MSG_LEVEL_BED
|
|
|
|
#define MSG_LEVEL_BED "Level bed"
|
|
|
|
#endif
|
2015-02-08 19:41:20 +00:00
|
|
|
#ifndef MSG_MOVE_X
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MOVE_X "Move X"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MOVE_Y
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MOVE_Y "Move Y"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MOVE_Z
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MOVE_Z "Move Z"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MOVE_E
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MOVE_E "Extruder"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MOVE_01MM
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MOVE_01MM "Move 0.1mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MOVE_1MM
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MOVE_1MM "Move 1mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MOVE_10MM
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MOVE_10MM "Move 10mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_SPEED
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_SPEED "Speed"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_NOZZLE
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_NOZZLE "Nozzle"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
2015-02-22 01:38:56 +00:00
|
|
|
#ifndef MSG_N2
|
|
|
|
#define MSG_N2 " 2"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_N3
|
|
|
|
#define MSG_N3 " 3"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_N4
|
|
|
|
#define MSG_N4 " 4"
|
|
|
|
#endif
|
2015-02-08 19:41:20 +00:00
|
|
|
#ifndef MSG_BED
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_BED "Bed"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_FAN_SPEED
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_FAN_SPEED "Fan speed"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_FLOW
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_FLOW "Flow"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
2015-02-22 01:38:56 +00:00
|
|
|
#ifndef MSG_F0
|
|
|
|
#define MSG_F0 " 0"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_F1
|
|
|
|
#define MSG_F1 " 1"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_F2
|
|
|
|
#define MSG_F2 " 2"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_F3
|
|
|
|
#define MSG_F3 " 3"
|
|
|
|
#endif
|
2015-02-08 19:41:20 +00:00
|
|
|
#ifndef MSG_CONTROL
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CONTROL "Control"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MIN
|
2015-03-10 16:46:25 +00:00
|
|
|
#define MSG_MIN " "LCD_STR_THERMOMETER " Min"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MAX
|
2015-03-10 16:46:25 +00:00
|
|
|
#define MSG_MAX " "LCD_STR_THERMOMETER " Max"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_FACTOR
|
2015-03-10 16:46:25 +00:00
|
|
|
#define MSG_FACTOR " "LCD_STR_THERMOMETER " Fact"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_AUTOTEMP
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_AUTOTEMP "Autotemp"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_ON
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_ON "On "
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_OFF
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_OFF "Off"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PID_P
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_PID_P "PID-P"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PID_I
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_PID_I "PID-I"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PID_D
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_PID_D "PID-D"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PID_C
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_PID_C "PID-C"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
2015-02-22 01:38:56 +00:00
|
|
|
#ifndef MSG_E2
|
|
|
|
#define MSG_E2 " E2"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_E3
|
|
|
|
#define MSG_E3 " E3"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_E4
|
|
|
|
#define MSG_E4 " E4"
|
|
|
|
#endif
|
2015-02-08 19:41:20 +00:00
|
|
|
#ifndef MSG_ACC
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_ACC "Accel"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_VXY_JERK
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_VXY_JERK "Vxy-jerk"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_VZ_JERK
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_VZ_JERK "Vz-jerk"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_VE_JERK
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_VE_JERK "Ve-jerk"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_VMAX
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_VMAX "Vmax "
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_X
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_X "x"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_Y
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_Y "y"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_Z
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_Z "z"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_E
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_E "e"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_VMIN
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_VMIN "Vmin"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_VTRAV_MIN
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_VTRAV_MIN "VTrav min"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_AMAX
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_AMAX "Amax "
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_A_RETRACT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_A_RETRACT "A-retract"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
2015-03-11 16:19:02 +00:00
|
|
|
#ifndef MSG_A_TRAVEL
|
|
|
|
#define MSG_A_TRAVEL "A-travel"
|
|
|
|
#endif
|
2015-02-08 19:41:20 +00:00
|
|
|
#ifndef MSG_XSTEPS
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_XSTEPS "Xsteps/mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_YSTEPS
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_YSTEPS "Ysteps/mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_ZSTEPS
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_ZSTEPS "Zsteps/mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_ESTEPS
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_ESTEPS "Esteps/mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_TEMPERATURE
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_TEMPERATURE "Temperature"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_MOTION
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_MOTION "Motion"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_VOLUMETRIC
|
2014-12-29 01:43:14 +00:00
|
|
|
#define MSG_VOLUMETRIC "Filament"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_VOLUMETRIC_ENABLED
|
2015-03-10 16:46:25 +00:00
|
|
|
#define MSG_VOLUMETRIC_ENABLED "E in mm3"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_FILAMENT_SIZE_EXTRUDER_0
|
2014-12-29 01:43:14 +00:00
|
|
|
#define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_FILAMENT_SIZE_EXTRUDER_1
|
2014-12-29 01:43:14 +00:00
|
|
|
#define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_FILAMENT_SIZE_EXTRUDER_2
|
2014-12-29 01:43:14 +00:00
|
|
|
#define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_FILAMENT_SIZE_EXTRUDER_3
|
2015-01-23 22:13:06 +00:00
|
|
|
#define MSG_FILAMENT_SIZE_EXTRUDER_3 "Fil. Dia. 4"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CONTRAST
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CONTRAST "LCD contrast"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_STORE_EPROM
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_STORE_EPROM "Store memory"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_LOAD_EPROM
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_LOAD_EPROM "Load memory"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_RESTORE_FAILSAFE
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_RESTORE_FAILSAFE "Restore failsafe"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_REFRESH
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_REFRESH "Refresh"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_WATCH
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_WATCH "Info screen"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PREPARE
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_PREPARE "Prepare"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_TUNE
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_TUNE "Tune"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PAUSE_PRINT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_PAUSE_PRINT "Pause print"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_RESUME_PRINT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_RESUME_PRINT "Resume print"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_STOP_PRINT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_STOP_PRINT "Stop print"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CARD_MENU
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CARD_MENU "Print from SD"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_NO_CARD
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_NO_CARD "No SD card"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_DWELL
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_DWELL "Sleep..."
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_USERWAIT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_USERWAIT "Wait for user..."
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_RESUMING
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_RESUMING "Resuming print"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_PRINT_ABORTED
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_PRINT_ABORTED "Print aborted"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_NO_MOVE
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_NO_MOVE "No move."
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_KILLED
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_KILLED "KILLED. "
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_STOPPED
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_STOPPED "STOPPED. "
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CONTROL_RETRACT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CONTROL_RETRACT "Retract mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CONTROL_RETRACT_SWAP
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CONTROL_RETRACT_SWAP "Swap Re.mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CONTROL_RETRACTF
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CONTROL_RETRACTF "Retract V"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CONTROL_RETRACT_ZLIFT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CONTROL_RETRACT_RECOVER
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CONTROL_RETRACT_RECOVER_SWAP
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CONTROL_RETRACT_RECOVERF
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_AUTORETRACT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_AUTORETRACT "AutoRetr."
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_FILAMENTCHANGE
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_FILAMENTCHANGE "Change filament"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_INIT_SDCARD
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_INIT_SDCARD "Init. SD card"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_CNG_SDCARD
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_CNG_SDCARD "Change SD card"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_ZPROBE_OUT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_ZPROBE_OUT "Z probe out. bed"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_POSITION_UNKNOWN
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_POSITION_UNKNOWN "Home X/Y before Z"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_ZPROBE_ZOFFSET
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_ZPROBE_ZOFFSET "Z Offset"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_BABYSTEP_X
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_BABYSTEP_X "Babystep X"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_BABYSTEP_Y
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_BABYSTEP_Y "Babystep Y"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_BABYSTEP_Z
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_BABYSTEP_Z "Babystep Z"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
|
|
|
#ifndef MSG_ENDSTOP_ABORT
|
2014-12-18 17:31:19 +00:00
|
|
|
#define MSG_ENDSTOP_ABORT "Endstop abort"
|
2015-02-08 19:41:20 +00:00
|
|
|
#endif
|
2015-02-25 07:03:08 +00:00
|
|
|
#ifndef MSG_HEATING_FAILED_LCD
|
|
|
|
#define MSG_HEATING_FAILED_LCD "Heating failed"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_ERR_REDUNDANT_TEMP
|
|
|
|
#define MSG_ERR_REDUNDANT_TEMP "Err: REDUNDANT TEMP ERROR"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_THERMAL_RUNAWAY
|
|
|
|
#define MSG_THERMAL_RUNAWAY "THERMAL RUNAWAY"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_ERR_MAXTEMP
|
|
|
|
#define MSG_ERR_MAXTEMP "Err: MAXTEMP"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_ERR_MINTEMP
|
|
|
|
#define MSG_ERR_MINTEMP "Err: MINTEMP"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_ERR_MAXTEMP_BED
|
|
|
|
#define MSG_ERR_MAXTEMP_BED "Err: MAXTEMP BED"
|
|
|
|
#endif
|
2015-03-31 14:59:43 +00:00
|
|
|
#ifndef MSG_END_HOUR
|
|
|
|
#define MSG_END_HOUR "hours"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_END_MINUTE
|
|
|
|
#define MSG_END_MINUTE "minutes"
|
|
|
|
#endif
|
2014-12-18 17:31:19 +00:00
|
|
|
|
2014-12-29 17:13:00 +00:00
|
|
|
#ifdef DELTA_CALIBRATION_MENU
|
2015-02-25 07:03:08 +00:00
|
|
|
#ifndef MSG_DELTA_CALIBRATE
|
|
|
|
#define MSG_DELTA_CALIBRATE "Delta Calibration"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_DELTA_CALIBRATE_X
|
|
|
|
#define MSG_DELTA_CALIBRATE_X "Calibrate X"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_DELTA_CALIBRATE_Y
|
|
|
|
#define MSG_DELTA_CALIBRATE_Y "Calibrate Y"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_DELTA_CALIBRATE_Z
|
|
|
|
#define MSG_DELTA_CALIBRATE_Z "Calibrate Z"
|
|
|
|
#endif
|
|
|
|
#ifndef MSG_DELTA_CALIBRATE_CENTER
|
|
|
|
#define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
|
|
|
|
#endif
|
2014-12-29 17:13:00 +00:00
|
|
|
#endif // DELTA_CALIBRATION_MENU
|
|
|
|
|
2014-12-18 18:33:00 +00:00
|
|
|
#endif // LANGUAGE_EN_H
|