Firmware2/Marlin/language_en.h

659 lines
22 KiB
C
Raw Normal View History

/**
2016-03-24 19:01:20 +01:00
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/**
* English
*
* LCD Menu Messages
* See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
*/
#ifndef LANGUAGE_EN_H
#define LANGUAGE_EN_H
#ifndef WELCOME_MSG
2016-12-12 16:18:53 +01:00
#define WELCOME_MSG MACHINE_NAME _UxGT(" ready.")
#endif
#ifndef MSG_BACK
#define MSG_BACK _UxGT("Back")
#endif
#ifndef MSG_SD_INSERTED
2016-12-12 16:18:53 +01:00
#define MSG_SD_INSERTED _UxGT("Card inserted")
#endif
#ifndef MSG_SD_REMOVED
2016-12-12 16:18:53 +01:00
#define MSG_SD_REMOVED _UxGT("Card removed")
#endif
#ifndef MSG_LCD_ENDSTOPS
2016-12-12 16:18:53 +01:00
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
#endif
#ifndef MSG_MAIN
2016-12-12 16:18:53 +01:00
#define MSG_MAIN _UxGT("Main")
#endif
#ifndef MSG_AUTOSTART
2016-12-12 16:18:53 +01:00
#define MSG_AUTOSTART _UxGT("Autostart")
#endif
#ifndef MSG_DISABLE_STEPPERS
2016-12-12 16:18:53 +01:00
#define MSG_DISABLE_STEPPERS _UxGT("Disable steppers")
#endif
#ifndef MSG_DEBUG_MENU
#define MSG_DEBUG_MENU _UxGT("Debug Menu")
#endif
#ifndef MSG_PROGRESS_BAR_TEST
#define MSG_PROGRESS_BAR_TEST _UxGT("Progress Bar Test")
#endif
#ifndef MSG_AUTO_HOME
2016-12-12 16:18:53 +01:00
#define MSG_AUTO_HOME _UxGT("Auto home")
#endif
2016-05-10 14:29:25 +02:00
#ifndef MSG_AUTO_HOME_X
2016-12-12 16:18:53 +01:00
#define MSG_AUTO_HOME_X _UxGT("Home X")
2016-05-10 14:29:25 +02:00
#endif
#ifndef MSG_AUTO_HOME_Y
2016-12-12 16:18:53 +01:00
#define MSG_AUTO_HOME_Y _UxGT("Home Y")
2016-05-10 14:29:25 +02:00
#endif
#ifndef MSG_AUTO_HOME_Z
2016-12-12 16:18:53 +01:00
#define MSG_AUTO_HOME_Z _UxGT("Home Z")
2016-05-10 14:29:25 +02:00
#endif
2016-03-19 12:41:03 +01:00
#ifndef MSG_LEVEL_BED_HOMING
2016-12-12 16:18:53 +01:00
#define MSG_LEVEL_BED_HOMING _UxGT("Homing XYZ")
2016-03-19 12:41:03 +01:00
#endif
#ifndef MSG_LEVEL_BED_WAITING
2016-12-12 16:18:53 +01:00
#define MSG_LEVEL_BED_WAITING _UxGT("Click to Begin")
#endif
#ifndef MSG_LEVEL_BED_NEXT_POINT
2016-12-12 16:18:53 +01:00
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Next Point")
#endif
#ifndef MSG_LEVEL_BED_DONE
2016-12-12 16:18:53 +01:00
#define MSG_LEVEL_BED_DONE _UxGT("Leveling Done!")
2016-04-04 01:41:27 +02:00
#endif
#ifndef MSG_LEVEL_BED_CANCEL
2016-12-12 16:18:53 +01:00
#define MSG_LEVEL_BED_CANCEL _UxGT("Cancel")
#endif
#ifndef MSG_SET_HOME_OFFSETS
2016-12-12 16:18:53 +01:00
#define MSG_SET_HOME_OFFSETS _UxGT("Set home offsets")
#endif
2016-04-03 03:00:39 +02:00
#ifndef MSG_HOME_OFFSETS_APPLIED
2016-12-12 16:18:53 +01:00
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Offsets applied")
2016-04-03 03:00:39 +02:00
#endif
#ifndef MSG_SET_ORIGIN
2016-12-12 16:18:53 +01:00
#define MSG_SET_ORIGIN _UxGT("Set origin")
#endif
#ifndef MSG_PREHEAT_1
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_1 _UxGT("Preheat PLA")
#endif
#ifndef MSG_PREHEAT_1_N
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
#endif
#ifndef MSG_PREHEAT_1_ALL
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" All")
#endif
#ifndef MSG_PREHEAT_1_BEDONLY
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Bed")
#endif
#ifndef MSG_PREHEAT_1_SETTINGS
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" conf")
#endif
#ifndef MSG_PREHEAT_2
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_2 _UxGT("Preheat ABS")
#endif
#ifndef MSG_PREHEAT_2_N
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
#endif
#ifndef MSG_PREHEAT_2_ALL
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" All")
#endif
#ifndef MSG_PREHEAT_2_BEDONLY
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" Bed")
#endif
#ifndef MSG_PREHEAT_2_SETTINGS
2016-12-12 16:18:53 +01:00
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" conf")
#endif
#ifndef MSG_COOLDOWN
2016-12-12 16:18:53 +01:00
#define MSG_COOLDOWN _UxGT("Cooldown")
#endif
#ifndef MSG_SWITCH_PS_ON
2016-12-12 16:18:53 +01:00
#define MSG_SWITCH_PS_ON _UxGT("Switch power on")
#endif
#ifndef MSG_SWITCH_PS_OFF
2016-12-12 16:18:53 +01:00
#define MSG_SWITCH_PS_OFF _UxGT("Switch power off")
#endif
#ifndef MSG_EXTRUDE
2016-12-12 16:18:53 +01:00
#define MSG_EXTRUDE _UxGT("Extrude")
#endif
#ifndef MSG_RETRACT
2016-12-12 16:18:53 +01:00
#define MSG_RETRACT _UxGT("Retract")
#endif
#ifndef MSG_MOVE_AXIS
2016-12-12 16:18:53 +01:00
#define MSG_MOVE_AXIS _UxGT("Move axis")
#endif
2015-03-15 23:18:11 +01:00
#ifndef MSG_LEVEL_BED
2016-12-12 16:18:53 +01:00
#define MSG_LEVEL_BED _UxGT("Level bed")
2015-03-15 23:18:11 +01:00
#endif
#ifndef MSG_MOVING
2016-12-20 07:06:04 +01:00
#define MSG_MOVING _UxGT("Moving...")
#endif
#ifndef MSG_FREE_XY
2016-12-20 07:06:04 +01:00
#define MSG_FREE_XY _UxGT("Free XY")
#endif
#ifndef MSG_MOVE_X
2016-12-12 16:18:53 +01:00
#define MSG_MOVE_X _UxGT("Move X")
#endif
#ifndef MSG_MOVE_Y
2016-12-12 16:18:53 +01:00
#define MSG_MOVE_Y _UxGT("Move Y")
#endif
#ifndef MSG_MOVE_Z
2016-12-12 16:18:53 +01:00
#define MSG_MOVE_Z _UxGT("Move Z")
#endif
#ifndef MSG_MOVE_E
2016-12-12 16:18:53 +01:00
#define MSG_MOVE_E _UxGT("Extruder")
#endif
#ifndef MSG_MOVE_01MM
2016-12-12 16:18:53 +01:00
#define MSG_MOVE_01MM _UxGT("Move 0.1mm")
#endif
#ifndef MSG_MOVE_1MM
2016-12-12 16:18:53 +01:00
#define MSG_MOVE_1MM _UxGT("Move 1mm")
#endif
#ifndef MSG_MOVE_10MM
2016-12-12 16:18:53 +01:00
#define MSG_MOVE_10MM _UxGT("Move 10mm")
#endif
#ifndef MSG_SPEED
2016-12-12 16:18:53 +01:00
#define MSG_SPEED _UxGT("Speed")
#endif
#ifndef MSG_BED_Z
2016-12-12 16:18:53 +01:00
#define MSG_BED_Z _UxGT("Bed Z")
#endif
#ifndef MSG_NOZZLE
2016-12-12 16:18:53 +01:00
#define MSG_NOZZLE _UxGT("Nozzle")
#endif
#ifndef MSG_BED
2016-12-12 16:18:53 +01:00
#define MSG_BED _UxGT("Bed")
#endif
#ifndef MSG_FAN_SPEED
2016-12-12 16:18:53 +01:00
#define MSG_FAN_SPEED _UxGT("Fan speed")
#endif
#ifndef MSG_FLOW
2016-12-12 16:18:53 +01:00
#define MSG_FLOW _UxGT("Flow")
#endif
#ifndef MSG_CONTROL
2016-12-12 16:18:53 +01:00
#define MSG_CONTROL _UxGT("Control")
#endif
#ifndef MSG_MIN
2016-12-12 16:18:53 +01:00
#define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min")
#endif
#ifndef MSG_MAX
2016-12-12 16:18:53 +01:00
#define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max")
#endif
#ifndef MSG_FACTOR
2016-12-12 16:18:53 +01:00
#define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Fact")
#endif
#ifndef MSG_AUTOTEMP
2016-12-12 16:18:53 +01:00
#define MSG_AUTOTEMP _UxGT("Autotemp")
#endif
#ifndef MSG_ON
2016-12-12 16:18:53 +01:00
#define MSG_ON _UxGT("On ")
#endif
#ifndef MSG_OFF
2016-12-12 16:18:53 +01:00
#define MSG_OFF _UxGT("Off")
#endif
#ifndef MSG_PID_P
2016-12-12 16:18:53 +01:00
#define MSG_PID_P _UxGT("PID-P")
#endif
#ifndef MSG_PID_I
2016-12-12 16:18:53 +01:00
#define MSG_PID_I _UxGT("PID-I")
#endif
#ifndef MSG_PID_D
2016-12-12 16:18:53 +01:00
#define MSG_PID_D _UxGT("PID-D")
#endif
#ifndef MSG_PID_C
2016-12-12 16:18:53 +01:00
#define MSG_PID_C _UxGT("PID-C")
#endif
#ifndef MSG_SELECT
2016-12-12 16:18:53 +01:00
#define MSG_SELECT _UxGT("Select")
#endif
#ifndef MSG_ACC
2016-12-12 16:18:53 +01:00
#define MSG_ACC _UxGT("Accel")
#endif
#ifndef MSG_VX_JERK
2016-12-12 16:18:53 +01:00
#define MSG_VX_JERK _UxGT("Vx-jerk")
#endif
#ifndef MSG_VY_JERK
2016-12-12 16:18:53 +01:00
#define MSG_VY_JERK _UxGT("Vy-jerk")
#endif
#ifndef MSG_VZ_JERK
2016-12-12 16:18:53 +01:00
#define MSG_VZ_JERK _UxGT("Vz-jerk")
#endif
#ifndef MSG_VE_JERK
2016-12-12 16:18:53 +01:00
#define MSG_VE_JERK _UxGT("Ve-jerk")
#endif
#ifndef MSG_VMAX
2016-12-12 16:18:53 +01:00
#define MSG_VMAX _UxGT("Vmax ")
#endif
#ifndef MSG_VMIN
2016-12-12 16:18:53 +01:00
#define MSG_VMIN _UxGT("Vmin")
#endif
#ifndef MSG_VTRAV_MIN
2016-12-12 16:18:53 +01:00
#define MSG_VTRAV_MIN _UxGT("VTrav min")
#endif
#ifndef MSG_AMAX
2016-12-12 16:18:53 +01:00
#define MSG_AMAX _UxGT("Amax ")
#endif
#ifndef MSG_A_RETRACT
2016-12-12 16:18:53 +01:00
#define MSG_A_RETRACT _UxGT("A-retract")
#endif
#ifndef MSG_A_TRAVEL
2016-12-12 16:18:53 +01:00
#define MSG_A_TRAVEL _UxGT("A-travel")
#endif
#ifndef MSG_XSTEPS
2016-12-12 16:18:53 +01:00
#define MSG_XSTEPS _UxGT("Xsteps/mm")
#endif
#ifndef MSG_YSTEPS
2016-12-12 16:18:53 +01:00
#define MSG_YSTEPS _UxGT("Ysteps/mm")
#endif
#ifndef MSG_ZSTEPS
2016-12-12 16:18:53 +01:00
#define MSG_ZSTEPS _UxGT("Zsteps/mm")
#endif
#ifndef MSG_ESTEPS
2016-12-12 16:18:53 +01:00
#define MSG_ESTEPS _UxGT("Esteps/mm")
#endif
2016-12-08 11:57:41 +01:00
#ifndef MSG_E1STEPS
2016-12-12 16:18:53 +01:00
#define MSG_E1STEPS _UxGT("E1steps/mm")
2016-12-08 11:57:41 +01:00
#endif
#ifndef MSG_E2STEPS
2016-12-12 16:18:53 +01:00
#define MSG_E2STEPS _UxGT("E2steps/mm")
2016-12-08 11:57:41 +01:00
#endif
#ifndef MSG_E3STEPS
2016-12-12 16:18:53 +01:00
#define MSG_E3STEPS _UxGT("E3steps/mm")
2016-12-08 11:57:41 +01:00
#endif
#ifndef MSG_E4STEPS
2016-12-12 16:18:53 +01:00
#define MSG_E4STEPS _UxGT("E4steps/mm")
2016-12-08 11:57:41 +01:00
#endif
#ifndef MSG_TEMPERATURE
2016-12-12 16:18:53 +01:00
#define MSG_TEMPERATURE _UxGT("Temperature")
#endif
#ifndef MSG_MOTION
2016-12-12 16:18:53 +01:00
#define MSG_MOTION _UxGT("Motion")
#endif
#ifndef MSG_VOLUMETRIC
2016-12-12 16:18:53 +01:00
#define MSG_VOLUMETRIC _UxGT("Filament")
#endif
#ifndef MSG_VOLUMETRIC_ENABLED
2016-12-12 16:18:53 +01:00
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
#endif
#ifndef MSG_FILAMENT_DIAM
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
#endif
#ifndef MSG_CONTRAST
2016-12-12 16:18:53 +01:00
#define MSG_CONTRAST _UxGT("LCD contrast")
#endif
#ifndef MSG_STORE_EPROM
2016-12-12 16:18:53 +01:00
#define MSG_STORE_EPROM _UxGT("Store memory")
#endif
#ifndef MSG_LOAD_EPROM
2016-12-12 16:18:53 +01:00
#define MSG_LOAD_EPROM _UxGT("Load memory")
#endif
#ifndef MSG_RESTORE_FAILSAFE
2016-12-12 16:18:53 +01:00
#define MSG_RESTORE_FAILSAFE _UxGT("Restore failsafe")
#endif
#ifndef MSG_REFRESH
2016-12-12 16:18:53 +01:00
#define MSG_REFRESH _UxGT("Refresh")
#endif
#ifndef MSG_WATCH
2016-12-12 16:18:53 +01:00
#define MSG_WATCH _UxGT("Info screen")
#endif
#ifndef MSG_PREPARE
2016-12-12 16:18:53 +01:00
#define MSG_PREPARE _UxGT("Prepare")
#endif
#ifndef MSG_TUNE
2016-12-12 16:18:53 +01:00
#define MSG_TUNE _UxGT("Tune")
#endif
#ifndef MSG_PAUSE_PRINT
2016-12-12 16:18:53 +01:00
#define MSG_PAUSE_PRINT _UxGT("Pause print")
#endif
#ifndef MSG_RESUME_PRINT
2016-12-12 16:18:53 +01:00
#define MSG_RESUME_PRINT _UxGT("Resume print")
#endif
#ifndef MSG_STOP_PRINT
2016-12-12 16:18:53 +01:00
#define MSG_STOP_PRINT _UxGT("Stop print")
#endif
#ifndef MSG_CARD_MENU
2016-12-12 16:18:53 +01:00
#define MSG_CARD_MENU _UxGT("Print from SD")
#endif
#ifndef MSG_NO_CARD
2016-12-12 16:18:53 +01:00
#define MSG_NO_CARD _UxGT("No SD card")
#endif
#ifndef MSG_DWELL
2016-12-12 16:18:53 +01:00
#define MSG_DWELL _UxGT("Sleep...")
#endif
#ifndef MSG_USERWAIT
2016-12-12 16:18:53 +01:00
#define MSG_USERWAIT _UxGT("Wait for user...")
#endif
#ifndef MSG_RESUMING
2016-12-12 16:18:53 +01:00
#define MSG_RESUMING _UxGT("Resuming print")
#endif
#ifndef MSG_PRINT_ABORTED
2016-12-12 16:18:53 +01:00
#define MSG_PRINT_ABORTED _UxGT("Print aborted")
#endif
#ifndef MSG_NO_MOVE
2016-12-12 16:18:53 +01:00
#define MSG_NO_MOVE _UxGT("No move.")
#endif
#ifndef MSG_KILLED
2016-12-12 16:18:53 +01:00
#define MSG_KILLED _UxGT("KILLED. ")
#endif
#ifndef MSG_STOPPED
2016-12-12 16:18:53 +01:00
#define MSG_STOPPED _UxGT("STOPPED. ")
#endif
#ifndef MSG_CONTROL_RETRACT
2016-12-12 16:18:53 +01:00
#define MSG_CONTROL_RETRACT _UxGT("Retract mm")
#endif
#ifndef MSG_CONTROL_RETRACT_SWAP
2016-12-12 16:18:53 +01:00
#define MSG_CONTROL_RETRACT_SWAP _UxGT("Swap Re.mm")
#endif
#ifndef MSG_CONTROL_RETRACTF
2016-12-12 16:18:53 +01:00
#define MSG_CONTROL_RETRACTF _UxGT("Retract V")
#endif
#ifndef MSG_CONTROL_RETRACT_ZLIFT
2016-12-12 16:18:53 +01:00
#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Hop mm")
#endif
#ifndef MSG_CONTROL_RETRACT_RECOVER
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
#endif
#ifndef MSG_CONTROL_RETRACT_RECOVER_SWAP
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("S UnRet mm")
#endif
#ifndef MSG_CONTROL_RETRACT_RECOVERF
2016-12-12 16:18:53 +01:00
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
#endif
#ifndef MSG_AUTORETRACT
2016-12-12 16:18:53 +01:00
#define MSG_AUTORETRACT _UxGT("AutoRetr.")
#endif
#ifndef MSG_FILAMENTCHANGE
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENTCHANGE _UxGT("Change filament")
#endif
#ifndef MSG_INIT_SDCARD
2016-12-12 16:18:53 +01:00
#define MSG_INIT_SDCARD _UxGT("Init. SD card")
#endif
#ifndef MSG_CNG_SDCARD
2016-12-12 16:18:53 +01:00
#define MSG_CNG_SDCARD _UxGT("Change SD card")
#endif
#ifndef MSG_ZPROBE_OUT
2016-12-12 16:18:53 +01:00
#define MSG_ZPROBE_OUT _UxGT("Z probe out. bed")
#endif
#ifndef MSG_BLTOUCH_SELFTEST
2016-12-12 16:18:53 +01:00
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Self-Test")
2016-09-20 20:56:23 +02:00
#endif
#ifndef MSG_BLTOUCH_RESET
2016-12-12 16:18:53 +01:00
#define MSG_BLTOUCH_RESET _UxGT("Reset BLTouch")
2016-09-19 01:02:53 +02:00
#endif
2016-06-28 00:46:40 +02:00
#ifndef MSG_HOME
2016-12-12 16:18:53 +01:00
#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
#endif
2016-06-28 00:46:40 +02:00
#ifndef MSG_FIRST
2016-12-12 16:18:53 +01:00
#define MSG_FIRST _UxGT("first")
2016-05-18 02:02:53 +02:00
#endif
#ifndef MSG_ZPROBE_ZOFFSET
2016-12-12 16:18:53 +01:00
#define MSG_ZPROBE_ZOFFSET _UxGT("Z Offset")
#endif
#ifndef MSG_BABYSTEP_X
2016-12-12 16:18:53 +01:00
#define MSG_BABYSTEP_X _UxGT("Babystep X")
#endif
#ifndef MSG_BABYSTEP_Y
2016-12-12 16:18:53 +01:00
#define MSG_BABYSTEP_Y _UxGT("Babystep Y")
#endif
#ifndef MSG_BABYSTEP_Z
2016-12-12 16:18:53 +01:00
#define MSG_BABYSTEP_Z _UxGT("Babystep Z")
#endif
#ifndef MSG_ENDSTOP_ABORT
2016-12-12 16:18:53 +01:00
#define MSG_ENDSTOP_ABORT _UxGT("Endstop abort")
#endif
2015-02-25 08:03:08 +01:00
#ifndef MSG_HEATING_FAILED_LCD
2016-12-12 16:18:53 +01:00
#define MSG_HEATING_FAILED_LCD _UxGT("Heating failed")
2015-02-25 08:03:08 +01:00
#endif
#ifndef MSG_ERR_REDUNDANT_TEMP
2016-12-12 16:18:53 +01:00
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: REDUNDANT TEMP")
2015-02-25 08:03:08 +01:00
#endif
#ifndef MSG_THERMAL_RUNAWAY
2016-12-12 16:18:53 +01:00
#define MSG_THERMAL_RUNAWAY _UxGT("THERMAL RUNAWAY")
2015-02-25 08:03:08 +01:00
#endif
#ifndef MSG_ERR_MAXTEMP
2016-12-12 16:18:53 +01:00
#define MSG_ERR_MAXTEMP _UxGT("Err: MAXTEMP")
2015-02-25 08:03:08 +01:00
#endif
#ifndef MSG_ERR_MINTEMP
2016-12-12 16:18:53 +01:00
#define MSG_ERR_MINTEMP _UxGT("Err: MINTEMP")
2015-02-25 08:03:08 +01:00
#endif
#ifndef MSG_ERR_MAXTEMP_BED
2016-12-12 16:18:53 +01:00
#define MSG_ERR_MAXTEMP_BED _UxGT("Err: MAXTEMP BED")
2015-02-25 08:03:08 +01:00
#endif
#ifndef MSG_ERR_MINTEMP_BED
2016-12-12 16:18:53 +01:00
#define MSG_ERR_MINTEMP_BED _UxGT("Err: MINTEMP BED")
#endif
2016-09-12 03:39:39 +02:00
#ifndef MSG_ERR_Z_HOMING
2016-12-12 16:18:53 +01:00
#define MSG_ERR_Z_HOMING _UxGT("G28 Z Forbidden")
2016-09-12 03:39:39 +02:00
#endif
2016-07-10 04:50:45 +02:00
#ifndef MSG_HALTED
2016-12-12 16:18:53 +01:00
#define MSG_HALTED _UxGT("PRINTER HALTED")
2016-07-10 04:50:45 +02:00
#endif
#ifndef MSG_PLEASE_RESET
2016-12-12 16:18:53 +01:00
#define MSG_PLEASE_RESET _UxGT("Please reset")
2016-07-10 04:50:45 +02:00
#endif
2016-07-15 13:17:27 +02:00
#ifndef MSG_SHORT_DAY
2016-12-12 16:18:53 +01:00
#define MSG_SHORT_DAY _UxGT("d") // One character only
2016-07-15 13:17:27 +02:00
#endif
#ifndef MSG_SHORT_HOUR
2016-12-12 16:18:53 +01:00
#define MSG_SHORT_HOUR _UxGT("h") // One character only
2016-07-15 13:17:27 +02:00
#endif
#ifndef MSG_SHORT_MINUTE
2016-12-12 16:18:53 +01:00
#define MSG_SHORT_MINUTE _UxGT("m") // One character only
2016-07-13 21:57:59 +02:00
#endif
#ifndef MSG_HEATING
2016-12-12 16:18:53 +01:00
#define MSG_HEATING _UxGT("Heating...")
#endif
2015-07-27 03:11:38 +02:00
#ifndef MSG_HEATING_COMPLETE
2016-12-12 16:18:53 +01:00
#define MSG_HEATING_COMPLETE _UxGT("Heating done.")
#endif
2015-07-27 03:11:38 +02:00
#ifndef MSG_BED_HEATING
2016-12-12 16:18:53 +01:00
#define MSG_BED_HEATING _UxGT("Bed Heating.")
#endif
2015-07-27 03:11:38 +02:00
#ifndef MSG_BED_DONE
2016-12-12 16:18:53 +01:00
#define MSG_BED_DONE _UxGT("Bed done.")
#endif
#ifndef MSG_DELTA_CALIBRATE
2016-12-12 16:18:53 +01:00
#define MSG_DELTA_CALIBRATE _UxGT("Delta Calibration")
#endif
#ifndef MSG_DELTA_CALIBRATE_X
2016-12-12 16:18:53 +01:00
#define MSG_DELTA_CALIBRATE_X _UxGT("Calibrate X")
#endif
#ifndef MSG_DELTA_CALIBRATE_Y
2016-12-12 16:18:53 +01:00
#define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrate Y")
#endif
#ifndef MSG_DELTA_CALIBRATE_Z
2016-12-12 16:18:53 +01:00
#define MSG_DELTA_CALIBRATE_Z _UxGT("Calibrate Z")
#endif
#ifndef MSG_DELTA_CALIBRATE_CENTER
2016-12-12 16:18:53 +01:00
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrate Center")
#endif
#ifndef MSG_INFO_MENU
2016-12-12 16:18:53 +01:00
#define MSG_INFO_MENU _UxGT("About Printer")
#endif
2016-07-02 23:04:18 +02:00
#ifndef MSG_INFO_PRINTER_MENU
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PRINTER_MENU _UxGT("Printer Info")
2016-07-02 23:04:18 +02:00
#endif
#ifndef MSG_INFO_STATS_MENU
2016-12-12 16:18:53 +01:00
#define MSG_INFO_STATS_MENU _UxGT("Printer Stats")
#endif
#ifndef MSG_INFO_BOARD_MENU
2016-12-12 16:18:53 +01:00
#define MSG_INFO_BOARD_MENU _UxGT("Board Info")
#endif
#ifndef MSG_INFO_THERMISTOR_MENU
2016-12-12 16:18:53 +01:00
#define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistors")
#endif
#ifndef MSG_INFO_EXTRUDERS
2016-12-12 16:18:53 +01:00
#define MSG_INFO_EXTRUDERS _UxGT("Extruders")
#endif
#ifndef MSG_INFO_BAUDRATE
2016-12-12 16:18:53 +01:00
#define MSG_INFO_BAUDRATE _UxGT("Baud")
#endif
#ifndef MSG_INFO_PROTOCOL
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PROTOCOL _UxGT("Protocol")
#endif
2016-11-19 11:17:39 +01:00
#ifndef MSG_LIGHTS_ON
2016-12-12 16:18:53 +01:00
#define MSG_LIGHTS_ON _UxGT("Case light on")
2016-11-19 11:17:39 +01:00
#endif
#ifndef MSG_LIGHTS_OFF
2016-12-12 16:18:53 +01:00
#define MSG_LIGHTS_OFF _UxGT("Case light off")
2016-11-19 11:17:39 +01:00
#endif
2016-07-04 00:56:19 +02:00
2016-11-18 05:17:14 +01:00
#if LCD_WIDTH >= 20
2016-07-04 00:56:19 +02:00
#ifndef MSG_INFO_PRINT_COUNT
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PRINT_COUNT _UxGT("Print Count")
2016-07-04 00:56:19 +02:00
#endif
2016-07-14 20:46:35 +02:00
#ifndef MSG_INFO_COMPLETED_PRINTS
2016-12-12 16:18:53 +01:00
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completed")
2016-07-04 00:56:19 +02:00
#endif
#ifndef MSG_INFO_PRINT_TIME
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PRINT_TIME _UxGT("Total print time")
#endif
#ifndef MSG_INFO_PRINT_LONGEST
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PRINT_LONGEST _UxGT("Longest job time")
#endif
#ifndef MSG_INFO_PRINT_FILAMENT
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PRINT_FILAMENT _UxGT("Extruded total")
2016-07-04 00:56:19 +02:00
#endif
#else
#ifndef MSG_INFO_PRINT_COUNT
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PRINT_COUNT _UxGT("Prints")
2016-07-04 00:56:19 +02:00
#endif
2016-07-14 20:46:35 +02:00
#ifndef MSG_INFO_COMPLETED_PRINTS
2016-12-12 16:18:53 +01:00
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completed")
2016-07-04 00:56:19 +02:00
#endif
#ifndef MSG_INFO_PRINT_TIME
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PRINT_TIME _UxGT("Total")
#endif
#ifndef MSG_INFO_PRINT_LONGEST
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PRINT_LONGEST _UxGT("Longest")
#endif
#ifndef MSG_INFO_PRINT_FILAMENT
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PRINT_FILAMENT _UxGT("Extruded")
2016-07-04 00:56:19 +02:00
#endif
#endif
#ifndef MSG_INFO_MIN_TEMP
2016-12-12 16:18:53 +01:00
#define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
#endif
#ifndef MSG_INFO_MAX_TEMP
2016-12-12 16:18:53 +01:00
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
#endif
#ifndef MSG_INFO_PSU
2016-12-12 16:18:53 +01:00
#define MSG_INFO_PSU _UxGT("Power Supply")
#endif
#ifndef MSG_DRIVE_STRENGTH
2016-12-12 16:18:53 +01:00
#define MSG_DRIVE_STRENGTH _UxGT("Drive Strength")
#endif
#ifndef MSG_DAC_PERCENT
2016-12-12 16:18:53 +01:00
#define MSG_DAC_PERCENT _UxGT("Driver %")
#endif
#ifndef MSG_DAC_EEPROM_WRITE
2016-12-12 16:18:53 +01:00
#define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM Write")
#endif
#ifndef MSG_FILAMENT_CHANGE_HEADER
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("CHANGE FILAMENT")
#endif
#ifndef MSG_FILAMENT_CHANGE_OPTION_HEADER
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("CHANGE OPTIONS:")
#endif
#ifndef MSG_FILAMENT_CHANGE_OPTION_EXTRUDE
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Extrude more")
#endif
#ifndef MSG_FILAMENT_CHANGE_OPTION_RESUME
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Resume print")
#endif
#ifndef MSG_FILAMENT_CHANGE_MINTEMP
#define MSG_FILAMENT_CHANGE_MINTEMP _UxGT("Minimum Temp is ")
#endif
#ifndef MSG_FILAMENT_CHANGE_NOZZLE
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Nozzle: ")
#endif
//
// Filament Change screens show up to 3 lines on a 4-line display
// ...or up to 2 lines on a 3-line display
//
2016-06-25 04:40:46 +02:00
#if LCD_HEIGHT >= 4
#ifndef MSG_FILAMENT_CHANGE_INIT_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Wait for start")
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("of the filament")
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("change")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Wait for")
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("filament unload")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_INSERT_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert filament")
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("and press button")
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("to continue...")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_HEAT_1
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Press button to")
#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("heat nozzle.")
#endif
#ifndef MSG_FILAMENT_CHANGE_HEATING_1
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating nozzle")
#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Please wait...")
#endif
2016-06-25 04:40:46 +02:00
#ifndef MSG_FILAMENT_CHANGE_LOAD_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Wait for")
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filament load")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_EXTRUDE_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Wait for")
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("filament extrude")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_RESUME_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wait for print")
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("to resume")
2016-06-25 04:40:46 +02:00
#endif
#else // LCD_HEIGHT < 4
#ifndef MSG_FILAMENT_CHANGE_INIT_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Please wait...")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejecting...")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_INSERT_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_HEATING_1
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating...")
#endif
2016-06-25 04:40:46 +02:00
#ifndef MSG_FILAMENT_CHANGE_LOAD_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Loading...")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_EXTRUDE_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Extruding...")
2016-06-25 04:40:46 +02:00
#endif
#ifndef MSG_FILAMENT_CHANGE_RESUME_1
2016-12-12 16:18:53 +01:00
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Resuming...")
2016-06-25 04:40:46 +02:00
#endif
#endif // LCD_HEIGHT < 4
#endif // LANGUAGE_EN_H