Remove white spaces in messags which saves ~62bytes
This commit is contained in:
parent
127a8e4068
commit
466de83ae0
|
|
@ -11136,7 +11136,7 @@ void recover_print(uint8_t automatic) {
|
||||||
char cmd[30];
|
char cmd[30];
|
||||||
lcd_update_enable(true);
|
lcd_update_enable(true);
|
||||||
lcd_update(2);
|
lcd_update(2);
|
||||||
lcd_setstatuspgm(_i("Recovering print "));////MSG_RECOVERING_PRINT c=20
|
lcd_setstatuspgm(_i("Recovering print"));////MSG_RECOVERING_PRINT c=20
|
||||||
|
|
||||||
// Recover position, temperatures and extrude_multipliers
|
// Recover position, temperatures and extrude_multipliers
|
||||||
bool mbl_was_active = recover_machine_state_after_power_panic();
|
bool mbl_was_active = recover_machine_state_after_power_panic();
|
||||||
|
|
|
||||||
|
|
@ -89,12 +89,12 @@ const char MSG_RESUME_PRINT[] PROGMEM_I1 = ISTR("Resume print"); ////c=18
|
||||||
const char MSG_RESUMING_PRINT[] PROGMEM_I1 = ISTR("Resuming print"); ////c=20
|
const char MSG_RESUMING_PRINT[] PROGMEM_I1 = ISTR("Resuming print"); ////c=20
|
||||||
const char MSG_SELFTEST_COOLING_FAN[] PROGMEM_I1 = ISTR("Front print fan?"); ////c=20
|
const char MSG_SELFTEST_COOLING_FAN[] PROGMEM_I1 = ISTR("Front print fan?"); ////c=20
|
||||||
const char MSG_SELFTEST_EXTRUDER_FAN[] PROGMEM_I1 = ISTR("Left hotend fan?"); ////c=20
|
const char MSG_SELFTEST_EXTRUDER_FAN[] PROGMEM_I1 = ISTR("Left hotend fan?"); ////c=20
|
||||||
const char MSG_SELFTEST_FAILED[] PROGMEM_I1 = ISTR("Selftest failed "); ////c=20
|
const char MSG_SELFTEST_FAILED[] PROGMEM_I1 = ISTR("Selftest failed"); ////c=20
|
||||||
const char MSG_SELFTEST_FAN[] PROGMEM_I1 = ISTR("Fan test"); ////c=20
|
const char MSG_SELFTEST_FAN[] PROGMEM_I1 = ISTR("Fan test"); ////c=20
|
||||||
const char MSG_SELFTEST_FAN_NO[] PROGMEM_I1 = ISTR("Not spinning"); ////c=19
|
const char MSG_SELFTEST_FAN_NO[] PROGMEM_I1 = ISTR("Not spinning"); ////c=19
|
||||||
const char MSG_SELFTEST_FAN_YES[] PROGMEM_I1 = ISTR("Spinning"); ////c=19
|
const char MSG_SELFTEST_FAN_YES[] PROGMEM_I1 = ISTR("Spinning"); ////c=19
|
||||||
const char MSG_SELFTEST_CHECK_BED[] PROGMEM_I1 = ISTR("Checking bed "); ////c=20
|
const char MSG_SELFTEST_CHECK_BED[] PROGMEM_I1 = ISTR("Checking bed"); ////c=20
|
||||||
const char MSG_SELFTEST_CHECK_FSENSOR[] PROGMEM_I1 = ISTR("Checking sensors "); ////c=20
|
const char MSG_SELFTEST_CHECK_FSENSOR[] PROGMEM_I1 = ISTR("Checking sensors"); ////c=20
|
||||||
const char MSG_SELFTEST_MOTOR[] PROGMEM_I1 = ISTR("Motor"); ////c=18
|
const char MSG_SELFTEST_MOTOR[] PROGMEM_I1 = ISTR("Motor"); ////c=18
|
||||||
const char MSG_SELFTEST_FILAMENT_SENSOR[] PROGMEM_I1 = ISTR("Filament sensor"); ////c=17
|
const char MSG_SELFTEST_FILAMENT_SENSOR[] PROGMEM_I1 = ISTR("Filament sensor"); ////c=17
|
||||||
const char MSG_SELFTEST_WIRINGERROR[] PROGMEM_I1 = ISTR("Wiring error"); ////c=18
|
const char MSG_SELFTEST_WIRINGERROR[] PROGMEM_I1 = ISTR("Wiring error"); ////c=18
|
||||||
|
|
@ -110,7 +110,7 @@ const char MSG_NORMAL[] PROGMEM_I1 = ISTR("Normal"); ////c=7
|
||||||
const char MSG_STEALTH[] PROGMEM_I1 = ISTR("Stealth"); ////c=7
|
const char MSG_STEALTH[] PROGMEM_I1 = ISTR("Stealth"); ////c=7
|
||||||
const char MSG_STEEL_SHEET_CHECK[] PROGMEM_I1 = ISTR("Is steel sheet on heatbed?"); ////c=20 r=2
|
const char MSG_STEEL_SHEET_CHECK[] PROGMEM_I1 = ISTR("Is steel sheet on heatbed?"); ////c=20 r=2
|
||||||
const char MSG_STOP_PRINT[] PROGMEM_I1 = ISTR("Stop print"); ////c=18
|
const char MSG_STOP_PRINT[] PROGMEM_I1 = ISTR("Stop print"); ////c=18
|
||||||
const char MSG_STOPPED[] PROGMEM_I1 = ISTR("STOPPED. "); ////c=20
|
const char MSG_STOPPED[] PROGMEM_I1 = ISTR("STOPPED."); ////c=20
|
||||||
const char MSG_TEMP_CALIBRATION[] PROGMEM_I1 = ISTR("Temp. cal."); ////c=14
|
const char MSG_TEMP_CALIBRATION[] PROGMEM_I1 = ISTR("Temp. cal."); ////c=14
|
||||||
const char MSG_TEMP_CALIBRATION_DONE[] PROGMEM_I1 = ISTR("Temperature calibration is finished and active. Temp. calibration can be disabled in menu Settings->Temp. cal."); ////c=20 r=12
|
const char MSG_TEMP_CALIBRATION_DONE[] PROGMEM_I1 = ISTR("Temperature calibration is finished and active. Temp. calibration can be disabled in menu Settings->Temp. cal."); ////c=20 r=12
|
||||||
const char MSG_UNLOAD_FILAMENT[] PROGMEM_I1 = ISTR("Unload filament"); ////Number 1 to 5 is added behind text e.g. "Unload filament" c=16
|
const char MSG_UNLOAD_FILAMENT[] PROGMEM_I1 = ISTR("Unload filament"); ////Number 1 to 5 is added behind text e.g. "Unload filament" c=16
|
||||||
|
|
|
||||||
|
|
@ -1583,7 +1583,7 @@ void mmu_continue_loading(bool blocking)
|
||||||
manage_response(false, true, MMU_UNLOAD_MOVE);
|
manage_response(false, true, MMU_UNLOAD_MOVE);
|
||||||
|
|
||||||
setAllTargetHotends(0);
|
setAllTargetHotends(0);
|
||||||
lcd_setstatuspgm(_i("MMU load failed "));////MSG_MMU_LOAD_FAILED c=20
|
lcd_setstatuspgm(_i("MMU load failed"));////MSG_MMU_LOAD_FAILED c=20
|
||||||
|
|
||||||
if (blocking)
|
if (blocking)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1320,7 +1320,7 @@ void lcd_commands()
|
||||||
strcat(cmd1, ftostr3(pid_temp));
|
strcat(cmd1, ftostr3(pid_temp));
|
||||||
// setting the correct target temperature (for visualization) is done in PID_autotune
|
// setting the correct target temperature (for visualization) is done in PID_autotune
|
||||||
enquecommand(cmd1);
|
enquecommand(cmd1);
|
||||||
lcd_setstatuspgm(_i("PID cal. "));////MSG_PID_RUNNING c=20
|
lcd_setstatuspgm(_i("PID cal."));////MSG_PID_RUNNING c=20
|
||||||
lcd_commands_step = 2;
|
lcd_commands_step = 2;
|
||||||
}
|
}
|
||||||
if (lcd_commands_step == 2 && pid_tuning_finished) { //saving to eeprom
|
if (lcd_commands_step == 2 && pid_tuning_finished) { //saving to eeprom
|
||||||
|
|
@ -4285,7 +4285,7 @@ static void lcd_silent_mode_set() {
|
||||||
}
|
}
|
||||||
eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
|
eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
|
||||||
#ifdef TMC2130
|
#ifdef TMC2130
|
||||||
lcd_display_message_fullscreen_P(_i("Mode change in progress ..."));////MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
lcd_display_message_fullscreen_P(_i("Mode change in progress..."));////MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
||||||
// Wait until the planner queue is drained and the stepper routine achieves
|
// Wait until the planner queue is drained and the stepper routine achieves
|
||||||
// an idle state.
|
// an idle state.
|
||||||
st_synchronize();
|
st_synchronize();
|
||||||
|
|
@ -5697,9 +5697,9 @@ static void lcd_calibration_menu()
|
||||||
}
|
}
|
||||||
MENU_ITEM_GCODE_P(_T(MSG_AUTO_HOME), PSTR("G28 W"));
|
MENU_ITEM_GCODE_P(_T(MSG_AUTO_HOME), PSTR("G28 W"));
|
||||||
#ifdef TMC2130
|
#ifdef TMC2130
|
||||||
MENU_ITEM_FUNCTION_P(_i("Belt test "), lcd_belttest_v);////MSG_BELTTEST c=18
|
MENU_ITEM_FUNCTION_P(_i("Belt test"), lcd_belttest_v);////MSG_BELTTEST c=18
|
||||||
#endif //TMC2130
|
#endif //TMC2130
|
||||||
MENU_ITEM_FUNCTION_P(_i("Selftest "), lcd_selftest_v);////MSG_SELFTEST c=18
|
MENU_ITEM_FUNCTION_P(_i("Selftest"), lcd_selftest_v);////MSG_SELFTEST c=18
|
||||||
#ifdef MK1BP
|
#ifdef MK1BP
|
||||||
// MK1
|
// MK1
|
||||||
// "Calibrate Z"
|
// "Calibrate Z"
|
||||||
|
|
@ -6666,7 +6666,7 @@ static void lcd_main_menu()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_usb_printing && (lcd_commands_type != LcdCommands::Layer1Cal)) {
|
if (!is_usb_printing && (lcd_commands_type != LcdCommands::Layer1Cal)) {
|
||||||
MENU_ITEM_SUBMENU_P(_i("Statistics "), lcd_menu_statistics);////MSG_STATISTICS c=18
|
MENU_ITEM_SUBMENU_P(_i("Statistics"), lcd_menu_statistics);////MSG_STATISTICS c=18
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(TMC2130) || defined(FILAMENT_SENSOR)
|
#if defined(TMC2130) || defined(FILAMENT_SENSOR)
|
||||||
|
|
@ -7385,7 +7385,7 @@ bool lcd_selftest()
|
||||||
#endif //IR_SENSOR_ANALOG
|
#endif //IR_SENSOR_ANALOG
|
||||||
lcd_wait_for_cool_down();
|
lcd_wait_for_cool_down();
|
||||||
lcd_clear();
|
lcd_clear();
|
||||||
lcd_puts_at_P(0, 0, _i("Self test start "));////MSG_SELFTEST_START c=20
|
lcd_puts_at_P(0, 0, _i("Self test start"));////MSG_SELFTEST_START c=20
|
||||||
#ifdef TMC2130
|
#ifdef TMC2130
|
||||||
FORCE_HIGH_POWER_START;
|
FORCE_HIGH_POWER_START;
|
||||||
#endif // TMC2130
|
#endif // TMC2130
|
||||||
|
|
@ -8059,8 +8059,8 @@ static void lcd_selftest_error(TestError testError, const char *_error_1, const
|
||||||
|
|
||||||
lcd_clear();
|
lcd_clear();
|
||||||
|
|
||||||
lcd_puts_at_P(0, 0, _i("Selftest error !"));////MSG_SELFTEST_ERROR c=20
|
lcd_puts_at_P(0, 0, _i("Selftest error!"));////MSG_SELFTEST_ERROR c=20
|
||||||
lcd_puts_at_P(0, 1, _i("Please check :"));////MSG_SELFTEST_PLEASECHECK c=20
|
lcd_puts_at_P(0, 1, _i("Please check:"));////MSG_SELFTEST_PLEASECHECK c=20
|
||||||
|
|
||||||
switch (testError)
|
switch (testError)
|
||||||
{
|
{
|
||||||
|
|
@ -8069,7 +8069,7 @@ static void lcd_selftest_error(TestError testError, const char *_error_1, const
|
||||||
lcd_puts_at_P(0, 3, _i("Not connected"));////MSG_SELFTEST_NOTCONNECTED c=20
|
lcd_puts_at_P(0, 3, _i("Not connected"));////MSG_SELFTEST_NOTCONNECTED c=20
|
||||||
break;
|
break;
|
||||||
case TestError::Bed:
|
case TestError::Bed:
|
||||||
lcd_puts_at_P(0, 2, _i("Bed / Heater"));////MSG_SELFTEST_BEDHEATER c=20
|
lcd_puts_at_P(0, 2, _i("Bed/Heater"));////MSG_SELFTEST_BEDHEATER c=20
|
||||||
lcd_puts_at_P(0, 3, _T(MSG_SELFTEST_WIRINGERROR));
|
lcd_puts_at_P(0, 3, _T(MSG_SELFTEST_WIRINGERROR));
|
||||||
break;
|
break;
|
||||||
case TestError::Endstops:
|
case TestError::Endstops:
|
||||||
|
|
@ -8425,10 +8425,10 @@ static int lcd_selftest_screen(TestScreen screen, int _progress, int _progress_s
|
||||||
if (screen == TestScreen::AxisZ) lcd_puts_P(_i("Checking Z axis"));////MSG_SELFTEST_CHECK_Z c=20
|
if (screen == TestScreen::AxisZ) lcd_puts_P(_i("Checking Z axis"));////MSG_SELFTEST_CHECK_Z c=20
|
||||||
if (screen == TestScreen::Bed) lcd_puts_P(_T(MSG_SELFTEST_CHECK_BED));
|
if (screen == TestScreen::Bed) lcd_puts_P(_T(MSG_SELFTEST_CHECK_BED));
|
||||||
if (screen == TestScreen::Hotend
|
if (screen == TestScreen::Hotend
|
||||||
|| screen == TestScreen::HotendOk) lcd_puts_P(_i("Checking hotend "));////MSG_SELFTEST_CHECK_HOTEND c=20
|
|| screen == TestScreen::HotendOk) lcd_puts_P(_i("Checking hotend"));////MSG_SELFTEST_CHECK_HOTEND c=20
|
||||||
if (screen == TestScreen::Fsensor) lcd_puts_P(_T(MSG_SELFTEST_CHECK_FSENSOR));
|
if (screen == TestScreen::Fsensor) lcd_puts_P(_T(MSG_SELFTEST_CHECK_FSENSOR));
|
||||||
if (screen == TestScreen::FsensorOk) lcd_puts_P(_T(MSG_SELFTEST_CHECK_FSENSOR));
|
if (screen == TestScreen::FsensorOk) lcd_puts_P(_T(MSG_SELFTEST_CHECK_FSENSOR));
|
||||||
if (screen == TestScreen::AllCorrect) lcd_puts_P(_i("All correct "));////MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
if (screen == TestScreen::AllCorrect) lcd_puts_P(_i("All correct"));////MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||||
if (screen == TestScreen::Failed) lcd_puts_P(_T(MSG_SELFTEST_FAILED));
|
if (screen == TestScreen::Failed) lcd_puts_P(_T(MSG_SELFTEST_FAILED));
|
||||||
if (screen == TestScreen::Home) lcd_puts_P(_i("Calibrating home"));////MSG_CALIBRATING_HOME c=20
|
if (screen == TestScreen::Home) lcd_puts_P(_i("Calibrating home"));////MSG_CALIBRATING_HOME c=20
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"Adjusting Z:"
|
"Adjusting Z:"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||||
"All correct "
|
"All correct"
|
||||||
|
|
||||||
#MSG_WIZARD_DONE c=20 r=8
|
#MSG_WIZARD_DONE c=20 r=8
|
||||||
"All is done. Happy printing!"
|
"All is done. Happy printing!"
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"Axis"
|
"Axis"
|
||||||
|
|
||||||
#MSG_SELFTEST_BEDHEATER c=20
|
#MSG_SELFTEST_BEDHEATER c=20
|
||||||
"Bed / Heater"
|
"Bed/Heater"
|
||||||
|
|
||||||
#MSG_BED_DONE c=20
|
#MSG_BED_DONE c=20
|
||||||
"Bed done"
|
"Bed done"
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
"Bed level correct"
|
"Bed level correct"
|
||||||
|
|
||||||
#MSG_BELTTEST c=18
|
#MSG_BELTTEST c=18
|
||||||
"Belt test "
|
"Belt test"
|
||||||
|
|
||||||
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
||||||
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
||||||
|
|
@ -332,16 +332,16 @@
|
||||||
"Changed correctly?"
|
"Changed correctly?"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_BED c=20
|
#MSG_SELFTEST_CHECK_BED c=20
|
||||||
"Checking bed "
|
"Checking bed"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
||||||
"Checking endstops"
|
"Checking endstops"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_HOTEND c=20
|
#MSG_SELFTEST_CHECK_HOTEND c=20
|
||||||
"Checking hotend "
|
"Checking hotend"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
||||||
"Checking sensors "
|
"Checking sensors"
|
||||||
|
|
||||||
#MSG_CHECKING_X c=20
|
#MSG_CHECKING_X c=20
|
||||||
"Checking X axis"
|
"Checking X axis"
|
||||||
|
|
@ -455,7 +455,7 @@
|
||||||
"MMU fails"
|
"MMU fails"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILED c=20
|
#MSG_MMU_LOAD_FAILED c=20
|
||||||
"MMU load failed "
|
"MMU load failed"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILS c=15
|
#MSG_MMU_LOAD_FAILS c=15
|
||||||
"MMU load fails"
|
"MMU load fails"
|
||||||
|
|
@ -551,7 +551,7 @@
|
||||||
"Pause print"
|
"Pause print"
|
||||||
|
|
||||||
#MSG_PID_RUNNING c=20
|
#MSG_PID_RUNNING c=20
|
||||||
"PID cal. "
|
"PID cal."
|
||||||
|
|
||||||
#MSG_PID_FINISHED c=20
|
#MSG_PID_FINISHED c=20
|
||||||
"PID cal. finished"
|
"PID cal. finished"
|
||||||
|
|
@ -572,7 +572,7 @@
|
||||||
"Please clean the nozzle for calibration. Click when done."
|
"Please clean the nozzle for calibration. Click when done."
|
||||||
|
|
||||||
#MSG_SELFTEST_PLEASECHECK c=20
|
#MSG_SELFTEST_PLEASECHECK c=20
|
||||||
"Please check :"
|
"Please check:"
|
||||||
|
|
||||||
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
||||||
"Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
|
"Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
|
||||||
|
|
@ -683,7 +683,7 @@
|
||||||
"Please check the IR sensor connection, unload filament if present."
|
"Please check the IR sensor connection, unload filament if present."
|
||||||
|
|
||||||
#MSG_RECOVERING_PRINT c=20
|
#MSG_RECOVERING_PRINT c=20
|
||||||
"Recovering print "
|
"Recovering print"
|
||||||
|
|
||||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
||||||
"Remove old filament and press the knob to start loading new filament."
|
"Remove old filament and press the knob to start loading new filament."
|
||||||
|
|
@ -731,16 +731,16 @@
|
||||||
"Self test OK"
|
"Self test OK"
|
||||||
|
|
||||||
#MSG_SELFTEST_START c=20
|
#MSG_SELFTEST_START c=20
|
||||||
"Self test start "
|
"Self test start"
|
||||||
|
|
||||||
#MSG_SELFTEST c=18
|
#MSG_SELFTEST c=18
|
||||||
"Selftest "
|
"Selftest"
|
||||||
|
|
||||||
#MSG_SELFTEST_ERROR c=20
|
#MSG_SELFTEST_ERROR c=20
|
||||||
"Selftest error !"
|
"Selftest error!"
|
||||||
|
|
||||||
#MSG_SELFTEST_FAILED c=20
|
#MSG_SELFTEST_FAILED c=20
|
||||||
"Selftest failed "
|
"Selftest failed"
|
||||||
|
|
||||||
#MSG_FORCE_SELFTEST c=20 r=8
|
#MSG_FORCE_SELFTEST c=20 r=8
|
||||||
"Selftest will be run to calibrate accurate sensorless rehoming."
|
"Selftest will be run to calibrate accurate sensorless rehoming."
|
||||||
|
|
@ -815,13 +815,13 @@
|
||||||
"Stable ambient temperature 21-26C is needed a rigid stand is required."
|
"Stable ambient temperature 21-26C is needed a rigid stand is required."
|
||||||
|
|
||||||
#MSG_STATISTICS c=18
|
#MSG_STATISTICS c=18
|
||||||
"Statistics "
|
"Statistics"
|
||||||
|
|
||||||
#MSG_STOP_PRINT c=18
|
#MSG_STOP_PRINT c=18
|
||||||
"Stop print"
|
"Stop print"
|
||||||
|
|
||||||
#MSG_STOPPED c=20
|
#MSG_STOPPED c=20
|
||||||
"STOPPED. "
|
"STOPPED."
|
||||||
|
|
||||||
#MSG_SUPPORT c=18
|
#MSG_SUPPORT c=18
|
||||||
"Support"
|
"Support"
|
||||||
|
|
@ -1022,7 +1022,7 @@
|
||||||
"MMU Mode"
|
"MMU Mode"
|
||||||
|
|
||||||
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
||||||
"Mode change in progress ..."
|
"Mode change in progress..."
|
||||||
|
|
||||||
#MSG_MODEL c=8
|
#MSG_MODEL c=8
|
||||||
"Model"
|
"Model"
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@
|
||||||
"Doladeni Z:"
|
"Doladeni Z:"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||||
"All correct "
|
"All correct"
|
||||||
"Vse OK "
|
"Vse OK"
|
||||||
|
|
||||||
#MSG_WIZARD_DONE c=20 r=8
|
#MSG_WIZARD_DONE c=20 r=8
|
||||||
"All is done. Happy printing!"
|
"All is done. Happy printing!"
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
"Osa"
|
"Osa"
|
||||||
|
|
||||||
#MSG_SELFTEST_BEDHEATER c=20
|
#MSG_SELFTEST_BEDHEATER c=20
|
||||||
"Bed / Heater"
|
"Bed/Heater"
|
||||||
"Podlozka / Topeni"
|
"Podlozka/Topeni"
|
||||||
|
|
||||||
#MSG_BED_DONE c=20
|
#MSG_BED_DONE c=20
|
||||||
"Bed done"
|
"Bed done"
|
||||||
|
|
@ -111,8 +111,8 @@
|
||||||
"Korekce podlozky"
|
"Korekce podlozky"
|
||||||
|
|
||||||
#MSG_BELTTEST c=18
|
#MSG_BELTTEST c=18
|
||||||
"Belt test "
|
"Belt test"
|
||||||
"Test remenu "
|
"Test remenu"
|
||||||
|
|
||||||
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
||||||
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
||||||
|
|
@ -443,7 +443,7 @@
|
||||||
"Vymena ok?"
|
"Vymena ok?"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_BED c=20
|
#MSG_SELFTEST_CHECK_BED c=20
|
||||||
"Checking bed "
|
"Checking bed"
|
||||||
"Kontrola podlozky"
|
"Kontrola podlozky"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
||||||
|
|
@ -451,11 +451,11 @@
|
||||||
"Kontrola endstopu"
|
"Kontrola endstopu"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_HOTEND c=20
|
#MSG_SELFTEST_CHECK_HOTEND c=20
|
||||||
"Checking hotend "
|
"Checking hotend"
|
||||||
"Kontrola hotend "
|
"Kontrola hotend"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
||||||
"Checking sensors "
|
"Checking sensors"
|
||||||
"Kontrola senzoru"
|
"Kontrola senzoru"
|
||||||
|
|
||||||
#MSG_CHECKING_X c=20
|
#MSG_CHECKING_X c=20
|
||||||
|
|
@ -607,7 +607,7 @@
|
||||||
"Selhani MMU"
|
"Selhani MMU"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILED c=20
|
#MSG_MMU_LOAD_FAILED c=20
|
||||||
"MMU load failed "
|
"MMU load failed"
|
||||||
"Zavedeni MMU selhalo"
|
"Zavedeni MMU selhalo"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILS c=15
|
#MSG_MMU_LOAD_FAILS c=15
|
||||||
|
|
@ -735,8 +735,8 @@
|
||||||
"Pozastavit tisk"
|
"Pozastavit tisk"
|
||||||
|
|
||||||
#MSG_PID_RUNNING c=20
|
#MSG_PID_RUNNING c=20
|
||||||
"PID cal. "
|
"PID cal."
|
||||||
"PID kal. "
|
"PID kal."
|
||||||
|
|
||||||
#MSG_PID_FINISHED c=20
|
#MSG_PID_FINISHED c=20
|
||||||
"PID cal. finished"
|
"PID cal. finished"
|
||||||
|
|
@ -763,8 +763,8 @@
|
||||||
"Pro uspesnou kalibraci ocistete prosim tiskovou trysku. Potvrdte tlacitkem."
|
"Pro uspesnou kalibraci ocistete prosim tiskovou trysku. Potvrdte tlacitkem."
|
||||||
|
|
||||||
#MSG_SELFTEST_PLEASECHECK c=20
|
#MSG_SELFTEST_PLEASECHECK c=20
|
||||||
"Please check :"
|
"Please check:"
|
||||||
"Zkontrolujte :"
|
"Zkontrolujte:"
|
||||||
|
|
||||||
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
||||||
"Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
|
"Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
|
||||||
|
|
@ -911,8 +911,8 @@
|
||||||
"Prosim zkontrolujte zapojeni IR senzoru a vyjmuty filament"
|
"Prosim zkontrolujte zapojeni IR senzoru a vyjmuty filament"
|
||||||
|
|
||||||
#MSG_RECOVERING_PRINT c=20
|
#MSG_RECOVERING_PRINT c=20
|
||||||
"Recovering print "
|
"Recovering print"
|
||||||
"Obnovovani tisku "
|
"Obnovovani tisku"
|
||||||
|
|
||||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
||||||
"Remove old filament and press the knob to start loading new filament."
|
"Remove old filament and press the knob to start loading new filament."
|
||||||
|
|
@ -975,20 +975,20 @@
|
||||||
"\x00"
|
"\x00"
|
||||||
|
|
||||||
#MSG_SELFTEST_START c=20
|
#MSG_SELFTEST_START c=20
|
||||||
"Self test start "
|
"Self test start"
|
||||||
"Self test start "
|
"Self test start"
|
||||||
|
|
||||||
#MSG_SELFTEST c=18
|
#MSG_SELFTEST c=18
|
||||||
"Selftest "
|
"Selftest"
|
||||||
"Selftest "
|
"Selftest"
|
||||||
|
|
||||||
#MSG_SELFTEST_ERROR c=20
|
#MSG_SELFTEST_ERROR c=20
|
||||||
"Selftest error !"
|
"Selftest error!"
|
||||||
"Chyba Selftestu!"
|
"Chyba Selftestu!"
|
||||||
|
|
||||||
#MSG_SELFTEST_FAILED c=20
|
#MSG_SELFTEST_FAILED c=20
|
||||||
"Selftest failed "
|
"Selftest failed"
|
||||||
"Selftest selhal "
|
"Selftest selhal"
|
||||||
|
|
||||||
#MSG_FORCE_SELFTEST c=20 r=8
|
#MSG_FORCE_SELFTEST c=20 r=8
|
||||||
"Selftest will be run to calibrate accurate sensorless rehoming."
|
"Selftest will be run to calibrate accurate sensorless rehoming."
|
||||||
|
|
@ -1087,15 +1087,15 @@
|
||||||
"Je vyzadovana stabilni pokojova teplota 21-26C a pevna podlozka."
|
"Je vyzadovana stabilni pokojova teplota 21-26C a pevna podlozka."
|
||||||
|
|
||||||
#MSG_STATISTICS c=18
|
#MSG_STATISTICS c=18
|
||||||
"Statistics "
|
"Statistics"
|
||||||
"Statistika "
|
"Statistika"
|
||||||
|
|
||||||
#MSG_STOP_PRINT c=18
|
#MSG_STOP_PRINT c=18
|
||||||
"Stop print"
|
"Stop print"
|
||||||
"Zastavit tisk"
|
"Zastavit tisk"
|
||||||
|
|
||||||
#MSG_STOPPED c=20
|
#MSG_STOPPED c=20
|
||||||
"STOPPED. "
|
"STOPPED."
|
||||||
"ZASTAVENO."
|
"ZASTAVENO."
|
||||||
|
|
||||||
#MSG_SUPPORT c=18
|
#MSG_SUPPORT c=18
|
||||||
|
|
@ -1363,7 +1363,7 @@
|
||||||
"MMU mod"
|
"MMU mod"
|
||||||
|
|
||||||
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
||||||
"Mode change in progress ..."
|
"Mode change in progress..."
|
||||||
"Probiha zmena modu..."
|
"Probiha zmena modu..."
|
||||||
|
|
||||||
#MSG_MODEL c=8
|
#MSG_MODEL c=8
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@
|
||||||
"Z Anpassen:"
|
"Z Anpassen:"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||||
"All correct "
|
"All correct"
|
||||||
"Alles richtig "
|
"Alles richtig"
|
||||||
|
|
||||||
#MSG_WIZARD_DONE c=20 r=8
|
#MSG_WIZARD_DONE c=20 r=8
|
||||||
"All is done. Happy printing!"
|
"All is done. Happy printing!"
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
"Achse"
|
"Achse"
|
||||||
|
|
||||||
#MSG_SELFTEST_BEDHEATER c=20
|
#MSG_SELFTEST_BEDHEATER c=20
|
||||||
"Bed / Heater"
|
"Bed/Heater"
|
||||||
"Bett / Heizung"
|
"Bett/Heizung"
|
||||||
|
|
||||||
#MSG_BED_DONE c=20
|
#MSG_BED_DONE c=20
|
||||||
"Bed done"
|
"Bed done"
|
||||||
|
|
@ -111,8 +111,8 @@
|
||||||
"Ausgleich Bett ok"
|
"Ausgleich Bett ok"
|
||||||
|
|
||||||
#MSG_BELTTEST c=18
|
#MSG_BELTTEST c=18
|
||||||
"Belt test "
|
"Belt test"
|
||||||
"Riementest "
|
"Riementest"
|
||||||
|
|
||||||
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
||||||
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
||||||
|
|
@ -443,20 +443,20 @@
|
||||||
"Wechsel ok?"
|
"Wechsel ok?"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_BED c=20
|
#MSG_SELFTEST_CHECK_BED c=20
|
||||||
"Checking bed "
|
"Checking bed"
|
||||||
"Pruefe Bett "
|
"Pruefe Bett"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
||||||
"Checking endstops"
|
"Checking endstops"
|
||||||
"Pruefe Endschalter"
|
"Pruefe Endschalter"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_HOTEND c=20
|
#MSG_SELFTEST_CHECK_HOTEND c=20
|
||||||
"Checking hotend "
|
"Checking hotend"
|
||||||
"Pruefe Duese "
|
"Pruefe Duese"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
||||||
"Checking sensors "
|
"Checking sensors"
|
||||||
"Pruefe Sensoren "
|
"Pruefe Sensoren"
|
||||||
|
|
||||||
#MSG_CHECKING_X c=20
|
#MSG_CHECKING_X c=20
|
||||||
"Checking X axis"
|
"Checking X axis"
|
||||||
|
|
@ -607,7 +607,7 @@
|
||||||
"MMU Fehler"
|
"MMU Fehler"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILED c=20
|
#MSG_MMU_LOAD_FAILED c=20
|
||||||
"MMU load failed "
|
"MMU load failed"
|
||||||
"MMU Ladefehler"
|
"MMU Ladefehler"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILS c=15
|
#MSG_MMU_LOAD_FAILS c=15
|
||||||
|
|
@ -735,8 +735,8 @@
|
||||||
"Druck pausieren"
|
"Druck pausieren"
|
||||||
|
|
||||||
#MSG_PID_RUNNING c=20
|
#MSG_PID_RUNNING c=20
|
||||||
"PID cal. "
|
"PID cal."
|
||||||
"PID Kal. "
|
"PID Kal."
|
||||||
|
|
||||||
#MSG_PID_FINISHED c=20
|
#MSG_PID_FINISHED c=20
|
||||||
"PID cal. finished"
|
"PID cal. finished"
|
||||||
|
|
@ -763,7 +763,7 @@
|
||||||
"Bitte entfernen Sie ueberstehendes Filament von der Duese. Klicken wenn sauber."
|
"Bitte entfernen Sie ueberstehendes Filament von der Duese. Klicken wenn sauber."
|
||||||
|
|
||||||
#MSG_SELFTEST_PLEASECHECK c=20
|
#MSG_SELFTEST_PLEASECHECK c=20
|
||||||
"Please check :"
|
"Please check:"
|
||||||
"Bitte pruefe:"
|
"Bitte pruefe:"
|
||||||
|
|
||||||
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
||||||
|
|
@ -911,8 +911,8 @@
|
||||||
"Bitte IR Sensor Verbindungen ueber- pruefen und Filament entladen ist."
|
"Bitte IR Sensor Verbindungen ueber- pruefen und Filament entladen ist."
|
||||||
|
|
||||||
#MSG_RECOVERING_PRINT c=20
|
#MSG_RECOVERING_PRINT c=20
|
||||||
"Recovering print "
|
"Recovering print"
|
||||||
"Druck wiederherst "
|
"Druck wiederherst"
|
||||||
|
|
||||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
||||||
"Remove old filament and press the knob to start loading new filament."
|
"Remove old filament and press the knob to start loading new filament."
|
||||||
|
|
@ -975,20 +975,20 @@
|
||||||
"Selbsttest OK"
|
"Selbsttest OK"
|
||||||
|
|
||||||
#MSG_SELFTEST_START c=20
|
#MSG_SELFTEST_START c=20
|
||||||
"Self test start "
|
"Self test start"
|
||||||
"Selbsttest start "
|
"Selbsttest start"
|
||||||
|
|
||||||
#MSG_SELFTEST c=18
|
#MSG_SELFTEST c=18
|
||||||
"Selftest "
|
"Selftest"
|
||||||
"Selbsttest "
|
"Selbsttest"
|
||||||
|
|
||||||
#MSG_SELFTEST_ERROR c=20
|
#MSG_SELFTEST_ERROR c=20
|
||||||
"Selftest error !"
|
"Selftest error!"
|
||||||
"Selbsttest Fehler!"
|
"Selbsttest Fehler!"
|
||||||
|
|
||||||
#MSG_SELFTEST_FAILED c=20
|
#MSG_SELFTEST_FAILED c=20
|
||||||
"Selftest failed "
|
"Selftest failed"
|
||||||
"Selbsttest Error "
|
"Selbsttest Error"
|
||||||
|
|
||||||
#MSG_FORCE_SELFTEST c=20 r=8
|
#MSG_FORCE_SELFTEST c=20 r=8
|
||||||
"Selftest will be run to calibrate accurate sensorless rehoming."
|
"Selftest will be run to calibrate accurate sensorless rehoming."
|
||||||
|
|
@ -1087,15 +1087,15 @@
|
||||||
"Stabile Umgebungs- temperatur 21-26C und feste Stand- flaeche erforderlich"
|
"Stabile Umgebungs- temperatur 21-26C und feste Stand- flaeche erforderlich"
|
||||||
|
|
||||||
#MSG_STATISTICS c=18
|
#MSG_STATISTICS c=18
|
||||||
"Statistics "
|
"Statistics"
|
||||||
"Statistiken "
|
"Statistiken"
|
||||||
|
|
||||||
#MSG_STOP_PRINT c=18
|
#MSG_STOP_PRINT c=18
|
||||||
"Stop print"
|
"Stop print"
|
||||||
"Druck abbrechen"
|
"Druck abbrechen"
|
||||||
|
|
||||||
#MSG_STOPPED c=20
|
#MSG_STOPPED c=20
|
||||||
"STOPPED. "
|
"STOPPED."
|
||||||
"GESTOPPT."
|
"GESTOPPT."
|
||||||
|
|
||||||
#MSG_SUPPORT c=18
|
#MSG_SUPPORT c=18
|
||||||
|
|
@ -1363,7 +1363,7 @@
|
||||||
"\x00"
|
"\x00"
|
||||||
|
|
||||||
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
||||||
"Mode change in progress ..."
|
"Mode change in progress..."
|
||||||
"Moduswechsel erfolgt..."
|
"Moduswechsel erfolgt..."
|
||||||
|
|
||||||
#MSG_MODEL c=8
|
#MSG_MODEL c=8
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"Ajustar-Z:"
|
"Ajustar-Z:"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||||
"All correct "
|
"All correct"
|
||||||
"Todo bien"
|
"Todo bien"
|
||||||
|
|
||||||
#MSG_WIZARD_DONE c=20 r=8
|
#MSG_WIZARD_DONE c=20 r=8
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
"Eje"
|
"Eje"
|
||||||
|
|
||||||
#MSG_SELFTEST_BEDHEATER c=20
|
#MSG_SELFTEST_BEDHEATER c=20
|
||||||
"Bed / Heater"
|
"Bed/Heater"
|
||||||
"Base / Calentador"
|
"Base/Calentador"
|
||||||
|
|
||||||
#MSG_BED_DONE c=20
|
#MSG_BED_DONE c=20
|
||||||
"Bed done"
|
"Bed done"
|
||||||
|
|
@ -111,8 +111,8 @@
|
||||||
"Corr. de la cama"
|
"Corr. de la cama"
|
||||||
|
|
||||||
#MSG_BELTTEST c=18
|
#MSG_BELTTEST c=18
|
||||||
"Belt test "
|
"Belt test"
|
||||||
"Test cinturon "
|
"Test cinturon"
|
||||||
|
|
||||||
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
||||||
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
||||||
|
|
@ -443,7 +443,7 @@
|
||||||
"Cambio correcto?"
|
"Cambio correcto?"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_BED c=20
|
#MSG_SELFTEST_CHECK_BED c=20
|
||||||
"Checking bed "
|
"Checking bed"
|
||||||
"Control base cal."
|
"Control base cal."
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
||||||
|
|
@ -451,11 +451,11 @@
|
||||||
"Control endstops"
|
"Control endstops"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_HOTEND c=20
|
#MSG_SELFTEST_CHECK_HOTEND c=20
|
||||||
"Checking hotend "
|
"Checking hotend"
|
||||||
"Control fusor"
|
"Control fusor"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
||||||
"Checking sensors "
|
"Checking sensors"
|
||||||
"Comprobando sensores"
|
"Comprobando sensores"
|
||||||
|
|
||||||
#MSG_CHECKING_X c=20
|
#MSG_CHECKING_X c=20
|
||||||
|
|
@ -607,7 +607,7 @@
|
||||||
"Fallos MMU"
|
"Fallos MMU"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILED c=20
|
#MSG_MMU_LOAD_FAILED c=20
|
||||||
"MMU load failed "
|
"MMU load failed"
|
||||||
"Carga MMU fallida"
|
"Carga MMU fallida"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILS c=15
|
#MSG_MMU_LOAD_FAILS c=15
|
||||||
|
|
@ -735,8 +735,8 @@
|
||||||
"Pausar impresion"
|
"Pausar impresion"
|
||||||
|
|
||||||
#MSG_PID_RUNNING c=20
|
#MSG_PID_RUNNING c=20
|
||||||
"PID cal. "
|
"PID cal."
|
||||||
"Cal. PID "
|
"Cal. PID"
|
||||||
|
|
||||||
#MSG_PID_FINISHED c=20
|
#MSG_PID_FINISHED c=20
|
||||||
"PID cal. finished"
|
"PID cal. finished"
|
||||||
|
|
@ -763,8 +763,8 @@
|
||||||
"Limpia boquilla para calibracion. Click cuando acabes."
|
"Limpia boquilla para calibracion. Click cuando acabes."
|
||||||
|
|
||||||
#MSG_SELFTEST_PLEASECHECK c=20
|
#MSG_SELFTEST_PLEASECHECK c=20
|
||||||
"Please check :"
|
"Please check:"
|
||||||
"Controla :"
|
"Controla:"
|
||||||
|
|
||||||
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
||||||
"Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
|
"Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
|
||||||
|
|
@ -911,8 +911,8 @@
|
||||||
"Por favor comprueba la conexion del IR sensor y filamento esta descargado."
|
"Por favor comprueba la conexion del IR sensor y filamento esta descargado."
|
||||||
|
|
||||||
#MSG_RECOVERING_PRINT c=20
|
#MSG_RECOVERING_PRINT c=20
|
||||||
"Recovering print "
|
"Recovering print"
|
||||||
"Recuper. impresion "
|
"Recuper. impresion"
|
||||||
|
|
||||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
||||||
"Remove old filament and press the knob to start loading new filament."
|
"Remove old filament and press the knob to start loading new filament."
|
||||||
|
|
@ -975,19 +975,19 @@
|
||||||
"\x00"
|
"\x00"
|
||||||
|
|
||||||
#MSG_SELFTEST_START c=20
|
#MSG_SELFTEST_START c=20
|
||||||
"Self test start "
|
"Self test start"
|
||||||
"Iniciar Selftest"
|
"Iniciar Selftest"
|
||||||
|
|
||||||
#MSG_SELFTEST c=18
|
#MSG_SELFTEST c=18
|
||||||
"Selftest "
|
"Selftest"
|
||||||
"\x00"
|
"\x00"
|
||||||
|
|
||||||
#MSG_SELFTEST_ERROR c=20
|
#MSG_SELFTEST_ERROR c=20
|
||||||
"Selftest error !"
|
"Selftest error!"
|
||||||
"Error Selftest !"
|
"Error Selftest!"
|
||||||
|
|
||||||
#MSG_SELFTEST_FAILED c=20
|
#MSG_SELFTEST_FAILED c=20
|
||||||
"Selftest failed "
|
"Selftest failed"
|
||||||
"Fallo Selftest"
|
"Fallo Selftest"
|
||||||
|
|
||||||
#MSG_FORCE_SELFTEST c=20 r=8
|
#MSG_FORCE_SELFTEST c=20 r=8
|
||||||
|
|
@ -1087,15 +1087,15 @@
|
||||||
"Se necesita una temperatura ambiente ente 21 y 26C y un soporte rigido."
|
"Se necesita una temperatura ambiente ente 21 y 26C y un soporte rigido."
|
||||||
|
|
||||||
#MSG_STATISTICS c=18
|
#MSG_STATISTICS c=18
|
||||||
"Statistics "
|
"Statistics"
|
||||||
"Estadisticas "
|
"Estadisticas"
|
||||||
|
|
||||||
#MSG_STOP_PRINT c=18
|
#MSG_STOP_PRINT c=18
|
||||||
"Stop print"
|
"Stop print"
|
||||||
"Detener impresion"
|
"Detener impresion"
|
||||||
|
|
||||||
#MSG_STOPPED c=20
|
#MSG_STOPPED c=20
|
||||||
"STOPPED. "
|
"STOPPED."
|
||||||
"PARADA"
|
"PARADA"
|
||||||
|
|
||||||
#MSG_SUPPORT c=18
|
#MSG_SUPPORT c=18
|
||||||
|
|
@ -1363,7 +1363,7 @@
|
||||||
"Modo MMU"
|
"Modo MMU"
|
||||||
|
|
||||||
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
||||||
"Mode change in progress ..."
|
"Mode change in progress..."
|
||||||
"Cambio de modo progresando ..."
|
"Cambio de modo progresando ..."
|
||||||
|
|
||||||
#MSG_MODEL c=8
|
#MSG_MODEL c=8
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"Ajuster Z:"
|
"Ajuster Z:"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||||
"All correct "
|
"All correct"
|
||||||
"Tout est correct"
|
"Tout est correct"
|
||||||
|
|
||||||
#MSG_WIZARD_DONE c=20 r=8
|
#MSG_WIZARD_DONE c=20 r=8
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
"Axe"
|
"Axe"
|
||||||
|
|
||||||
#MSG_SELFTEST_BEDHEATER c=20
|
#MSG_SELFTEST_BEDHEATER c=20
|
||||||
"Bed / Heater"
|
"Bed/Heater"
|
||||||
"Lit / Chauffage"
|
"Lit/Chauffage"
|
||||||
|
|
||||||
#MSG_BED_DONE c=20
|
#MSG_BED_DONE c=20
|
||||||
"Bed done"
|
"Bed done"
|
||||||
|
|
@ -111,8 +111,8 @@
|
||||||
"Reglage plateau"
|
"Reglage plateau"
|
||||||
|
|
||||||
#MSG_BELTTEST c=18
|
#MSG_BELTTEST c=18
|
||||||
"Belt test "
|
"Belt test"
|
||||||
"Test de courroie "
|
"Test de courroie"
|
||||||
|
|
||||||
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
||||||
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
||||||
|
|
@ -443,7 +443,7 @@
|
||||||
"Change correctement?"
|
"Change correctement?"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_BED c=20
|
#MSG_SELFTEST_CHECK_BED c=20
|
||||||
"Checking bed "
|
"Checking bed"
|
||||||
"Verif. plateau chauf"
|
"Verif. plateau chauf"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
||||||
|
|
@ -451,11 +451,11 @@
|
||||||
"Verification butees"
|
"Verification butees"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_HOTEND c=20
|
#MSG_SELFTEST_CHECK_HOTEND c=20
|
||||||
"Checking hotend "
|
"Checking hotend"
|
||||||
"Verif. du hotend"
|
"Verif. du hotend"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
||||||
"Checking sensors "
|
"Checking sensors"
|
||||||
"Verif. des capteurs"
|
"Verif. des capteurs"
|
||||||
|
|
||||||
#MSG_CHECKING_X c=20
|
#MSG_CHECKING_X c=20
|
||||||
|
|
@ -607,7 +607,7 @@
|
||||||
"Echecs MMU"
|
"Echecs MMU"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILED c=20
|
#MSG_MMU_LOAD_FAILED c=20
|
||||||
"MMU load failed "
|
"MMU load failed"
|
||||||
"Def. charg. MMU"
|
"Def. charg. MMU"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILS c=15
|
#MSG_MMU_LOAD_FAILS c=15
|
||||||
|
|
@ -735,7 +735,7 @@
|
||||||
"Pause de l'impr."
|
"Pause de l'impr."
|
||||||
|
|
||||||
#MSG_PID_RUNNING c=20
|
#MSG_PID_RUNNING c=20
|
||||||
"PID cal. "
|
"PID cal."
|
||||||
"Calib. PID"
|
"Calib. PID"
|
||||||
|
|
||||||
#MSG_PID_FINISHED c=20
|
#MSG_PID_FINISHED c=20
|
||||||
|
|
@ -763,7 +763,7 @@
|
||||||
"Nettoyez la buse pour la calibration. Cliquez une fois fait."
|
"Nettoyez la buse pour la calibration. Cliquez une fois fait."
|
||||||
|
|
||||||
#MSG_SELFTEST_PLEASECHECK c=20
|
#MSG_SELFTEST_PLEASECHECK c=20
|
||||||
"Please check :"
|
"Please check:"
|
||||||
"Verifiez:"
|
"Verifiez:"
|
||||||
|
|
||||||
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
||||||
|
|
@ -911,8 +911,8 @@
|
||||||
"SVP, verifiez la connexion du capteur IR et decharge le filament."
|
"SVP, verifiez la connexion du capteur IR et decharge le filament."
|
||||||
|
|
||||||
#MSG_RECOVERING_PRINT c=20
|
#MSG_RECOVERING_PRINT c=20
|
||||||
"Recovering print "
|
"Recovering print"
|
||||||
"Recup. impression "
|
"Recup. impression"
|
||||||
|
|
||||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
||||||
"Remove old filament and press the knob to start loading new filament."
|
"Remove old filament and press the knob to start loading new filament."
|
||||||
|
|
@ -975,19 +975,19 @@
|
||||||
"Auto-test OK"
|
"Auto-test OK"
|
||||||
|
|
||||||
#MSG_SELFTEST_START c=20
|
#MSG_SELFTEST_START c=20
|
||||||
"Self test start "
|
"Self test start"
|
||||||
"Debut auto-test"
|
"Debut auto-test"
|
||||||
|
|
||||||
#MSG_SELFTEST c=18
|
#MSG_SELFTEST c=18
|
||||||
"Selftest "
|
"Selftest"
|
||||||
"Auto-test"
|
"Auto-test"
|
||||||
|
|
||||||
#MSG_SELFTEST_ERROR c=20
|
#MSG_SELFTEST_ERROR c=20
|
||||||
"Selftest error !"
|
"Selftest error!"
|
||||||
"Erreur auto-test!"
|
"Erreur auto-test!"
|
||||||
|
|
||||||
#MSG_SELFTEST_FAILED c=20
|
#MSG_SELFTEST_FAILED c=20
|
||||||
"Selftest failed "
|
"Selftest failed"
|
||||||
"Echec de l'auto-test"
|
"Echec de l'auto-test"
|
||||||
|
|
||||||
#MSG_FORCE_SELFTEST c=20 r=8
|
#MSG_FORCE_SELFTEST c=20 r=8
|
||||||
|
|
@ -1087,7 +1087,7 @@
|
||||||
"Une temperature ambiante stable de 21-26C et un support stable sont requis."
|
"Une temperature ambiante stable de 21-26C et un support stable sont requis."
|
||||||
|
|
||||||
#MSG_STATISTICS c=18
|
#MSG_STATISTICS c=18
|
||||||
"Statistics "
|
"Statistics"
|
||||||
"Statistiques"
|
"Statistiques"
|
||||||
|
|
||||||
#MSG_STOP_PRINT c=18
|
#MSG_STOP_PRINT c=18
|
||||||
|
|
@ -1095,7 +1095,7 @@
|
||||||
"Arreter impression"
|
"Arreter impression"
|
||||||
|
|
||||||
#MSG_STOPPED c=20
|
#MSG_STOPPED c=20
|
||||||
"STOPPED. "
|
"STOPPED."
|
||||||
"ARRETE."
|
"ARRETE."
|
||||||
|
|
||||||
#MSG_SUPPORT c=18
|
#MSG_SUPPORT c=18
|
||||||
|
|
@ -1363,7 +1363,7 @@
|
||||||
"Mode MMU"
|
"Mode MMU"
|
||||||
|
|
||||||
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
||||||
"Mode change in progress ..."
|
"Mode change in progress..."
|
||||||
"Changement de mode en cours..."
|
"Changement de mode en cours..."
|
||||||
|
|
||||||
#MSG_MODEL c=8
|
#MSG_MODEL c=8
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"Compensaz. Z:"
|
"Compensaz. Z:"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||||
"All correct "
|
"All correct"
|
||||||
"Nessun errore"
|
"Nessun errore"
|
||||||
|
|
||||||
#MSG_WIZARD_DONE c=20 r=8
|
#MSG_WIZARD_DONE c=20 r=8
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
"Assi"
|
"Assi"
|
||||||
|
|
||||||
#MSG_SELFTEST_BEDHEATER c=20
|
#MSG_SELFTEST_BEDHEATER c=20
|
||||||
"Bed / Heater"
|
"Bed/Heater"
|
||||||
"Piano/Riscald."
|
"Piano/Riscald."
|
||||||
|
|
||||||
#MSG_BED_DONE c=20
|
#MSG_BED_DONE c=20
|
||||||
|
|
@ -111,8 +111,8 @@
|
||||||
"Correz. liv.piano"
|
"Correz. liv.piano"
|
||||||
|
|
||||||
#MSG_BELTTEST c=18
|
#MSG_BELTTEST c=18
|
||||||
"Belt test "
|
"Belt test"
|
||||||
"Test cinghie "
|
"Test cinghie"
|
||||||
|
|
||||||
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
||||||
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
||||||
|
|
@ -443,7 +443,7 @@
|
||||||
"Cambio corretto?"
|
"Cambio corretto?"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_BED c=20
|
#MSG_SELFTEST_CHECK_BED c=20
|
||||||
"Checking bed "
|
"Checking bed"
|
||||||
"Verifica piano"
|
"Verifica piano"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
||||||
|
|
@ -451,11 +451,11 @@
|
||||||
"Verifica finecorsa"
|
"Verifica finecorsa"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_HOTEND c=20
|
#MSG_SELFTEST_CHECK_HOTEND c=20
|
||||||
"Checking hotend "
|
"Checking hotend"
|
||||||
"Verifica ugello"
|
"Verifica ugello"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
||||||
"Checking sensors "
|
"Checking sensors"
|
||||||
"Controllo sensori"
|
"Controllo sensori"
|
||||||
|
|
||||||
#MSG_CHECKING_X c=20
|
#MSG_CHECKING_X c=20
|
||||||
|
|
@ -607,7 +607,7 @@
|
||||||
"Fallimenti MMU"
|
"Fallimenti MMU"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILED c=20
|
#MSG_MMU_LOAD_FAILED c=20
|
||||||
"MMU load failed "
|
"MMU load failed"
|
||||||
"Caricam. MMU fallito"
|
"Caricam. MMU fallito"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILS c=15
|
#MSG_MMU_LOAD_FAILS c=15
|
||||||
|
|
@ -735,7 +735,7 @@
|
||||||
"Metti in pausa"
|
"Metti in pausa"
|
||||||
|
|
||||||
#MSG_PID_RUNNING c=20
|
#MSG_PID_RUNNING c=20
|
||||||
"PID cal. "
|
"PID cal."
|
||||||
"Calibrazione PID"
|
"Calibrazione PID"
|
||||||
|
|
||||||
#MSG_PID_FINISHED c=20
|
#MSG_PID_FINISHED c=20
|
||||||
|
|
@ -763,7 +763,7 @@
|
||||||
"Pulire l'ugello per la calibrazione, poi fare click."
|
"Pulire l'ugello per la calibrazione, poi fare click."
|
||||||
|
|
||||||
#MSG_SELFTEST_PLEASECHECK c=20
|
#MSG_SELFTEST_PLEASECHECK c=20
|
||||||
"Please check :"
|
"Please check:"
|
||||||
"Verifica:"
|
"Verifica:"
|
||||||
|
|
||||||
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
||||||
|
|
@ -911,8 +911,8 @@
|
||||||
"Controllare il collegamento al sensore e rimuovere il filamento."
|
"Controllare il collegamento al sensore e rimuovere il filamento."
|
||||||
|
|
||||||
#MSG_RECOVERING_PRINT c=20
|
#MSG_RECOVERING_PRINT c=20
|
||||||
"Recovering print "
|
"Recovering print"
|
||||||
"Recupero stampa "
|
"Recupero stampa"
|
||||||
|
|
||||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
||||||
"Remove old filament and press the knob to start loading new filament."
|
"Remove old filament and press the knob to start loading new filament."
|
||||||
|
|
@ -975,19 +975,19 @@
|
||||||
"Autotest OK"
|
"Autotest OK"
|
||||||
|
|
||||||
#MSG_SELFTEST_START c=20
|
#MSG_SELFTEST_START c=20
|
||||||
"Self test start "
|
"Self test start"
|
||||||
"Avvia autotest"
|
"Avvia autotest"
|
||||||
|
|
||||||
#MSG_SELFTEST c=18
|
#MSG_SELFTEST c=18
|
||||||
"Selftest "
|
"Selftest"
|
||||||
"Autotest "
|
"Autotest"
|
||||||
|
|
||||||
#MSG_SELFTEST_ERROR c=20
|
#MSG_SELFTEST_ERROR c=20
|
||||||
"Selftest error !"
|
"Selftest error!"
|
||||||
"Errore Autotest !"
|
"Errore Autotest!"
|
||||||
|
|
||||||
#MSG_SELFTEST_FAILED c=20
|
#MSG_SELFTEST_FAILED c=20
|
||||||
"Selftest failed "
|
"Selftest failed"
|
||||||
"Autotest fallito"
|
"Autotest fallito"
|
||||||
|
|
||||||
#MSG_FORCE_SELFTEST c=20 r=8
|
#MSG_FORCE_SELFTEST c=20 r=8
|
||||||
|
|
@ -1087,7 +1087,7 @@
|
||||||
"Sono necessari una temperatura ambiente di 21-26C e una superficie rigida."
|
"Sono necessari una temperatura ambiente di 21-26C e una superficie rigida."
|
||||||
|
|
||||||
#MSG_STATISTICS c=18
|
#MSG_STATISTICS c=18
|
||||||
"Statistics "
|
"Statistics"
|
||||||
"Statistiche"
|
"Statistiche"
|
||||||
|
|
||||||
#MSG_STOP_PRINT c=18
|
#MSG_STOP_PRINT c=18
|
||||||
|
|
@ -1095,7 +1095,7 @@
|
||||||
"Arresta stampa"
|
"Arresta stampa"
|
||||||
|
|
||||||
#MSG_STOPPED c=20
|
#MSG_STOPPED c=20
|
||||||
"STOPPED. "
|
"STOPPED."
|
||||||
"ARRESTATO."
|
"ARRESTATO."
|
||||||
|
|
||||||
#MSG_SUPPORT c=18
|
#MSG_SUPPORT c=18
|
||||||
|
|
@ -1363,8 +1363,8 @@
|
||||||
"Mod. MMU"
|
"Mod. MMU"
|
||||||
|
|
||||||
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
||||||
"Mode change in progress ..."
|
"Mode change in progress..."
|
||||||
"Cambio modalita in corso ..."
|
"Cambio modalita in corso..."
|
||||||
|
|
||||||
#MSG_MODEL c=8
|
#MSG_MODEL c=8
|
||||||
"Model"
|
"Model"
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@
|
||||||
"Z is ingesteld:"
|
"Z is ingesteld:"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||||
"All correct "
|
"All correct"
|
||||||
"Allemaal goed "
|
"Allemaal goed"
|
||||||
|
|
||||||
#MSG_WIZARD_DONE c=20 r=8
|
#MSG_WIZARD_DONE c=20 r=8
|
||||||
"All is done. Happy printing!"
|
"All is done. Happy printing!"
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
"As"
|
"As"
|
||||||
|
|
||||||
#MSG_SELFTEST_BEDHEATER c=20
|
#MSG_SELFTEST_BEDHEATER c=20
|
||||||
"Bed / Heater"
|
"Bed/Heater"
|
||||||
"Bed / Verwarming"
|
"Bed/Verwarming"
|
||||||
|
|
||||||
#MSG_BED_DONE c=20
|
#MSG_BED_DONE c=20
|
||||||
"Bed done"
|
"Bed done"
|
||||||
|
|
@ -111,8 +111,8 @@
|
||||||
"Bed niveau correct"
|
"Bed niveau correct"
|
||||||
|
|
||||||
#MSG_BELTTEST c=18
|
#MSG_BELTTEST c=18
|
||||||
"Belt test "
|
"Belt test"
|
||||||
"Riemtest "
|
"Riemtest"
|
||||||
|
|
||||||
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
||||||
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
"Bed leveling failed. Sensor didn't trigger. Debris on nozzle? Waiting for reset."
|
||||||
|
|
@ -443,19 +443,19 @@
|
||||||
"Wissel ok?"
|
"Wissel ok?"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_BED c=20
|
#MSG_SELFTEST_CHECK_BED c=20
|
||||||
"Checking bed "
|
"Checking bed"
|
||||||
"Controleer bed "
|
"Controleer bed"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
||||||
"Checking endstops"
|
"Checking endstops"
|
||||||
"Controleer endstops"
|
"Controleer endstops"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_HOTEND c=20
|
#MSG_SELFTEST_CHECK_HOTEND c=20
|
||||||
"Checking hotend "
|
"Checking hotend"
|
||||||
"Controleer hotend"
|
"Controleer hotend"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
||||||
"Checking sensors "
|
"Checking sensors"
|
||||||
"Controleer sensors"
|
"Controleer sensors"
|
||||||
|
|
||||||
#MSG_CHECKING_X c=20
|
#MSG_CHECKING_X c=20
|
||||||
|
|
@ -607,8 +607,8 @@
|
||||||
"MMU fout"
|
"MMU fout"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILED c=20
|
#MSG_MMU_LOAD_FAILED c=20
|
||||||
"MMU load failed "
|
"MMU load failed"
|
||||||
"MMU laden mislukt "
|
"MMU laden mislukt"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILS c=15
|
#MSG_MMU_LOAD_FAILS c=15
|
||||||
"MMU load fails"
|
"MMU load fails"
|
||||||
|
|
@ -735,8 +735,8 @@
|
||||||
"Print pauzeren"
|
"Print pauzeren"
|
||||||
|
|
||||||
#MSG_PID_RUNNING c=20
|
#MSG_PID_RUNNING c=20
|
||||||
"PID cal. "
|
"PID cal."
|
||||||
"PID kal. "
|
"PID kal."
|
||||||
|
|
||||||
#MSG_PID_FINISHED c=20
|
#MSG_PID_FINISHED c=20
|
||||||
"PID cal. finished"
|
"PID cal. finished"
|
||||||
|
|
@ -763,7 +763,7 @@
|
||||||
"Reinig de tuit voor de kalibratie. Druk op de knop wanneer gereed."
|
"Reinig de tuit voor de kalibratie. Druk op de knop wanneer gereed."
|
||||||
|
|
||||||
#MSG_SELFTEST_PLEASECHECK c=20
|
#MSG_SELFTEST_PLEASECHECK c=20
|
||||||
"Please check :"
|
"Please check:"
|
||||||
"Controleer aub:"
|
"Controleer aub:"
|
||||||
|
|
||||||
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
||||||
|
|
@ -911,8 +911,8 @@
|
||||||
"AUB IR sensor ver- binding kontrolleren , verwijder filament indien aanwezig."
|
"AUB IR sensor ver- binding kontrolleren , verwijder filament indien aanwezig."
|
||||||
|
|
||||||
#MSG_RECOVERING_PRINT c=20
|
#MSG_RECOVERING_PRINT c=20
|
||||||
"Recovering print "
|
"Recovering print"
|
||||||
"Print herstellen "
|
"Print herstellen"
|
||||||
|
|
||||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
||||||
"Remove old filament and press the knob to start loading new filament."
|
"Remove old filament and press the knob to start loading new filament."
|
||||||
|
|
@ -975,20 +975,20 @@
|
||||||
"Zelftest OK"
|
"Zelftest OK"
|
||||||
|
|
||||||
#MSG_SELFTEST_START c=20
|
#MSG_SELFTEST_START c=20
|
||||||
"Self test start "
|
"Self test start"
|
||||||
"Zelftest start "
|
"Zelftest start"
|
||||||
|
|
||||||
#MSG_SELFTEST c=18
|
#MSG_SELFTEST c=18
|
||||||
"Selftest "
|
"Selftest"
|
||||||
"Zelftest "
|
"Zelftest"
|
||||||
|
|
||||||
#MSG_SELFTEST_ERROR c=20
|
#MSG_SELFTEST_ERROR c=20
|
||||||
"Selftest error !"
|
"Selftest error!"
|
||||||
"Zelftest fout !"
|
"Zelftest fout!"
|
||||||
|
|
||||||
#MSG_SELFTEST_FAILED c=20
|
#MSG_SELFTEST_FAILED c=20
|
||||||
"Selftest failed "
|
"Selftest failed"
|
||||||
"Zelftest mislukt "
|
"Zelftest mislukt"
|
||||||
|
|
||||||
#MSG_FORCE_SELFTEST c=20 r=8
|
#MSG_FORCE_SELFTEST c=20 r=8
|
||||||
"Selftest will be run to calibrate accurate sensorless rehoming."
|
"Selftest will be run to calibrate accurate sensorless rehoming."
|
||||||
|
|
@ -1087,7 +1087,7 @@
|
||||||
"En stabiele 21-26C omgevingstemperatuur is nodig,een stevige stand is vereist."
|
"En stabiele 21-26C omgevingstemperatuur is nodig,een stevige stand is vereist."
|
||||||
|
|
||||||
#MSG_STATISTICS c=18
|
#MSG_STATISTICS c=18
|
||||||
"Statistics "
|
"Statistics"
|
||||||
"Statistieken"
|
"Statistieken"
|
||||||
|
|
||||||
#MSG_STOP_PRINT c=18
|
#MSG_STOP_PRINT c=18
|
||||||
|
|
@ -1095,8 +1095,8 @@
|
||||||
"Print stoppen"
|
"Print stoppen"
|
||||||
|
|
||||||
#MSG_STOPPED c=20
|
#MSG_STOPPED c=20
|
||||||
"STOPPED. "
|
"STOPPED."
|
||||||
"GESTOPT. "
|
"GESTOPT."
|
||||||
|
|
||||||
#MSG_SUPPORT c=18
|
#MSG_SUPPORT c=18
|
||||||
"Support"
|
"Support"
|
||||||
|
|
@ -1363,7 +1363,7 @@
|
||||||
"MMU Mod"
|
"MMU Mod"
|
||||||
|
|
||||||
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
||||||
"Mode change in progress ..."
|
"Mode change in progress..."
|
||||||
"Moduswijziging bezig..."
|
"Moduswijziging bezig..."
|
||||||
|
|
||||||
#MSG_MODEL c=8
|
#MSG_MODEL c=8
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@
|
||||||
"Ustawianie Z:"
|
"Ustawianie Z:"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
#MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||||
"All correct "
|
"All correct"
|
||||||
"Wszystko OK "
|
"Wszystko OK"
|
||||||
|
|
||||||
#MSG_WIZARD_DONE c=20 r=8
|
#MSG_WIZARD_DONE c=20 r=8
|
||||||
"All is done. Happy printing!"
|
"All is done. Happy printing!"
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
"Os"
|
"Os"
|
||||||
|
|
||||||
#MSG_SELFTEST_BEDHEATER c=20
|
#MSG_SELFTEST_BEDHEATER c=20
|
||||||
"Bed / Heater"
|
"Bed/Heater"
|
||||||
"Stol / Grzanie"
|
"Stol/Grzanie"
|
||||||
|
|
||||||
#MSG_BED_DONE c=20
|
#MSG_BED_DONE c=20
|
||||||
"Bed done"
|
"Bed done"
|
||||||
|
|
@ -111,7 +111,7 @@
|
||||||
"Korekta stolu"
|
"Korekta stolu"
|
||||||
|
|
||||||
#MSG_BELTTEST c=18
|
#MSG_BELTTEST c=18
|
||||||
"Belt test "
|
"Belt test"
|
||||||
"Test paskow"
|
"Test paskow"
|
||||||
|
|
||||||
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
#MSG_BED_LEVELING_FAILED_POINT_LOW c=20 r=6
|
||||||
|
|
@ -443,7 +443,7 @@
|
||||||
"Wymiana ok?"
|
"Wymiana ok?"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_BED c=20
|
#MSG_SELFTEST_CHECK_BED c=20
|
||||||
"Checking bed "
|
"Checking bed"
|
||||||
"Kontrola stolu"
|
"Kontrola stolu"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
#MSG_SELFTEST_CHECK_ENDSTOPS c=20
|
||||||
|
|
@ -451,11 +451,11 @@
|
||||||
"Kontrola krancowek"
|
"Kontrola krancowek"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_HOTEND c=20
|
#MSG_SELFTEST_CHECK_HOTEND c=20
|
||||||
"Checking hotend "
|
"Checking hotend"
|
||||||
"Kontrola hotendu"
|
"Kontrola hotendu"
|
||||||
|
|
||||||
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
#MSG_SELFTEST_CHECK_FSENSOR c=20
|
||||||
"Checking sensors "
|
"Checking sensors"
|
||||||
"Kontrola czujnikow"
|
"Kontrola czujnikow"
|
||||||
|
|
||||||
#MSG_CHECKING_X c=20
|
#MSG_CHECKING_X c=20
|
||||||
|
|
@ -607,7 +607,7 @@
|
||||||
"Bledy MMU"
|
"Bledy MMU"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILED c=20
|
#MSG_MMU_LOAD_FAILED c=20
|
||||||
"MMU load failed "
|
"MMU load failed"
|
||||||
"Blad ladowania MMU"
|
"Blad ladowania MMU"
|
||||||
|
|
||||||
#MSG_MMU_LOAD_FAILS c=15
|
#MSG_MMU_LOAD_FAILS c=15
|
||||||
|
|
@ -735,7 +735,7 @@
|
||||||
"Wstrzymanie wydruku"
|
"Wstrzymanie wydruku"
|
||||||
|
|
||||||
#MSG_PID_RUNNING c=20
|
#MSG_PID_RUNNING c=20
|
||||||
"PID cal. "
|
"PID cal."
|
||||||
"Kalibracja PID"
|
"Kalibracja PID"
|
||||||
|
|
||||||
#MSG_PID_FINISHED c=20
|
#MSG_PID_FINISHED c=20
|
||||||
|
|
@ -763,8 +763,8 @@
|
||||||
"Dla prawidlowej kalibracji nalezy oczyscic dysze. Potwierdz guzikiem."
|
"Dla prawidlowej kalibracji nalezy oczyscic dysze. Potwierdz guzikiem."
|
||||||
|
|
||||||
#MSG_SELFTEST_PLEASECHECK c=20
|
#MSG_SELFTEST_PLEASECHECK c=20
|
||||||
"Please check :"
|
"Please check:"
|
||||||
"Sprawdz :"
|
"Sprawdz:"
|
||||||
|
|
||||||
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
#MSG_WIZARD_CALIBRATION_FAILED c=20 r=8
|
||||||
"Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
|
"Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
|
||||||
|
|
@ -911,8 +911,8 @@
|
||||||
"Sprawdz polaczenie czujnika IR, rozladuj filament, jesli zaladowany."
|
"Sprawdz polaczenie czujnika IR, rozladuj filament, jesli zaladowany."
|
||||||
|
|
||||||
#MSG_RECOVERING_PRINT c=20
|
#MSG_RECOVERING_PRINT c=20
|
||||||
"Recovering print "
|
"Recovering print"
|
||||||
"Wznawianie wydruku "
|
"Wznawianie wydruku"
|
||||||
|
|
||||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
#MSG_REMOVE_OLD_FILAMENT c=20 r=5
|
||||||
"Remove old filament and press the knob to start loading new filament."
|
"Remove old filament and press the knob to start loading new filament."
|
||||||
|
|
@ -975,19 +975,19 @@
|
||||||
"Selftest OK"
|
"Selftest OK"
|
||||||
|
|
||||||
#MSG_SELFTEST_START c=20
|
#MSG_SELFTEST_START c=20
|
||||||
"Self test start "
|
"Self test start"
|
||||||
"Selftest startuje"
|
"Selftest startuje"
|
||||||
|
|
||||||
#MSG_SELFTEST c=18
|
#MSG_SELFTEST c=18
|
||||||
"Selftest "
|
"Selftest"
|
||||||
"Selftest "
|
"\x00"
|
||||||
|
|
||||||
#MSG_SELFTEST_ERROR c=20
|
#MSG_SELFTEST_ERROR c=20
|
||||||
"Selftest error !"
|
"Selftest error!"
|
||||||
"Blad selftest!"
|
"Blad selftest!"
|
||||||
|
|
||||||
#MSG_SELFTEST_FAILED c=20
|
#MSG_SELFTEST_FAILED c=20
|
||||||
"Selftest failed "
|
"Selftest failed"
|
||||||
"Selftest nieudany"
|
"Selftest nieudany"
|
||||||
|
|
||||||
#MSG_FORCE_SELFTEST c=20 r=8
|
#MSG_FORCE_SELFTEST c=20 r=8
|
||||||
|
|
@ -1087,7 +1087,7 @@
|
||||||
"Potrzebna jest stabilna temperatura otoczenia 21-26C i stabilne podloze."
|
"Potrzebna jest stabilna temperatura otoczenia 21-26C i stabilne podloze."
|
||||||
|
|
||||||
#MSG_STATISTICS c=18
|
#MSG_STATISTICS c=18
|
||||||
"Statistics "
|
"Statistics"
|
||||||
"Statystyki"
|
"Statystyki"
|
||||||
|
|
||||||
#MSG_STOP_PRINT c=18
|
#MSG_STOP_PRINT c=18
|
||||||
|
|
@ -1095,7 +1095,7 @@
|
||||||
"Przerwanie druku"
|
"Przerwanie druku"
|
||||||
|
|
||||||
#MSG_STOPPED c=20
|
#MSG_STOPPED c=20
|
||||||
"STOPPED. "
|
"STOPPED."
|
||||||
"ZATRZYMANO."
|
"ZATRZYMANO."
|
||||||
|
|
||||||
#MSG_SUPPORT c=18
|
#MSG_SUPPORT c=18
|
||||||
|
|
@ -1363,7 +1363,7 @@
|
||||||
"Tryb MMU"
|
"Tryb MMU"
|
||||||
|
|
||||||
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
#MSG_MODE_CHANGE_IN_PROGRESS c=20 r=3
|
||||||
"Mode change in progress ..."
|
"Mode change in progress..."
|
||||||
"Trwa zmiana trybu..."
|
"Trwa zmiana trybu..."
|
||||||
|
|
||||||
#MSG_MODEL c=8
|
#MSG_MODEL c=8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue