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