|
|
|
@ -5,9 +5,6 @@
|
|
|
|
|
// Language indices into their particular symbol tables.
|
|
|
|
|
#define LANG_ID_EN 0
|
|
|
|
|
#define LANG_ID_CZ 1
|
|
|
|
|
#define LANG_ID_IT 2
|
|
|
|
|
#define LANG_ID_ES 3
|
|
|
|
|
#define LANG_ID_DE 4
|
|
|
|
|
// Language is not defined and it shall be selected from the menu.
|
|
|
|
|
#define LANG_ID_FORCE_SELECTION 254
|
|
|
|
|
// Language is not defined on a virgin RAMBo board.
|
|
|
|
@ -17,7 +14,7 @@
|
|
|
|
|
#define LANG_ID_DEFAULT LANG_ID_CZ
|
|
|
|
|
|
|
|
|
|
// Number of languages available in the language table.
|
|
|
|
|
#define LANG_NUM 5
|
|
|
|
|
#define LANG_NUM 2
|
|
|
|
|
|
|
|
|
|
// Currectly active language selection.
|
|
|
|
|
extern unsigned char lang_selected;
|
|
|
|
@ -35,8 +32,8 @@ extern const char* const MSG_AMAX_LANG_TABLE[1];
|
|
|
|
|
#define MSG_AMAX LANG_TABLE_SELECT_EXPLICIT(MSG_AMAX_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_AUTHOR_LANG_TABLE[1];
|
|
|
|
|
#define MSG_AUTHOR LANG_TABLE_SELECT_EXPLICIT(MSG_AUTHOR_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_AUTO_HOME_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_AUTO_HOME LANG_TABLE_SELECT(MSG_AUTO_HOME_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_AUTO_HOME_LANG_TABLE[1];
|
|
|
|
|
#define MSG_AUTO_HOME LANG_TABLE_SELECT_EXPLICIT(MSG_AUTO_HOME_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_A_RETRACT_LANG_TABLE[1];
|
|
|
|
|
#define MSG_A_RETRACT LANG_TABLE_SELECT_EXPLICIT(MSG_A_RETRACT_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_BABYSTEPPING_X_LANG_TABLE[1];
|
|
|
|
@ -53,8 +50,8 @@ extern const char* const MSG_BABYSTEP_Z_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_BABYSTEP_Z LANG_TABLE_SELECT(MSG_BABYSTEP_Z_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_BABYSTEP_Z_NOT_SET_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_BABYSTEP_Z_NOT_SET LANG_TABLE_SELECT(MSG_BABYSTEP_Z_NOT_SET_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_BED_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_BED LANG_TABLE_SELECT(MSG_BED_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_BED_LANG_TABLE[1];
|
|
|
|
|
#define MSG_BED LANG_TABLE_SELECT_EXPLICIT(MSG_BED_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_BED_CORRECTION_FRONT_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_BED_CORRECTION_FRONT LANG_TABLE_SELECT(MSG_BED_CORRECTION_FRONT_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_BED_CORRECTION_LEFT_LANG_TABLE[LANG_NUM];
|
|
|
|
@ -63,8 +60,8 @@ extern const char* const MSG_BED_CORRECTION_MENU_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_BED_CORRECTION_MENU LANG_TABLE_SELECT(MSG_BED_CORRECTION_MENU_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_BED_CORRECTION_REAR_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_BED_CORRECTION_REAR LANG_TABLE_SELECT(MSG_BED_CORRECTION_REAR_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_BED_CORRECTION_RESET_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_BED_CORRECTION_RESET LANG_TABLE_SELECT(MSG_BED_CORRECTION_RESET_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_BED_CORRECTION_RESET_LANG_TABLE[1];
|
|
|
|
|
#define MSG_BED_CORRECTION_RESET LANG_TABLE_SELECT_EXPLICIT(MSG_BED_CORRECTION_RESET_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_BED_CORRECTION_RIGHT_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_BED_CORRECTION_RIGHT LANG_TABLE_SELECT(MSG_BED_CORRECTION_RIGHT_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_BED_DONE_LANG_TABLE[LANG_NUM];
|
|
|
|
@ -157,8 +154,8 @@ extern const char* const MSG_DATE_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_DATE LANG_TABLE_SELECT(MSG_DATE_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_DISABLE_STEPPERS_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_DISABLE_STEPPERS LANG_TABLE_SELECT(MSG_DISABLE_STEPPERS_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_DWELL_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_DWELL LANG_TABLE_SELECT(MSG_DWELL_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_DWELL_LANG_TABLE[1];
|
|
|
|
|
#define MSG_DWELL LANG_TABLE_SELECT_EXPLICIT(MSG_DWELL_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_ENDSTOPS_HIT_LANG_TABLE[1];
|
|
|
|
|
#define MSG_ENDSTOPS_HIT LANG_TABLE_SELECT_EXPLICIT(MSG_ENDSTOPS_HIT_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_ENDSTOP_HIT_LANG_TABLE[1];
|
|
|
|
@ -189,16 +186,16 @@ extern const char* const MSG_ERR_STOPPED_LANG_TABLE[1];
|
|
|
|
|
#define MSG_ERR_STOPPED LANG_TABLE_SELECT_EXPLICIT(MSG_ERR_STOPPED_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_EXTERNAL_RESET_LANG_TABLE[1];
|
|
|
|
|
#define MSG_EXTERNAL_RESET LANG_TABLE_SELECT_EXPLICIT(MSG_EXTERNAL_RESET_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_EXTRUDER LANG_TABLE_SELECT(MSG_EXTRUDER_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_1_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_EXTRUDER_1 LANG_TABLE_SELECT(MSG_EXTRUDER_1_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_2_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_EXTRUDER_2 LANG_TABLE_SELECT(MSG_EXTRUDER_2_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_3_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_EXTRUDER_3 LANG_TABLE_SELECT(MSG_EXTRUDER_3_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_4_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_EXTRUDER_4 LANG_TABLE_SELECT(MSG_EXTRUDER_4_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_LANG_TABLE[1];
|
|
|
|
|
#define MSG_EXTRUDER LANG_TABLE_SELECT_EXPLICIT(MSG_EXTRUDER_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_1_LANG_TABLE[1];
|
|
|
|
|
#define MSG_EXTRUDER_1 LANG_TABLE_SELECT_EXPLICIT(MSG_EXTRUDER_1_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_2_LANG_TABLE[1];
|
|
|
|
|
#define MSG_EXTRUDER_2 LANG_TABLE_SELECT_EXPLICIT(MSG_EXTRUDER_2_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_3_LANG_TABLE[1];
|
|
|
|
|
#define MSG_EXTRUDER_3 LANG_TABLE_SELECT_EXPLICIT(MSG_EXTRUDER_3_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_EXTRUDER_4_LANG_TABLE[1];
|
|
|
|
|
#define MSG_EXTRUDER_4 LANG_TABLE_SELECT_EXPLICIT(MSG_EXTRUDER_4_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_E_CAL_KNOB_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_E_CAL_KNOB LANG_TABLE_SELECT(MSG_E_CAL_KNOB_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_Enqueing_LANG_TABLE[1];
|
|
|
|
@ -283,8 +280,8 @@ extern const char* const MSG_INSERT_FILAMENT_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_INSERT_FILAMENT LANG_TABLE_SELECT(MSG_INSERT_FILAMENT_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_INVALID_EXTRUDER_LANG_TABLE[1];
|
|
|
|
|
#define MSG_INVALID_EXTRUDER LANG_TABLE_SELECT_EXPLICIT(MSG_INVALID_EXTRUDER_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_KILLED_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_KILLED LANG_TABLE_SELECT(MSG_KILLED_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_KILLED_LANG_TABLE[1];
|
|
|
|
|
#define MSG_KILLED LANG_TABLE_SELECT_EXPLICIT(MSG_KILLED_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_LANGUAGE_NAME_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_LANGUAGE_NAME LANG_TABLE_SELECT(MSG_LANGUAGE_NAME_LANG_TABLE)
|
|
|
|
|
#define MSG_LANGUAGE_NAME_EXPLICIT(LANG) LANG_TABLE_SELECT_EXPLICIT(MSG_LANGUAGE_NAME_LANG_TABLE, LANG)
|
|
|
|
@ -345,8 +342,8 @@ extern const char* const MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE2_LANG_TABLE[LANG_
|
|
|
|
|
#define MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE2 LANG_TABLE_SELECT(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE2_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_MENU_CALIBRATION_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_MENU_CALIBRATION LANG_TABLE_SELECT(MSG_MENU_CALIBRATION_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_MESH_BED_LEVELING_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_MESH_BED_LEVELING LANG_TABLE_SELECT(MSG_MESH_BED_LEVELING_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_MESH_BED_LEVELING_LANG_TABLE[1];
|
|
|
|
|
#define MSG_MESH_BED_LEVELING LANG_TABLE_SELECT_EXPLICIT(MSG_MESH_BED_LEVELING_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_MIN_LANG_TABLE[1];
|
|
|
|
|
#define MSG_MIN LANG_TABLE_SELECT_EXPLICIT(MSG_MIN_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_MOTION_LANG_TABLE[1];
|
|
|
|
@ -363,8 +360,8 @@ extern const char* const MSG_MOVE_CARRIAGE_TO_THE_TOP_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_MOVE_CARRIAGE_TO_THE_TOP LANG_TABLE_SELECT(MSG_MOVE_CARRIAGE_TO_THE_TOP_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_MOVE_CARRIAGE_TO_THE_TOP_Z_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_MOVE_CARRIAGE_TO_THE_TOP_Z LANG_TABLE_SELECT(MSG_MOVE_CARRIAGE_TO_THE_TOP_Z_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_MOVE_E_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_MOVE_E LANG_TABLE_SELECT(MSG_MOVE_E_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_MOVE_E_LANG_TABLE[1];
|
|
|
|
|
#define MSG_MOVE_E LANG_TABLE_SELECT_EXPLICIT(MSG_MOVE_E_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_MOVE_X_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_MOVE_X LANG_TABLE_SELECT(MSG_MOVE_X_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_MOVE_Y_LANG_TABLE[LANG_NUM];
|
|
|
|
@ -389,8 +386,8 @@ extern const char* const MSG_NOZZLE2_LANG_TABLE[1];
|
|
|
|
|
#define MSG_NOZZLE2 LANG_TABLE_SELECT_EXPLICIT(MSG_NOZZLE2_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_NO_CARD_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_NO_CARD LANG_TABLE_SELECT(MSG_NO_CARD_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_NO_MOVE_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_NO_MOVE LANG_TABLE_SELECT(MSG_NO_MOVE_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_NO_MOVE_LANG_TABLE[1];
|
|
|
|
|
#define MSG_NO_MOVE LANG_TABLE_SELECT_EXPLICIT(MSG_NO_MOVE_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_OFF_LANG_TABLE[1];
|
|
|
|
|
#define MSG_OFF LANG_TABLE_SELECT_EXPLICIT(MSG_OFF_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_OK_LANG_TABLE[1];
|
|
|
|
@ -507,14 +504,14 @@ extern const char* const MSG_SD_WORKDIR_FAIL_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SD_WORKDIR_FAIL LANG_TABLE_SELECT_EXPLICIT(MSG_SD_WORKDIR_FAIL_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SD_WRITE_TO_FILE_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SD_WRITE_TO_FILE LANG_TABLE_SELECT_EXPLICIT(MSG_SD_WRITE_TO_FILE_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST LANG_TABLE_SELECT(MSG_SELFTEST_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_AXIS_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_AXIS LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_AXIS_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_AXIS_LENGTH_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_AXIS_LENGTH LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_AXIS_LENGTH_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_BEDHEATER_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_BEDHEATER LANG_TABLE_SELECT(MSG_SELFTEST_BEDHEATER_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_BEDHEATER_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_BEDHEATER LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_BEDHEATER_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_CHECK_ALLCORRECT_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_CHECK_ALLCORRECT LANG_TABLE_SELECT(MSG_SELFTEST_CHECK_ALLCORRECT_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_CHECK_BED_LANG_TABLE[LANG_NUM];
|
|
|
|
@ -531,14 +528,14 @@ extern const char* const MSG_SELFTEST_CHECK_Z_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_CHECK_Z LANG_TABLE_SELECT(MSG_SELFTEST_CHECK_Z_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_COOLING_FAN_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_COOLING_FAN LANG_TABLE_SELECT(MSG_SELFTEST_COOLING_FAN_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_ENDSTOP_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_ENDSTOP LANG_TABLE_SELECT(MSG_SELFTEST_ENDSTOP_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_ENDSTOPS_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_ENDSTOPS LANG_TABLE_SELECT(MSG_SELFTEST_ENDSTOPS_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_ENDSTOP_NOTHIT_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_ENDSTOP_NOTHIT LANG_TABLE_SELECT(MSG_SELFTEST_ENDSTOP_NOTHIT_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_ERROR_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_ERROR LANG_TABLE_SELECT(MSG_SELFTEST_ERROR_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_ENDSTOP_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_ENDSTOP LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_ENDSTOP_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_ENDSTOPS_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_ENDSTOPS LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_ENDSTOPS_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_ENDSTOP_NOTHIT_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_ENDSTOP_NOTHIT LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_ENDSTOP_NOTHIT_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_ERROR_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_ERROR LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_ERROR_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_EXTRUDER_FAN_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_EXTRUDER_FAN LANG_TABLE_SELECT(MSG_SELFTEST_EXTRUDER_FAN_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_FAILED_LANG_TABLE[LANG_NUM];
|
|
|
|
@ -549,18 +546,18 @@ extern const char* const MSG_SELFTEST_FAN_NO_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_FAN_NO LANG_TABLE_SELECT(MSG_SELFTEST_FAN_NO_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_FAN_YES_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_FAN_YES LANG_TABLE_SELECT(MSG_SELFTEST_FAN_YES_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_HEATERTHERMISTOR_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_HEATERTHERMISTOR LANG_TABLE_SELECT(MSG_SELFTEST_HEATERTHERMISTOR_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_MOTOR_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_MOTOR LANG_TABLE_SELECT(MSG_SELFTEST_MOTOR_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_HEATERTHERMISTOR_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_HEATERTHERMISTOR LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_HEATERTHERMISTOR_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_MOTOR_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_MOTOR LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_MOTOR_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_NOTCONNECTED_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_NOTCONNECTED LANG_TABLE_SELECT(MSG_SELFTEST_NOTCONNECTED_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_OK_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_OK LANG_TABLE_SELECT(MSG_SELFTEST_OK_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_OK_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_OK LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_OK_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_PLEASECHECK_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_PLEASECHECK LANG_TABLE_SELECT(MSG_SELFTEST_PLEASECHECK_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_START_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_START LANG_TABLE_SELECT(MSG_SELFTEST_START_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SELFTEST_START_LANG_TABLE[1];
|
|
|
|
|
#define MSG_SELFTEST_START LANG_TABLE_SELECT_EXPLICIT(MSG_SELFTEST_START_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_SELFTEST_WIRINGERROR_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_SELFTEST_WIRINGERROR LANG_TABLE_SELECT(MSG_SELFTEST_WIRINGERROR_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_SERIAL_ERROR_MENU_STRUCTURE_LANG_TABLE[1];
|
|
|
|
@ -603,8 +600,8 @@ extern const char* const MSG_STEEL_SHEET_CHECK_LANG_TABLE[1];
|
|
|
|
|
#define MSG_STEEL_SHEET_CHECK LANG_TABLE_SELECT_EXPLICIT(MSG_STEEL_SHEET_CHECK_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_STEPPER_TOO_HIGH_LANG_TABLE[1];
|
|
|
|
|
#define MSG_STEPPER_TOO_HIGH LANG_TABLE_SELECT_EXPLICIT(MSG_STEPPER_TOO_HIGH_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_STOPPED_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_STOPPED LANG_TABLE_SELECT(MSG_STOPPED_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_STOPPED_LANG_TABLE[1];
|
|
|
|
|
#define MSG_STOPPED LANG_TABLE_SELECT_EXPLICIT(MSG_STOPPED_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_STOP_PRINT_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_STOP_PRINT LANG_TABLE_SELECT(MSG_STOP_PRINT_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_STORE_EPROM_LANG_TABLE[1];
|
|
|
|
@ -627,10 +624,10 @@ extern const char* const MSG_TEMP_CALIBRATION_OFF_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_TEMP_CALIBRATION_OFF LANG_TABLE_SELECT(MSG_TEMP_CALIBRATION_OFF_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_TEMP_CALIBRATION_ON_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_TEMP_CALIBRATION_ON LANG_TABLE_SELECT(MSG_TEMP_CALIBRATION_ON_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF LANG_TABLE_SELECT(MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON LANG_TABLE_SELECT(MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF_LANG_TABLE[1];
|
|
|
|
|
#define MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF LANG_TABLE_SELECT_EXPLICIT(MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON_LANG_TABLE[1];
|
|
|
|
|
#define MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON LANG_TABLE_SELECT_EXPLICIT(MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_TUNE_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_TUNE LANG_TABLE_SELECT(MSG_TUNE_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_UNKNOWN_COMMAND_LANG_TABLE[1];
|
|
|
|
@ -653,8 +650,8 @@ extern const char* const MSG_USB_PRINTING_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_USB_PRINTING LANG_TABLE_SELECT(MSG_USB_PRINTING_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_USED_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_USED LANG_TABLE_SELECT(MSG_USED_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_USERWAIT_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_USERWAIT LANG_TABLE_SELECT(MSG_USERWAIT_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_USERWAIT_LANG_TABLE[1];
|
|
|
|
|
#define MSG_USERWAIT LANG_TABLE_SELECT_EXPLICIT(MSG_USERWAIT_LANG_TABLE, 0)
|
|
|
|
|
extern const char* const MSG_V2_CALIBRATION_LANG_TABLE[LANG_NUM];
|
|
|
|
|
#define MSG_V2_CALIBRATION LANG_TABLE_SELECT(MSG_V2_CALIBRATION_LANG_TABLE)
|
|
|
|
|
extern const char* const MSG_VMIN_LANG_TABLE[1];
|
|
|
|
|