Browse Source

Use title case for menu items (#14806)

pull/1/head
Robby Candra 5 years ago
committed by Scott Lahteine
parent
commit
96a1c6540e
  1. 218
      Marlin/src/lcd/language/language_en.h

218
Marlin/src/lcd/language/language_en.h

@ -62,13 +62,13 @@
#define MSG_BACK _UxGT("Back")
#endif
#ifndef MSG_SD_INSERTED
#define MSG_SD_INSERTED _UxGT("Card inserted")
#define MSG_SD_INSERTED _UxGT("Card Inserted")
#endif
#ifndef MSG_SD_REMOVED
#define MSG_SD_REMOVED _UxGT("Card removed")
#define MSG_SD_REMOVED _UxGT("Card Removed")
#endif
#ifndef MSG_SD_RELEASED
#define MSG_SD_RELEASED _UxGT("Card released")
#define MSG_SD_RELEASED _UxGT("Card Released")
#endif
#ifndef MSG_LCD_ENDSTOPS
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
@ -89,7 +89,7 @@
#define MSG_AUTOSTART _UxGT("Autostart")
#endif
#ifndef MSG_DISABLE_STEPPERS
#define MSG_DISABLE_STEPPERS _UxGT("Disable steppers")
#define MSG_DISABLE_STEPPERS _UxGT("Disable Steppers")
#endif
#ifndef MSG_DEBUG_MENU
#define MSG_DEBUG_MENU _UxGT("Debug Menu")
@ -98,7 +98,7 @@
#define MSG_PROGRESS_BAR_TEST _UxGT("Progress Bar Test")
#endif
#ifndef MSG_AUTO_HOME
#define MSG_AUTO_HOME _UxGT("Auto home")
#define MSG_AUTO_HOME _UxGT("Auto Home")
#endif
#ifndef MSG_AUTO_HOME_X
#define MSG_AUTO_HOME_X _UxGT("Home X")
@ -128,13 +128,13 @@
#define MSG_Z_FADE_HEIGHT _UxGT("Fade Height")
#endif
#ifndef MSG_SET_HOME_OFFSETS
#define MSG_SET_HOME_OFFSETS _UxGT("Set home offsets")
#define MSG_SET_HOME_OFFSETS _UxGT("Set Home Offsets")
#endif
#ifndef MSG_HOME_OFFSETS_APPLIED
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Offsets applied")
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Offsets Applied")
#endif
#ifndef MSG_SET_ORIGIN
#define MSG_SET_ORIGIN _UxGT("Set origin")
#define MSG_SET_ORIGIN _UxGT("Set Origin")
#endif
#ifndef MSG_PREHEAT_1
#define MSG_PREHEAT_1 _UxGT("Preheat " PREHEAT_1_LABEL)
@ -152,7 +152,7 @@
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Bed")
#endif
#ifndef MSG_PREHEAT_1_SETTINGS
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" conf")
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" Conf")
#endif
#ifndef MSG_PREHEAT_2
#define MSG_PREHEAT_2 _UxGT("Preheat " PREHEAT_2_LABEL)
@ -170,7 +170,7 @@
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" Bed")
#endif
#ifndef MSG_PREHEAT_2_SETTINGS
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" conf")
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" Conf")
#endif
#ifndef MSG_PREHEAT_CUSTOM
#define MSG_PREHEAT_CUSTOM _UxGT("Preheat Custom")
@ -188,7 +188,7 @@
#define MSG_LASER_ON _UxGT("Laser On")
#endif
#ifndef MSG_LASER_POWER
#define MSG_LASER_POWER _UxGT("Laser power")
#define MSG_LASER_POWER _UxGT("Laser Power")
#endif
#ifndef MSG_SPINDLE_MENU
#define MSG_SPINDLE_MENU _UxGT("Spindle Control")
@ -200,16 +200,16 @@
#define MSG_SPINDLE_ON _UxGT("Spindle On")
#endif
#ifndef MSG_SPINDLE_POWER
#define MSG_SPINDLE_POWER _UxGT("Spindle power")
#define MSG_SPINDLE_POWER _UxGT("Spindle Power")
#endif
#ifndef MSG_SPINDLE_REVERSE
#define MSG_SPINDLE_REVERSE _UxGT("Spindle Reverse")
#endif
#ifndef MSG_SWITCH_PS_ON
#define MSG_SWITCH_PS_ON _UxGT("Switch power on")
#define MSG_SWITCH_PS_ON _UxGT("Switch Power On")
#endif
#ifndef MSG_SWITCH_PS_OFF
#define MSG_SWITCH_PS_OFF _UxGT("Switch power off")
#define MSG_SWITCH_PS_OFF _UxGT("Switch Power Off")
#endif
#ifndef MSG_EXTRUDE
#define MSG_EXTRUDE _UxGT("Extrude")
@ -218,25 +218,25 @@
#define MSG_RETRACT _UxGT("Retract")
#endif
#ifndef MSG_MOVE_AXIS
#define MSG_MOVE_AXIS _UxGT("Move axis")
#define MSG_MOVE_AXIS _UxGT("Move Axis")
#endif
#ifndef MSG_BED_LEVELING
#define MSG_BED_LEVELING _UxGT("Bed Leveling")
#endif
#ifndef MSG_LEVEL_BED
#define MSG_LEVEL_BED _UxGT("Level bed")
#define MSG_LEVEL_BED _UxGT("Level Bed")
#endif
#ifndef MSG_LEVEL_CORNERS
#define MSG_LEVEL_CORNERS _UxGT("Level corners")
#define MSG_LEVEL_CORNERS _UxGT("Level Corners")
#endif
#ifndef MSG_NEXT_CORNER
#define MSG_NEXT_CORNER _UxGT("Next corner")
#define MSG_NEXT_CORNER _UxGT("Next Corner")
#endif
#ifndef MSG_EDITING_STOPPED
#define MSG_EDITING_STOPPED _UxGT("Mesh Editing Stopped")
#endif
#ifndef MSG_PROBING_MESH
#define MSG_PROBING_MESH _UxGT("Probing point")
#define MSG_PROBING_MESH _UxGT("Probing Point")
#endif
#ifndef MSG_MESH_X
#define MSG_MESH_X _UxGT("Index X")
@ -254,7 +254,7 @@
#define MSG_UBL_DOING_G29 _UxGT("Doing G29")
#endif
#ifndef MSG_UBL_UNHOMED
#define MSG_UBL_UNHOMED _UxGT("Home XYZ first")
#define MSG_UBL_UNHOMED _UxGT("Home XYZ First")
#endif
#ifndef MSG_UBL_TOOLS
#define MSG_UBL_TOOLS _UxGT("UBL Tools")
@ -263,7 +263,7 @@
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
#endif
#ifndef MSG_LCD_TILTING_MESH
#define MSG_LCD_TILTING_MESH _UxGT("Tilting point")
#define MSG_LCD_TILTING_MESH _UxGT("Tilting Point")
#endif
#ifndef MSG_M48_TEST
#define MSG_M48_TEST _UxGT("M48 Probe Test")
@ -284,31 +284,31 @@
#define MSG_IDEX_MODE_DUPLICATE _UxGT("Duplication")
#endif
#ifndef MSG_IDEX_MODE_MIRRORED_COPY
#define MSG_IDEX_MODE_MIRRORED_COPY _UxGT("Mirrored copy")
#define MSG_IDEX_MODE_MIRRORED_COPY _UxGT("Mirrored Copy")
#endif
#ifndef MSG_IDEX_MODE_FULL_CTRL
#define MSG_IDEX_MODE_FULL_CTRL _UxGT("Full control")
#define MSG_IDEX_MODE_FULL_CTRL _UxGT("Full Control")
#endif
#ifndef MSG_X_OFFSET
#define MSG_X_OFFSET _UxGT("2nd nozzle X")
#define MSG_X_OFFSET _UxGT("2nd Nozzle X")
#endif
#ifndef MSG_Y_OFFSET
#define MSG_Y_OFFSET _UxGT("2nd nozzle Y")
#define MSG_Y_OFFSET _UxGT("2nd Nozzle Y")
#endif
#ifndef MSG_Z_OFFSET
#define MSG_Z_OFFSET _UxGT("2nd nozzle Z")
#define MSG_Z_OFFSET _UxGT("2nd nNozzle Z")
#endif
#ifndef MSG_UBL_MANUAL_MESH
#define MSG_UBL_MANUAL_MESH _UxGT("Manually Build Mesh")
#endif
#ifndef MSG_UBL_BC_INSERT
#define MSG_UBL_BC_INSERT _UxGT("Place shim & measure")
#define MSG_UBL_BC_INSERT _UxGT("Place Shim & Measure")
#endif
#ifndef MSG_UBL_BC_INSERT2
#define MSG_UBL_BC_INSERT2 _UxGT("Measure")
#endif
#ifndef MSG_UBL_BC_REMOVE
#define MSG_UBL_BC_REMOVE _UxGT("Remove & measure bed")
#define MSG_UBL_BC_REMOVE _UxGT("Remove & Measure Bed")
#endif
#ifndef MSG_UBL_MOVING_TO_NEXT
#define MSG_UBL_MOVING_TO_NEXT _UxGT("Moving to next")
@ -452,13 +452,13 @@
#define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh")
#endif
#ifndef MSG_MESH_LOADED
#define MSG_MESH_LOADED _UxGT("Mesh %i loaded")
#define MSG_MESH_LOADED _UxGT("Mesh %i Loaded")
#endif
#ifndef MSG_MESH_SAVED
#define MSG_MESH_SAVED _UxGT("Mesh %i saved")
#define MSG_MESH_SAVED _UxGT("Mesh %i Saved")
#endif
#ifndef MSG_NO_STORAGE
#define MSG_NO_STORAGE _UxGT("No storage")
#define MSG_NO_STORAGE _UxGT("No Storage")
#endif
#ifndef MSG_UBL_SAVE_ERROR
#define MSG_UBL_SAVE_ERROR _UxGT("Err: UBL Save")
@ -577,10 +577,10 @@
#define MSG_CHAMBER _UxGT("Enclosure")
#endif
#ifndef MSG_FAN_SPEED
#define MSG_FAN_SPEED _UxGT("Fan speed")
#define MSG_FAN_SPEED _UxGT("Fan Speed")
#endif
#ifndef MSG_EXTRA_FAN_SPEED
#define MSG_EXTRA_FAN_SPEED _UxGT("Extra fan speed")
#define MSG_EXTRA_FAN_SPEED _UxGT("Extra Fan Speed")
#endif
#ifndef MSG_FLOW
#define MSG_FLOW _UxGT("Flow")
@ -629,27 +629,27 @@
#endif
#if IS_KINEMATIC
#ifndef MSG_VA_JERK
#define MSG_VA_JERK _UxGT("Va-jerk")
#define MSG_VA_JERK _UxGT("Va-Jerk")
#endif
#ifndef MSG_VB_JERK
#define MSG_VB_JERK _UxGT("Vb-jerk")
#define MSG_VB_JERK _UxGT("Vb-Jerk")
#endif
#ifndef MSG_VC_JERK
#define MSG_VC_JERK _UxGT("Vc-jerk")
#define MSG_VC_JERK _UxGT("Vc-Jerk")
#endif
#else
#ifndef MSG_VA_JERK
#define MSG_VA_JERK _UxGT("Vx-jerk")
#define MSG_VA_JERK _UxGT("Vx-Jerk")
#endif
#ifndef MSG_VB_JERK
#define MSG_VB_JERK _UxGT("Vy-jerk")
#define MSG_VB_JERK _UxGT("Vy-Jerk")
#endif
#ifndef MSG_VC_JERK
#define MSG_VC_JERK _UxGT("Vz-jerk")
#define MSG_VC_JERK _UxGT("Vz-Jerk")
#endif
#endif
#ifndef MSG_VE_JERK
#define MSG_VE_JERK _UxGT("Ve-jerk")
#define MSG_VE_JERK _UxGT("Ve-Jerk")
#endif
#ifndef MSG_JUNCTION_DEVIATION
#define MSG_JUNCTION_DEVIATION _UxGT("Junction Dev")
@ -664,7 +664,7 @@
#define MSG_VMIN _UxGT("Vmin")
#endif
#ifndef MSG_VTRAV_MIN
#define MSG_VTRAV_MIN _UxGT("VTrav min")
#define MSG_VTRAV_MIN _UxGT("VTrav Min")
#endif
#ifndef MSG_ACCELERATION
#define MSG_ACCELERATION _UxGT("Acceleration")
@ -673,10 +673,10 @@
#define MSG_AMAX _UxGT("Amax ")
#endif
#ifndef MSG_A_RETRACT
#define MSG_A_RETRACT _UxGT("A-retract")
#define MSG_A_RETRACT _UxGT("A-Retract")
#endif
#ifndef MSG_A_TRAVEL
#define MSG_A_TRAVEL _UxGT("A-travel")
#define MSG_A_TRAVEL _UxGT("A-Travel")
#endif
#ifndef MSG_STEPS_PER_MM
#define MSG_STEPS_PER_MM _UxGT("Steps/mm")
@ -748,13 +748,13 @@
#define MSG_ADVANCE_K _UxGT("Advance K")
#endif
#ifndef MSG_CONTRAST
#define MSG_CONTRAST _UxGT("LCD contrast")
#define MSG_CONTRAST _UxGT("LCD Contrast")
#endif
#ifndef MSG_STORE_EEPROM
#define MSG_STORE_EEPROM _UxGT("Store settings")
#define MSG_STORE_EEPROM _UxGT("Store Settings")
#endif
#ifndef MSG_LOAD_EEPROM
#define MSG_LOAD_EEPROM _UxGT("Load settings")
#define MSG_LOAD_EEPROM _UxGT("Load Settings")
#endif
#ifndef MSG_RESTORE_FAILSAFE
#define MSG_RESTORE_FAILSAFE _UxGT("Restore failsafe")
@ -772,7 +772,7 @@
#define MSG_REFRESH _UxGT("Refresh")
#endif
#ifndef MSG_WATCH
#define MSG_WATCH _UxGT("Info screen")
#define MSG_WATCH _UxGT("Info Screen")
#endif
#ifndef MSG_PREPARE
#define MSG_PREPARE _UxGT("Prepare")
@ -781,7 +781,7 @@
#define MSG_TUNE _UxGT("Tune")
#endif
#ifndef MSG_START_PRINT
#define MSG_START_PRINT _UxGT("Start print")
#define MSG_START_PRINT _UxGT("Start Print")
#endif
#ifndef MSG_BUTTON_NEXT
#define MSG_BUTTON_NEXT _UxGT("Next")
@ -805,13 +805,13 @@
#define MSG_BUTTON_DONE _UxGT("Done")
#endif
#ifndef MSG_PAUSE_PRINT
#define MSG_PAUSE_PRINT _UxGT("Pause print")
#define MSG_PAUSE_PRINT _UxGT("Pause Print")
#endif
#ifndef MSG_RESUME_PRINT
#define MSG_RESUME_PRINT _UxGT("Resume print")
#define MSG_RESUME_PRINT _UxGT("Resume Print")
#endif
#ifndef MSG_STOP_PRINT
#define MSG_STOP_PRINT _UxGT("Stop print")
#define MSG_STOP_PRINT _UxGT("Stop Print")
#endif
#ifndef MSG_OUTAGE_RECOVERY
#define MSG_OUTAGE_RECOVERY _UxGT("Outage Recovery")
@ -820,25 +820,25 @@
#define MSG_CARD_MENU _UxGT("Print from SD")
#endif
#ifndef MSG_NO_CARD
#define MSG_NO_CARD _UxGT("No SD card")
#define MSG_NO_CARD _UxGT("No SD Card")
#endif
#ifndef MSG_DWELL
#define MSG_DWELL _UxGT("Sleep...")
#endif
#ifndef MSG_USERWAIT
#define MSG_USERWAIT _UxGT("Click to resume...")
#define MSG_USERWAIT _UxGT("Click to Resume...")
#endif
#ifndef MSG_PRINT_PAUSED
#define MSG_PRINT_PAUSED _UxGT("Print paused")
#define MSG_PRINT_PAUSED _UxGT("Print Paused")
#endif
#ifndef MSG_PRINTING
#define MSG_PRINTING _UxGT("Printing...")
#endif
#ifndef MSG_PRINT_ABORTED
#define MSG_PRINT_ABORTED _UxGT("Print aborted")
#define MSG_PRINT_ABORTED _UxGT("Print Aborted")
#endif
#ifndef MSG_NO_MOVE
#define MSG_NO_MOVE _UxGT("No move.")
#define MSG_NO_MOVE _UxGT("No Move.")
#endif
#ifndef MSG_KILLED
#define MSG_KILLED _UxGT("KILLED. ")
@ -895,28 +895,28 @@
#define MSG_NOZZLE_STANDBY _UxGT("Nozzle Standby")
#endif
#ifndef MSG_FILAMENTCHANGE
#define MSG_FILAMENTCHANGE _UxGT("Change filament")
#define MSG_FILAMENTCHANGE _UxGT("Change Filament")
#endif
#ifndef MSG_FILAMENTLOAD
#define MSG_FILAMENTLOAD _UxGT("Load filament")
#define MSG_FILAMENTLOAD _UxGT("Load Filament")
#endif
#ifndef MSG_FILAMENTUNLOAD
#define MSG_FILAMENTUNLOAD _UxGT("Unload filament")
#define MSG_FILAMENTUNLOAD _UxGT("Unload Filament")
#endif
#ifndef MSG_FILAMENTUNLOAD_ALL
#define MSG_FILAMENTUNLOAD_ALL _UxGT("Unload All")
#endif
#ifndef MSG_INIT_SDCARD
#define MSG_INIT_SDCARD _UxGT("Init. SD card")
#define MSG_INIT_SDCARD _UxGT("Init. SD Card")
#endif
#ifndef MSG_CHANGE_SDCARD
#define MSG_CHANGE_SDCARD _UxGT("Change SD card")
#define MSG_CHANGE_SDCARD _UxGT("Change SD Card")
#endif
#ifndef MSG_RELEASE_SDCARD
#define MSG_RELEASE_SDCARD _UxGT("Release SD card")
#define MSG_RELEASE_SDCARD _UxGT("Release SD Card")
#endif
#ifndef MSG_ZPROBE_OUT
#define MSG_ZPROBE_OUT _UxGT("Z Probe past bed")
#define MSG_ZPROBE_OUT _UxGT("Z Probe Past Bed")
#endif
#ifndef MSG_SKEW_FACTOR
#define MSG_SKEW_FACTOR _UxGT("Skew Factor")
@ -967,7 +967,7 @@
#define MSG_TOUCHMI_INIT _UxGT("Init TouchMI")
#endif
#ifndef MSG_TOUCHMI_ZTEST
#define MSG_TOUCHMI_ZTEST _UxGT("Z offset Test")
#define MSG_TOUCHMI_ZTEST _UxGT("Z Offset Test")
#endif
#ifndef MSG_TOUCHMI_SAVE
#define MSG_TOUCHMI_SAVE _UxGT("Save")
@ -985,7 +985,7 @@
#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
#endif
#ifndef MSG_FIRST
#define MSG_FIRST _UxGT("first")
#define MSG_FIRST _UxGT("First")
#endif
#ifndef MSG_ZPROBE_ZOFFSET
#define MSG_ZPROBE_ZOFFSET _UxGT("Probe Z Offset")
@ -1003,16 +1003,16 @@
#define MSG_BABYSTEP_TOTAL _UxGT("Total")
#endif
#ifndef MSG_ENDSTOP_ABORT
#define MSG_ENDSTOP_ABORT _UxGT("Endstop abort")
#define MSG_ENDSTOP_ABORT _UxGT("Endstop Abort")
#endif
#ifndef MSG_HEATING_FAILED_LCD
#define MSG_HEATING_FAILED_LCD _UxGT("Heating failed")
#define MSG_HEATING_FAILED_LCD _UxGT("Heating Failed")
#endif
#ifndef MSG_HEATING_FAILED_LCD_BED
#define MSG_HEATING_FAILED_LCD_BED _UxGT("Bed heating failed")
#define MSG_HEATING_FAILED_LCD_BED _UxGT("Bed Heating Failed")
#endif
#ifndef MSG_HEATING_FAILED_LCD_CHAMBER
#define MSG_HEATING_FAILED_LCD_CHAMBER _UxGT("Chamber heating fail")
#define MSG_HEATING_FAILED_LCD_CHAMBER _UxGT("Chamber Heating Fail")
#endif
#ifndef MSG_ERR_REDUNDANT_TEMP
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: REDUNDANT TEMP")
@ -1051,7 +1051,7 @@
#define MSG_HALTED _UxGT("PRINTER HALTED")
#endif
#ifndef MSG_PLEASE_RESET
#define MSG_PLEASE_RESET _UxGT("Please reset")
#define MSG_PLEASE_RESET _UxGT("Please Reset")
#endif
#ifndef MSG_SHORT_DAY
#define MSG_SHORT_DAY _UxGT("d") // One character only
@ -1069,16 +1069,16 @@
#define MSG_COOLING _UxGT("Cooling...")
#endif
#ifndef MSG_BED_HEATING
#define MSG_BED_HEATING _UxGT("Bed heating...")
#define MSG_BED_HEATING _UxGT("Bed Heating...")
#endif
#ifndef MSG_BED_COOLING
#define MSG_BED_COOLING _UxGT("Bed cooling...")
#define MSG_BED_COOLING _UxGT("Bed Cooling...")
#endif
#ifndef MSG_CHAMBER_HEATING
#define MSG_CHAMBER_HEATING _UxGT("Chamber heating...")
#define MSG_CHAMBER_HEATING _UxGT("Chamber Heating...")
#endif
#ifndef MSG_CHAMBER_COOLING
#define MSG_CHAMBER_COOLING _UxGT("Chamber cooling...")
#define MSG_CHAMBER_COOLING _UxGT("Chamber Cooling...")
#endif
#ifndef MSG_DELTA_CALIBRATE
#define MSG_DELTA_CALIBRATE _UxGT("Delta Calibration")
@ -1156,7 +1156,7 @@
#define MSG_INFO_PROTOCOL _UxGT("Protocol")
#endif
#ifndef MSG_CASE_LIGHT
#define MSG_CASE_LIGHT _UxGT("Case light")
#define MSG_CASE_LIGHT _UxGT("Case Light")
#endif
#ifndef MSG_CASE_LIGHT_BRIGHTNESS
#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Light Brightness")
@ -1169,13 +1169,13 @@
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completed")
#endif
#ifndef MSG_INFO_PRINT_TIME
#define MSG_INFO_PRINT_TIME _UxGT("Total print time")
#define MSG_INFO_PRINT_TIME _UxGT("Total Print time")
#endif
#ifndef MSG_INFO_PRINT_LONGEST
#define MSG_INFO_PRINT_LONGEST _UxGT("Longest job time")
#define MSG_INFO_PRINT_LONGEST _UxGT("Longest Job Time")
#endif
#ifndef MSG_INFO_PRINT_FILAMENT
#define MSG_INFO_PRINT_FILAMENT _UxGT("Extruded total")
#define MSG_INFO_PRINT_FILAMENT _UxGT("Extruded Total")
#endif
#else
#ifndef MSG_INFO_PRINT_COUNT
@ -1240,13 +1240,13 @@
#define MSG_RUNOUT_DISTANCE_MM _UxGT("Runout Dist mm")
#endif
#ifndef MSG_ERR_HOMING_FAILED
#define MSG_ERR_HOMING_FAILED _UxGT("Homing failed")
#define MSG_ERR_HOMING_FAILED _UxGT("Homing Failed")
#endif
#ifndef MSG_ERR_PROBING_FAILED
#define MSG_ERR_PROBING_FAILED _UxGT("Probing failed")
#define MSG_ERR_PROBING_FAILED _UxGT("Probing Failed")
#endif
#ifndef MSG_M600_TOO_COLD
#define MSG_M600_TOO_COLD _UxGT("M600: Too cold")
#define MSG_M600_TOO_COLD _UxGT("M600: Too Cold")
#endif
#ifndef MSG_MMU2_FILAMENT_CHANGE_HEADER
@ -1259,55 +1259,55 @@
#define MSG_MMU2_MENU _UxGT("MMU")
#endif
#ifndef MSG_MMU2_WRONG_FIRMWARE
#define MSG_MMU2_WRONG_FIRMWARE _UxGT("Update MMU firmware!")
#define MSG_MMU2_WRONG_FIRMWARE _UxGT("Update MMU Firmware!")
#endif
#ifndef MSG_MMU2_NOT_RESPONDING
#define MSG_MMU2_NOT_RESPONDING _UxGT("MMU needs attention.")
#define MSG_MMU2_NOT_RESPONDING _UxGT("MMU Needs Attention.")
#endif
#ifndef MSG_MMU2_RESUME
#define MSG_MMU2_RESUME _UxGT("Resume print")
#define MSG_MMU2_RESUME _UxGT("Resume Print")
#endif
#ifndef MSG_MMU2_RESUMING
#define MSG_MMU2_RESUMING _UxGT("Resuming...")
#endif
#ifndef MSG_MMU2_LOAD_FILAMENT
#define MSG_MMU2_LOAD_FILAMENT _UxGT("Load filament")
#define MSG_MMU2_LOAD_FILAMENT _UxGT("Load Filament")
#endif
#ifndef MSG_MMU2_LOAD_ALL
#define MSG_MMU2_LOAD_ALL _UxGT("Load all")
#define MSG_MMU2_LOAD_ALL _UxGT("Load All")
#endif
#ifndef MSG_MMU2_LOAD_TO_NOZZLE
#define MSG_MMU2_LOAD_TO_NOZZLE _UxGT("Load to nozzle")
#define MSG_MMU2_LOAD_TO_NOZZLE _UxGT("Load to Nozzle")
#endif
#ifndef MSG_MMU2_EJECT_FILAMENT
#define MSG_MMU2_EJECT_FILAMENT _UxGT("Eject filament")
#define MSG_MMU2_EJECT_FILAMENT _UxGT("Eject Filament")
#endif
#ifndef MSG_MMU2_EJECT_FILAMENT0
#define MSG_MMU2_EJECT_FILAMENT0 _UxGT("Eject filament 1")
#define MSG_MMU2_EJECT_FILAMENT0 _UxGT("Eject Filament 1")
#endif
#ifndef MSG_MMU2_EJECT_FILAMENT1
#define MSG_MMU2_EJECT_FILAMENT1 _UxGT("Eject filament 2")
#define MSG_MMU2_EJECT_FILAMENT1 _UxGT("Eject Filament 2")
#endif
#ifndef MSG_MMU2_EJECT_FILAMENT2
#define MSG_MMU2_EJECT_FILAMENT2 _UxGT("Eject filament 3")
#define MSG_MMU2_EJECT_FILAMENT2 _UxGT("Eject Filament 3")
#endif
#ifndef MSG_MMU2_EJECT_FILAMENT3
#define MSG_MMU2_EJECT_FILAMENT3 _UxGT("Eject filament 4")
#define MSG_MMU2_EJECT_FILAMENT3 _UxGT("Eject Filament 4")
#endif
#ifndef MSG_MMU2_EJECT_FILAMENT4
#define MSG_MMU2_EJECT_FILAMENT4 _UxGT("Eject filament 5")
#define MSG_MMU2_EJECT_FILAMENT4 _UxGT("Eject Filament 5")
#endif
#ifndef MSG_MMU2_UNLOAD_FILAMENT
#define MSG_MMU2_UNLOAD_FILAMENT _UxGT("Unload filament")
#define MSG_MMU2_UNLOAD_FILAMENT _UxGT("Unload Filament")
#endif
#ifndef MSG_MMU2_LOADING_FILAMENT
#define MSG_MMU2_LOADING_FILAMENT _UxGT("Loading fil. %i...")
#define MSG_MMU2_LOADING_FILAMENT _UxGT("Loading Fil. %i...")
#endif
#ifndef MSG_MMU2_EJECTING_FILAMENT
#define MSG_MMU2_EJECTING_FILAMENT _UxGT("Ejecting fil. ...")
#define MSG_MMU2_EJECTING_FILAMENT _UxGT("Ejecting Fil. ...")
#endif
#ifndef MSG_MMU2_UNLOADING_FILAMENT
#define MSG_MMU2_UNLOADING_FILAMENT _UxGT("Unloading fil....")
#define MSG_MMU2_UNLOADING_FILAMENT _UxGT("Unloading Fil....")
#endif
#ifndef MSG_MMU2_ALL
#define MSG_MMU2_ALL _UxGT("All")
@ -1350,16 +1350,16 @@
#define MSG_GRADIENT _UxGT("Gradient")
#endif
#ifndef MSG_FULL_GRADIENT
#define MSG_FULL_GRADIENT _UxGT("Full gradient")
#define MSG_FULL_GRADIENT _UxGT("Full Gradient")
#endif
#ifndef MSG_TOGGLE_MIX
#define MSG_TOGGLE_MIX _UxGT("Toggle mix")
#define MSG_TOGGLE_MIX _UxGT("Toggle Mix")
#endif
#ifndef MSG_CYCLE_MIX
#define MSG_CYCLE_MIX _UxGT("Cycle mix")
#define MSG_CYCLE_MIX _UxGT("Cycle Mix")
#endif
#ifndef MSG_GRADIENT_MIX
#define MSG_GRADIENT_MIX _UxGT("Gradient mix")
#define MSG_GRADIENT_MIX _UxGT("Gradient Mix")
#endif
#ifndef MSG_REVERSE_GRADIENT
#define MSG_REVERSE_GRADIENT _UxGT("Reverse Gradient")
@ -1383,7 +1383,7 @@
#define MSG_COMMIT_VTOOL _UxGT("Commit V-tool Mix")
#endif
#ifndef MSG_VTOOLS_RESET
#define MSG_VTOOLS_RESET _UxGT("V-tools were reset")
#define MSG_VTOOLS_RESET _UxGT("V-tools Were Reset")
#endif
#ifndef MSG_START_Z
#define MSG_START_Z _UxGT("Start Z")
@ -1414,7 +1414,7 @@
//
#if LCD_HEIGHT >= 4
#ifndef MSG_ADVANCED_PAUSE_WAITING_1
#define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Press button")
#define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Press Button")
#define MSG_ADVANCED_PAUSE_WAITING_2 _UxGT("to resume print")
#endif
#ifndef MSG_PAUSE_PRINT_INIT_1
@ -1495,22 +1495,22 @@
#endif // LCD_HEIGHT < 4
#ifndef MSG_TMC_DRIVERS
#define MSG_TMC_DRIVERS _UxGT("TMC drivers")
#define MSG_TMC_DRIVERS _UxGT("TMC Drivers")
#endif
#ifndef MSG_TMC_CURRENT
#define MSG_TMC_CURRENT _UxGT("Driver current")
#define MSG_TMC_CURRENT _UxGT("Driver Current")
#endif
#ifndef MSG_TMC_HYBRID_THRS
#define MSG_TMC_HYBRID_THRS _UxGT("Hybrid threshold")
#define MSG_TMC_HYBRID_THRS _UxGT("Hybrid Threshold")
#endif
#ifndef MSG_TMC_HOMING_THRS
#define MSG_TMC_HOMING_THRS _UxGT("Sensorless homing")
#define MSG_TMC_HOMING_THRS _UxGT("Sensorless Homing")
#endif
#ifndef MSG_TMC_STEPPING_MODE
#define MSG_TMC_STEPPING_MODE _UxGT("Stepping mode")
#define MSG_TMC_STEPPING_MODE _UxGT("Stepping Mode")
#endif
#ifndef MSG_TMC_STEALTH_ENABLED
#define MSG_TMC_STEALTH_ENABLED _UxGT("StealthChop enabled")
#define MSG_TMC_STEALTH_ENABLED _UxGT("StealthChop Enabled")
#endif
#ifndef MSG_SERVICE_RESET

Loading…
Cancel
Save