First layer cal. corrections, translations to all languages for Wizard MK2 added
This commit is contained in:
parent
eda0c6bd39
commit
ee5505887c
9 changed files with 464 additions and 115 deletions
|
@ -1584,6 +1584,21 @@ const char * const MSG_M115_REPORT_LANG_TABLE[1] PROGMEM = {
|
|||
MSG_M115_REPORT_EN
|
||||
};
|
||||
|
||||
const char MSG_M117_V2_CALIBRATION_EN[] PROGMEM = "M117 First layer cal.";
|
||||
const char MSG_M117_V2_CALIBRATION_CZ[] PROGMEM = "M117 Kal. prvni vrstvy";
|
||||
const char MSG_M117_V2_CALIBRATION_IT[] PROGMEM = "M117 Cal. primo layer.";
|
||||
const char MSG_M117_V2_CALIBRATION_ES[] PROGMEM = "M117 Cal. primera cap.";
|
||||
const char MSG_M117_V2_CALIBRATION_PL[] PROGMEM = "M117 Kal. 1. warstwy";
|
||||
const char MSG_M117_V2_CALIBRATION_DE[] PROGMEM = "M117 Erste-Schicht Kal.";
|
||||
const char * const MSG_M117_V2_CALIBRATION_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_M117_V2_CALIBRATION_EN,
|
||||
MSG_M117_V2_CALIBRATION_CZ,
|
||||
MSG_M117_V2_CALIBRATION_IT,
|
||||
MSG_M117_V2_CALIBRATION_ES,
|
||||
MSG_M117_V2_CALIBRATION_PL,
|
||||
MSG_M117_V2_CALIBRATION_DE
|
||||
};
|
||||
|
||||
const char MSG_M119_REPORT_EN[] PROGMEM = "Reporting endstop status";
|
||||
const char * const MSG_M119_REPORT_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_M119_REPORT_EN
|
||||
|
@ -2093,13 +2108,33 @@ const char * const MSG_PLANNER_BUFFER_BYTES_LANG_TABLE[1] PROGMEM = {
|
|||
};
|
||||
|
||||
const char MSG_PLA_FILAMENT_LOADED_EN[] PROGMEM = "Is PLA filament loaded?";
|
||||
const char * const MSG_PLA_FILAMENT_LOADED_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_PLA_FILAMENT_LOADED_EN
|
||||
const char MSG_PLA_FILAMENT_LOADED_CZ[] PROGMEM = "Je PLA filament zaveden?";
|
||||
const char MSG_PLA_FILAMENT_LOADED_IT[] PROGMEM = "Il PLA e stato caricato?";
|
||||
const char MSG_PLA_FILAMENT_LOADED_ES[] PROGMEM = "Esta el filamento PLA cargado?";
|
||||
const char MSG_PLA_FILAMENT_LOADED_PL[] PROGMEM = "Fialment PLA jest zaladowany?";
|
||||
const char MSG_PLA_FILAMENT_LOADED_DE[] PROGMEM = "Ist PLA Filament geladen?";
|
||||
const char * const MSG_PLA_FILAMENT_LOADED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_PLA_FILAMENT_LOADED_EN,
|
||||
MSG_PLA_FILAMENT_LOADED_CZ,
|
||||
MSG_PLA_FILAMENT_LOADED_IT,
|
||||
MSG_PLA_FILAMENT_LOADED_ES,
|
||||
MSG_PLA_FILAMENT_LOADED_PL,
|
||||
MSG_PLA_FILAMENT_LOADED_DE
|
||||
};
|
||||
|
||||
const char MSG_PLEASE_LOAD_PLA_EN[] PROGMEM = "Please load PLA filament first.";
|
||||
const char * const MSG_PLEASE_LOAD_PLA_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_PLEASE_LOAD_PLA_EN
|
||||
const char MSG_PLEASE_LOAD_PLA_CZ[] PROGMEM = "Nejdrive zavedte PLA filament prosim.";
|
||||
const char MSG_PLEASE_LOAD_PLA_IT[] PROGMEM = "Per favore prima caricare filamento di PLA.";
|
||||
const char MSG_PLEASE_LOAD_PLA_ES[] PROGMEM = "Carga el filamento PLA primero por favor.";
|
||||
const char MSG_PLEASE_LOAD_PLA_PL[] PROGMEM = "Prosze, najpierw zaladuj filament PLA.";
|
||||
const char MSG_PLEASE_LOAD_PLA_DE[] PROGMEM = "Bitte laden Sie zuerst PLA Filament.";
|
||||
const char * const MSG_PLEASE_LOAD_PLA_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_PLEASE_LOAD_PLA_EN,
|
||||
MSG_PLEASE_LOAD_PLA_CZ,
|
||||
MSG_PLEASE_LOAD_PLA_IT,
|
||||
MSG_PLEASE_LOAD_PLA_ES,
|
||||
MSG_PLEASE_LOAD_PLA_PL,
|
||||
MSG_PLEASE_LOAD_PLA_DE
|
||||
};
|
||||
|
||||
const char MSG_PLEASE_WAIT_EN[] PROGMEM = "Please wait";
|
||||
|
@ -3393,8 +3428,18 @@ const char * const MSG_USERWAIT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|||
};
|
||||
|
||||
const char MSG_V2_CALIBRATION_EN[] PROGMEM = "First layer cal.";
|
||||
const char * const MSG_V2_CALIBRATION_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_V2_CALIBRATION_EN
|
||||
const char MSG_V2_CALIBRATION_CZ[] PROGMEM = "Kal. prvni vrstvy";
|
||||
const char MSG_V2_CALIBRATION_IT[] PROGMEM = "Cal. primo layer.";
|
||||
const char MSG_V2_CALIBRATION_ES[] PROGMEM = "Cal. primera cap.";
|
||||
const char MSG_V2_CALIBRATION_PL[] PROGMEM = "Kal. 1. warstwy";
|
||||
const char MSG_V2_CALIBRATION_DE[] PROGMEM = "Erste-Schicht Kal";
|
||||
const char * const MSG_V2_CALIBRATION_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_V2_CALIBRATION_EN,
|
||||
MSG_V2_CALIBRATION_CZ,
|
||||
MSG_V2_CALIBRATION_IT,
|
||||
MSG_V2_CALIBRATION_ES,
|
||||
MSG_V2_CALIBRATION_PL,
|
||||
MSG_V2_CALIBRATION_DE
|
||||
};
|
||||
|
||||
const char MSG_VMIN_EN[] PROGMEM = "Vmin";
|
||||
|
@ -3458,93 +3503,273 @@ const char * const MSG_WIZARD_LANG_TABLE[1] PROGMEM = {
|
|||
};
|
||||
|
||||
const char MSG_WIZARD_CALIBRATION_FAILED_EN[] PROGMEM = "Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer.";
|
||||
const char * const MSG_WIZARD_CALIBRATION_FAILED_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_CALIBRATION_FAILED_EN
|
||||
const char MSG_WIZARD_CALIBRATION_FAILED_CZ[] PROGMEM = "Prosim nahlednete do manualu a opravte problem. Po te obnovte Wizarda rebootovanim tiskarny.";
|
||||
const char MSG_WIZARD_CALIBRATION_FAILED_IT[] PROGMEM = "Per favore consulta il nostro manuale per risolvere il problema. Poi riprendi il Wizard dopo aver riavviato la stampante.";
|
||||
const char MSG_WIZARD_CALIBRATION_FAILED_ES[] PROGMEM = "Lee el manual y resuelve el problema. Despues, reinicia la impresora y continua con el Wizard";
|
||||
const char MSG_WIZARD_CALIBRATION_FAILED_PL[] PROGMEM = "Prosze sprawdz nasz poradnik i napraw problem. Potem przywroc Wizard restartujac drukarke.";
|
||||
const char MSG_WIZARD_CALIBRATION_FAILED_DE[] PROGMEM = "Bitte ueberpruefen Sie unser Handbuch und beheben Sie das Problem. Fahren Sie dann mit dem Assistenten fort, indem Sie den Drucker neu starten.";
|
||||
const char * const MSG_WIZARD_CALIBRATION_FAILED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_CALIBRATION_FAILED_EN,
|
||||
MSG_WIZARD_CALIBRATION_FAILED_CZ,
|
||||
MSG_WIZARD_CALIBRATION_FAILED_IT,
|
||||
MSG_WIZARD_CALIBRATION_FAILED_ES,
|
||||
MSG_WIZARD_CALIBRATION_FAILED_PL,
|
||||
MSG_WIZARD_CALIBRATION_FAILED_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_CLEAN_HEATBED_EN[] PROGMEM = "Please clean heatbed and then press the knob.";
|
||||
const char * const MSG_WIZARD_CLEAN_HEATBED_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_CLEAN_HEATBED_EN
|
||||
const char MSG_WIZARD_CLEAN_HEATBED_CZ[] PROGMEM = "Prosim ocistete heatbed a stisknete tlacitko.";
|
||||
const char MSG_WIZARD_CLEAN_HEATBED_IT[] PROGMEM = "Per favore pulisci il piatto, poi premi la manopola.";
|
||||
const char MSG_WIZARD_CLEAN_HEATBED_ES[] PROGMEM = "Limpia la superficie de la heatbed, por favor, y haz clic";
|
||||
const char MSG_WIZARD_CLEAN_HEATBED_PL[] PROGMEM = "Prosze oczysc stolik i nacisnij guzik.";
|
||||
const char MSG_WIZARD_CLEAN_HEATBED_DE[] PROGMEM = "Bitte reinigen Sie das Heizbett und druecken Sie dann den Knopf.";
|
||||
const char * const MSG_WIZARD_CLEAN_HEATBED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_CLEAN_HEATBED_EN,
|
||||
MSG_WIZARD_CLEAN_HEATBED_CZ,
|
||||
MSG_WIZARD_CLEAN_HEATBED_IT,
|
||||
MSG_WIZARD_CLEAN_HEATBED_ES,
|
||||
MSG_WIZARD_CLEAN_HEATBED_PL,
|
||||
MSG_WIZARD_CLEAN_HEATBED_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_DONE_EN[] PROGMEM = "All is done. Happy printing!";
|
||||
const char * const MSG_WIZARD_DONE_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_DONE_EN
|
||||
const char MSG_WIZARD_DONE_CZ[] PROGMEM = "Vse je hotovo.";
|
||||
const char MSG_WIZARD_DONE_IT[] PROGMEM = "Ben fatto. Buona stampa!";
|
||||
const char MSG_WIZARD_DONE_ES[] PROGMEM = "Terminado! Feliz impresion!";
|
||||
const char MSG_WIZARD_DONE_PL[] PROGMEM = "Gotowe. Udanego druku!";
|
||||
const char MSG_WIZARD_DONE_DE[] PROGMEM = "Alles wurde getan. Viel Spass beim Drucken!";
|
||||
const char * const MSG_WIZARD_DONE_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_DONE_EN,
|
||||
MSG_WIZARD_DONE_CZ,
|
||||
MSG_WIZARD_DONE_IT,
|
||||
MSG_WIZARD_DONE_ES,
|
||||
MSG_WIZARD_DONE_PL,
|
||||
MSG_WIZARD_DONE_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_FILAMENT_LOADED_EN[] PROGMEM = "Is filament loaded?";
|
||||
const char * const MSG_WIZARD_FILAMENT_LOADED_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_FILAMENT_LOADED_EN
|
||||
const char MSG_WIZARD_FILAMENT_LOADED_CZ[] PROGMEM = "Je filament zaveden?";
|
||||
const char MSG_WIZARD_FILAMENT_LOADED_IT[] PROGMEM = "Il filamento e stato caricato?";
|
||||
const char MSG_WIZARD_FILAMENT_LOADED_ES[] PROGMEM = "Esta el filamento cargado?";
|
||||
const char MSG_WIZARD_FILAMENT_LOADED_PL[] PROGMEM = "Filament jest zaladowany?";
|
||||
const char MSG_WIZARD_FILAMENT_LOADED_DE[] PROGMEM = "Ist das Filament geladen?";
|
||||
const char * const MSG_WIZARD_FILAMENT_LOADED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_FILAMENT_LOADED_EN,
|
||||
MSG_WIZARD_FILAMENT_LOADED_CZ,
|
||||
MSG_WIZARD_FILAMENT_LOADED_IT,
|
||||
MSG_WIZARD_FILAMENT_LOADED_ES,
|
||||
MSG_WIZARD_FILAMENT_LOADED_PL,
|
||||
MSG_WIZARD_FILAMENT_LOADED_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_HEATING_EN[] PROGMEM = "Preheating nozzle. Please wait.";
|
||||
const char * const MSG_WIZARD_HEATING_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_HEATING_EN
|
||||
const char MSG_WIZARD_HEATING_CZ[] PROGMEM = "Predehrivam trysku. Prosim cekejte.";
|
||||
const char MSG_WIZARD_HEATING_IT[] PROGMEM = "Sto preriscaldando l'ugello. Per favore attendi.";
|
||||
const char MSG_WIZARD_HEATING_ES[] PROGMEM = "Precalentando nozzle. Espera por favor.";
|
||||
const char MSG_WIZARD_HEATING_PL[] PROGMEM = "Nagrzewanie dyszy. Prosze czekac.";
|
||||
const char MSG_WIZARD_HEATING_DE[] PROGMEM = "Vorheizen der Duese. Bitte warten.";
|
||||
const char * const MSG_WIZARD_HEATING_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_HEATING_EN,
|
||||
MSG_WIZARD_HEATING_CZ,
|
||||
MSG_WIZARD_HEATING_IT,
|
||||
MSG_WIZARD_HEATING_ES,
|
||||
MSG_WIZARD_HEATING_PL,
|
||||
MSG_WIZARD_HEATING_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_EN[] PROGMEM = "Please load PLA filament and then resume Wizard by rebooting the printer.";
|
||||
const char * const MSG_WIZARD_INSERT_CORRECT_FILAMENT_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_INSERT_CORRECT_FILAMENT_EN
|
||||
const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_CZ[] PROGMEM = "Prosim zavedte PLA filament a po te obnovte Wizarda stisknutim reset tlacitka.";
|
||||
const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_IT[] PROGMEM = "Per favore carica filamento di PLA e riprendi il Wizard dopo aver riavviato la stampante.";
|
||||
const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_ES[] PROGMEM = "Carga filamento PLA, por favor, y reinicia la impresora para continuar con el Wizard";
|
||||
const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_PL[] PROGMEM = "Prosze zaladuj filament PLA i przywroc Wizard przez restart drukarki.";
|
||||
const char MSG_WIZARD_INSERT_CORRECT_FILAMENT_DE[] PROGMEM = "Bitte laden Sie PLA-Filament und fahren Sie mit dem Assistenten fort, indem Sie den Drucker neu starten.";
|
||||
const char * const MSG_WIZARD_INSERT_CORRECT_FILAMENT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_INSERT_CORRECT_FILAMENT_EN,
|
||||
MSG_WIZARD_INSERT_CORRECT_FILAMENT_CZ,
|
||||
MSG_WIZARD_INSERT_CORRECT_FILAMENT_IT,
|
||||
MSG_WIZARD_INSERT_CORRECT_FILAMENT_ES,
|
||||
MSG_WIZARD_INSERT_CORRECT_FILAMENT_PL,
|
||||
MSG_WIZARD_INSERT_CORRECT_FILAMENT_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_LOAD_FILAMENT_EN[] PROGMEM = "Please insert PLA filament to the extruder, then press knob to load it.";
|
||||
const char * const MSG_WIZARD_LOAD_FILAMENT_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_LOAD_FILAMENT_EN
|
||||
const char MSG_WIZARD_LOAD_FILAMENT_CZ[] PROGMEM = "Prosim vlozte PLA filament do extruderu, po te stisknete tlacitko pro zavedeni filamentu.";
|
||||
const char MSG_WIZARD_LOAD_FILAMENT_IT[] PROGMEM = "Per favore inserisci il filamento di PLA nell'estrusore, poi premi la manopola per caricare.";
|
||||
const char MSG_WIZARD_LOAD_FILAMENT_ES[] PROGMEM = "Inserta, por favor, filamento PLA en el extrusor. Despues haz clic para cargarlo.";
|
||||
const char MSG_WIZARD_LOAD_FILAMENT_PL[] PROGMEM = "Prosze umiesc filament PLA w ekstruderze i nacisnij przycisk by zaladowac.";
|
||||
const char MSG_WIZARD_LOAD_FILAMENT_DE[] PROGMEM = "Fuehren Sie bitte PLA Filament in den Extruder und bestaetigen Sie den Knopf um es zu laden.";
|
||||
const char * const MSG_WIZARD_LOAD_FILAMENT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_LOAD_FILAMENT_EN,
|
||||
MSG_WIZARD_LOAD_FILAMENT_CZ,
|
||||
MSG_WIZARD_LOAD_FILAMENT_IT,
|
||||
MSG_WIZARD_LOAD_FILAMENT_ES,
|
||||
MSG_WIZARD_LOAD_FILAMENT_PL,
|
||||
MSG_WIZARD_LOAD_FILAMENT_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_PLA_FILAMENT_EN[] PROGMEM = "Is it PLA filament?";
|
||||
const char * const MSG_WIZARD_PLA_FILAMENT_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_PLA_FILAMENT_EN
|
||||
const char MSG_WIZARD_PLA_FILAMENT_CZ[] PROGMEM = "Je to PLA filament?";
|
||||
const char MSG_WIZARD_PLA_FILAMENT_IT[] PROGMEM = "E questo un filamento di PLA?";
|
||||
const char MSG_WIZARD_PLA_FILAMENT_ES[] PROGMEM = "Es el filamento PLA?";
|
||||
const char MSG_WIZARD_PLA_FILAMENT_PL[] PROGMEM = "Czy to filament PLA?";
|
||||
const char MSG_WIZARD_PLA_FILAMENT_DE[] PROGMEM = "Ist es wirklich PLA Filament?";
|
||||
const char * const MSG_WIZARD_PLA_FILAMENT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_PLA_FILAMENT_EN,
|
||||
MSG_WIZARD_PLA_FILAMENT_CZ,
|
||||
MSG_WIZARD_PLA_FILAMENT_IT,
|
||||
MSG_WIZARD_PLA_FILAMENT_ES,
|
||||
MSG_WIZARD_PLA_FILAMENT_PL,
|
||||
MSG_WIZARD_PLA_FILAMENT_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_QUIT_EN[] PROGMEM = "You can always resume the Wizard from Calibration -> Wizard.";
|
||||
const char * const MSG_WIZARD_QUIT_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_QUIT_EN
|
||||
const char MSG_WIZARD_QUIT_CZ[] PROGMEM = "Wizarda muzete kdykoliv znovu spustit z menu Calibration -> Wizard";
|
||||
const char MSG_WIZARD_QUIT_IT[] PROGMEM = "E possibile proseguire la guide Wizard in qualsiasi momento attraverso Calibrazione -> Wizard.";
|
||||
const char MSG_WIZARD_QUIT_ES[] PROGMEM = "Siempre puedes acceder al asistente desde Calibracion -> Wizard";
|
||||
const char MSG_WIZARD_QUIT_PL[] PROGMEM = "Zawsze mozesz przywrocic Wizard przez Kalibracja -> Wizard.";
|
||||
const char MSG_WIZARD_QUIT_DE[] PROGMEM = "Sie koennen immer den Asistenten im Menu neu aufrufen: Kalibrierung -> Assistant";
|
||||
const char * const MSG_WIZARD_QUIT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_QUIT_EN,
|
||||
MSG_WIZARD_QUIT_CZ,
|
||||
MSG_WIZARD_QUIT_IT,
|
||||
MSG_WIZARD_QUIT_ES,
|
||||
MSG_WIZARD_QUIT_PL,
|
||||
MSG_WIZARD_QUIT_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_REPEAT_V2_CAL_EN[] PROGMEM = "Do you want to repeat last step to readjust distance between nozzle and heatbed?";
|
||||
const char * const MSG_WIZARD_REPEAT_V2_CAL_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_REPEAT_V2_CAL_EN
|
||||
const char MSG_WIZARD_REPEAT_V2_CAL_CZ[] PROGMEM = "Chcete opakovat posledni krok a pozmenit vzdalenost mezi tryskou a heatbed?";
|
||||
const char MSG_WIZARD_REPEAT_V2_CAL_IT[] PROGMEM = "Desideri ripetere l'ultimo passaggio per migliorare la distanza fra ugello e piatto?";
|
||||
const char MSG_WIZARD_REPEAT_V2_CAL_ES[] PROGMEM = "Quieres repetir el ultimo paso para reajustar la distancia nozzle-heatbed?";
|
||||
const char MSG_WIZARD_REPEAT_V2_CAL_PL[] PROGMEM = "Chcesz powtorzyc ostatni krok i przestawic odleglosc miedzy dysza a stolikiem?";
|
||||
const char MSG_WIZARD_REPEAT_V2_CAL_DE[] PROGMEM = "Moechten Sie den letzten Schritt wiederholen um den Abstand zwischen Duese und Druckbett neu einzustellen?";
|
||||
const char * const MSG_WIZARD_REPEAT_V2_CAL_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_REPEAT_V2_CAL_EN,
|
||||
MSG_WIZARD_REPEAT_V2_CAL_CZ,
|
||||
MSG_WIZARD_REPEAT_V2_CAL_IT,
|
||||
MSG_WIZARD_REPEAT_V2_CAL_ES,
|
||||
MSG_WIZARD_REPEAT_V2_CAL_PL,
|
||||
MSG_WIZARD_REPEAT_V2_CAL_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_RERUN_EN[] PROGMEM = "Running Wizard will delete current calibration results and start from the beginning. Continue?";
|
||||
const char * const MSG_WIZARD_RERUN_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_RERUN_EN
|
||||
const char MSG_WIZARD_RERUN_CZ[] PROGMEM = "Spusteni Wizarda vymaze ulozene vysledky vsech kalibraci a spusti kalibracni proces od zacatku. Pokracovat?";
|
||||
const char MSG_WIZARD_RERUN_IT[] PROGMEM = "Se avvi il Wizard perderai la calibrazione preesistente e dovrai ricominciare dall'inizio. Continuare?";
|
||||
const char MSG_WIZARD_RERUN_ES[] PROGMEM = "Ejecutar el Wizard borrara los valores de calibracion actuales y comenzara de nuevo. Continuar?";
|
||||
const char MSG_WIZARD_RERUN_PL[] PROGMEM = "Wlaczenie Wizard usunie obecne dane kalibracyjne i zacznie od nowa. Kontynuowac?";
|
||||
const char MSG_WIZARD_RERUN_DE[] PROGMEM = "Der laufende Assistent loescht die aktuelle Kalibrierergebnisse und wird von Anfang an beginnen. Fortsetzen?";
|
||||
const char * const MSG_WIZARD_RERUN_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_RERUN_EN,
|
||||
MSG_WIZARD_RERUN_CZ,
|
||||
MSG_WIZARD_RERUN_IT,
|
||||
MSG_WIZARD_RERUN_ES,
|
||||
MSG_WIZARD_RERUN_PL,
|
||||
MSG_WIZARD_RERUN_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_SELFTEST_EN[] PROGMEM = "First, I will run the selftest to check most common assembly problems.";
|
||||
const char * const MSG_WIZARD_SELFTEST_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_SELFTEST_EN
|
||||
const char MSG_WIZARD_SELFTEST_CZ[] PROGMEM = "Nejdriv pomoci selftestu zkontoluji nejcastejsi chyby vznikajici pri sestaveni tiskarny.";
|
||||
const char MSG_WIZARD_SELFTEST_IT[] PROGMEM = "Anzitutto avviero il Self Test per controllare gli errori di assemblaggio piu comuni.";
|
||||
const char MSG_WIZARD_SELFTEST_ES[] PROGMEM = "Primero, hare el Selftest para comprobar los problemas de montaje mas comunes.";
|
||||
const char MSG_WIZARD_SELFTEST_PL[] PROGMEM = "Najpierw wlacze autotest w celu kontrolli najczestszych problemow z montazem.";
|
||||
const char MSG_WIZARD_SELFTEST_DE[] PROGMEM = "Zunaechst fuehre ich den Selbsttest durch um die haeufigsten Probleme bei der Aufbau zu ueberpruefen.";
|
||||
const char * const MSG_WIZARD_SELFTEST_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_SELFTEST_EN,
|
||||
MSG_WIZARD_SELFTEST_CZ,
|
||||
MSG_WIZARD_SELFTEST_IT,
|
||||
MSG_WIZARD_SELFTEST_ES,
|
||||
MSG_WIZARD_SELFTEST_PL,
|
||||
MSG_WIZARD_SELFTEST_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_V2_CAL_EN[] PROGMEM = "Now I will calibrate distance between tip of the nozzle and heatbed surface.";
|
||||
const char * const MSG_WIZARD_V2_CAL_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_V2_CAL_EN
|
||||
const char MSG_WIZARD_V2_CAL_CZ[] PROGMEM = "Nyni zkalibruji vzdalenost mezi koncem trysky a povrchem heatbedu.";
|
||||
const char MSG_WIZARD_V2_CAL_IT[] PROGMEM = "Adesso tarero lo stacco fra ugello e superfice del piatto.";
|
||||
const char MSG_WIZARD_V2_CAL_ES[] PROGMEM = "Voy a calibrar la distancia entre la punta del nozzle y la superficie de la heatbed.";
|
||||
const char MSG_WIZARD_V2_CAL_PL[] PROGMEM = "Kalibruje odleglosc miedzy koncowka dyszy a stolikiem.";
|
||||
const char MSG_WIZARD_V2_CAL_DE[] PROGMEM = "Jetzt werde ich den Abstand zwischen Duesenspitze und Druckbett kalibrieren.";
|
||||
const char * const MSG_WIZARD_V2_CAL_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_V2_CAL_EN,
|
||||
MSG_WIZARD_V2_CAL_CZ,
|
||||
MSG_WIZARD_V2_CAL_IT,
|
||||
MSG_WIZARD_V2_CAL_ES,
|
||||
MSG_WIZARD_V2_CAL_PL,
|
||||
MSG_WIZARD_V2_CAL_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_V2_CAL_2_EN[] PROGMEM = "I will start to print line and you will gradually lower the nozzle by rotating the knob, until you reach optimal height. Check the pictures in our handbook in chapter Calibration.";
|
||||
const char * const MSG_WIZARD_V2_CAL_2_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_V2_CAL_2_EN
|
||||
const char MSG_WIZARD_V2_CAL_2_CZ[] PROGMEM = "Zacnu tisknout linku a Vy budete postupne snizovat trysku otacenim tlacitka dokud nedosahnete optimalni vysky. Prohlednete si obrazky v nasi prirucce v kapitole Kalibrace";
|
||||
const char MSG_WIZARD_V2_CAL_2_IT[] PROGMEM = "Adesso iniziero a stampare una linea e tu dovrai abbassare l'ugello poco per volta ruotando la manopola sino a raggiungere una altezza ottimale. Per favore dai uno sguardo all'immagine del nostro manuale, cap.Calibrazione.";
|
||||
const char MSG_WIZARD_V2_CAL_2_ES[] PROGMEM = "Voy a comenzar a imprimir la linea y tu bajaras el nozzle gradualmente al rotar el mando, hasta que llegues a la altura optima. Mira las imagenes del capitulo Calibracion en el manual.";
|
||||
const char MSG_WIZARD_V2_CAL_2_PL[] PROGMEM = "Zaczne drukowac linie. Stopniowo opuszczaj dysze przekrecajac guzik, poki nie uzyskasz optymalnej wysokosci. Sprawdz obrazki w naszym poradniku w rozdz. Kalibracja";
|
||||
const char MSG_WIZARD_V2_CAL_2_DE[] PROGMEM = "Ich werde jetzt erste Linie drucken. Waehrend des Druckes koennen Sie die Duese allmaehlich senken indem Sie den Knopf drehen, bis Sie die optimale Hoehe erreichen. Ueberpruefen Sie die Bilder in unserem Handbuch im Kapitel Kalibrierung";
|
||||
const char * const MSG_WIZARD_V2_CAL_2_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_V2_CAL_2_EN,
|
||||
MSG_WIZARD_V2_CAL_2_CZ,
|
||||
MSG_WIZARD_V2_CAL_2_IT,
|
||||
MSG_WIZARD_V2_CAL_2_ES,
|
||||
MSG_WIZARD_V2_CAL_2_PL,
|
||||
MSG_WIZARD_V2_CAL_2_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_WELCOME_EN[] PROGMEM = "Hi, I am your Original Prusa i3 printer. Would you like me to guide you through the setup process?";
|
||||
const char * const MSG_WIZARD_WELCOME_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_WELCOME_EN
|
||||
const char MSG_WIZARD_WELCOME_CZ[] PROGMEM = "Dobry den, jsem vase tiskarna Original Prusa i3. Chcete abych Vas provedla kalibracnim procesem?";
|
||||
const char MSG_WIZARD_WELCOME_IT[] PROGMEM = "Ciao, sono la tua stampante Original Prusa i3. Gradiresti aiuto attraverso il processo di configurazione?";
|
||||
const char MSG_WIZARD_WELCOME_ES[] PROGMEM = "Hola, soy tu impresora Original Prusa i3. Quieres que te guie a traves de la configuracion?";
|
||||
const char MSG_WIZARD_WELCOME_PL[] PROGMEM = "Czesc, jestem Twoja drukarka Original Prusa i3. Czy potrzebujesz pomocy z instalacja?";
|
||||
const char MSG_WIZARD_WELCOME_DE[] PROGMEM = "Hallo, ich bin dein Original Prusa i3 Drucker. Moechten Sie meine Hilfe durch den Setup-Prozess?";
|
||||
const char * const MSG_WIZARD_WELCOME_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_WELCOME_EN,
|
||||
MSG_WIZARD_WELCOME_CZ,
|
||||
MSG_WIZARD_WELCOME_IT,
|
||||
MSG_WIZARD_WELCOME_ES,
|
||||
MSG_WIZARD_WELCOME_PL,
|
||||
MSG_WIZARD_WELCOME_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_WILL_PREHEAT_EN[] PROGMEM = "Now I will preheat nozzle for PLA.";
|
||||
const char * const MSG_WIZARD_WILL_PREHEAT_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_WILL_PREHEAT_EN
|
||||
const char MSG_WIZARD_WILL_PREHEAT_CZ[] PROGMEM = "Nyni predehreji trysku pro PLA.";
|
||||
const char MSG_WIZARD_WILL_PREHEAT_IT[] PROGMEM = "Adesso preriscaldero l'ugello per PLA.";
|
||||
const char MSG_WIZARD_WILL_PREHEAT_ES[] PROGMEM = "Voy a precalentar el nozzle para PLA ahora.";
|
||||
const char MSG_WIZARD_WILL_PREHEAT_PL[] PROGMEM = "Nagrzewam dysze dla PLA.";
|
||||
const char MSG_WIZARD_WILL_PREHEAT_DE[] PROGMEM = "Jetzt werde ich die Duese fuer PLA vorheizen. ";
|
||||
const char * const MSG_WIZARD_WILL_PREHEAT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_WILL_PREHEAT_EN,
|
||||
MSG_WIZARD_WILL_PREHEAT_CZ,
|
||||
MSG_WIZARD_WILL_PREHEAT_IT,
|
||||
MSG_WIZARD_WILL_PREHEAT_ES,
|
||||
MSG_WIZARD_WILL_PREHEAT_PL,
|
||||
MSG_WIZARD_WILL_PREHEAT_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_XYZ_CAL_EN[] PROGMEM = "I will run xyz calibration now. It will take approx. 12 mins.";
|
||||
const char * const MSG_WIZARD_XYZ_CAL_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_XYZ_CAL_EN
|
||||
const char MSG_WIZARD_XYZ_CAL_CZ[] PROGMEM = "Nyni provedu xyz kalibraci. Zabere to priblizne 12 min.";
|
||||
const char MSG_WIZARD_XYZ_CAL_IT[] PROGMEM = "Adesso avviero una Calibrazione XYZ. Puo durare circa 12 min.";
|
||||
const char MSG_WIZARD_XYZ_CAL_ES[] PROGMEM = "Hare la calibracion XYZ. Tardara 12 min. aproximadamente.";
|
||||
const char MSG_WIZARD_XYZ_CAL_PL[] PROGMEM = "Wlaczam kalibracje xyz. Zajmie to ok. 12 min.";
|
||||
const char MSG_WIZARD_XYZ_CAL_DE[] PROGMEM = "Ich werde jetzt die XYZ-Kalibrierung durchfuehren. Es wird ca. 12 Minuten dauern";
|
||||
const char * const MSG_WIZARD_XYZ_CAL_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_XYZ_CAL_EN,
|
||||
MSG_WIZARD_XYZ_CAL_CZ,
|
||||
MSG_WIZARD_XYZ_CAL_IT,
|
||||
MSG_WIZARD_XYZ_CAL_ES,
|
||||
MSG_WIZARD_XYZ_CAL_PL,
|
||||
MSG_WIZARD_XYZ_CAL_DE
|
||||
};
|
||||
|
||||
const char MSG_WIZARD_Z_CAL_EN[] PROGMEM = "I will run z calibration now.";
|
||||
const char * const MSG_WIZARD_Z_CAL_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_WIZARD_Z_CAL_EN
|
||||
const char MSG_WIZARD_Z_CAL_CZ[] PROGMEM = "Nyni provedu z kalibraci.";
|
||||
const char MSG_WIZARD_Z_CAL_IT[] PROGMEM = "Adesso avviero una Calibrazione Z.";
|
||||
const char MSG_WIZARD_Z_CAL_ES[] PROGMEM = "Voy a hacer Calibracion Z ahora.";
|
||||
const char MSG_WIZARD_Z_CAL_PL[] PROGMEM = "Wlaczam kalibracje z.";
|
||||
const char MSG_WIZARD_Z_CAL_DE[] PROGMEM = "Ich werde jetzt die Z Kalibrierung durchfuehren.";
|
||||
const char * const MSG_WIZARD_Z_CAL_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_WIZARD_Z_CAL_EN,
|
||||
MSG_WIZARD_Z_CAL_CZ,
|
||||
MSG_WIZARD_Z_CAL_IT,
|
||||
MSG_WIZARD_Z_CAL_ES,
|
||||
MSG_WIZARD_Z_CAL_PL,
|
||||
MSG_WIZARD_Z_CAL_DE
|
||||
};
|
||||
|
||||
const char MSG_X_MAX_EN[] PROGMEM = "x_max: ";
|
||||
|
|
|
@ -318,6 +318,8 @@ extern const char* const MSG_M109_INVALID_EXTRUDER_LANG_TABLE[1];
|
|||
#define MSG_M109_INVALID_EXTRUDER LANG_TABLE_SELECT_EXPLICIT(MSG_M109_INVALID_EXTRUDER_LANG_TABLE, 0)
|
||||
extern const char* const MSG_M115_REPORT_LANG_TABLE[1];
|
||||
#define MSG_M115_REPORT LANG_TABLE_SELECT_EXPLICIT(MSG_M115_REPORT_LANG_TABLE, 0)
|
||||
extern const char* const MSG_M117_V2_CALIBRATION_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_M117_V2_CALIBRATION LANG_TABLE_SELECT(MSG_M117_V2_CALIBRATION_LANG_TABLE)
|
||||
extern const char* const MSG_M119_REPORT_LANG_TABLE[1];
|
||||
#define MSG_M119_REPORT LANG_TABLE_SELECT_EXPLICIT(MSG_M119_REPORT_LANG_TABLE, 0)
|
||||
extern const char* const MSG_M200_INVALID_EXTRUDER_LANG_TABLE[1];
|
||||
|
@ -410,10 +412,10 @@ extern const char* const MSG_PLACE_STEEL_SHEET_LANG_TABLE[1];
|
|||
#define MSG_PLACE_STEEL_SHEET LANG_TABLE_SELECT_EXPLICIT(MSG_PLACE_STEEL_SHEET_LANG_TABLE, 0)
|
||||
extern const char* const MSG_PLANNER_BUFFER_BYTES_LANG_TABLE[1];
|
||||
#define MSG_PLANNER_BUFFER_BYTES LANG_TABLE_SELECT_EXPLICIT(MSG_PLANNER_BUFFER_BYTES_LANG_TABLE, 0)
|
||||
extern const char* const MSG_PLA_FILAMENT_LOADED_LANG_TABLE[1];
|
||||
#define MSG_PLA_FILAMENT_LOADED LANG_TABLE_SELECT_EXPLICIT(MSG_PLA_FILAMENT_LOADED_LANG_TABLE, 0)
|
||||
extern const char* const MSG_PLEASE_LOAD_PLA_LANG_TABLE[1];
|
||||
#define MSG_PLEASE_LOAD_PLA LANG_TABLE_SELECT_EXPLICIT(MSG_PLEASE_LOAD_PLA_LANG_TABLE, 0)
|
||||
extern const char* const MSG_PLA_FILAMENT_LOADED_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_PLA_FILAMENT_LOADED LANG_TABLE_SELECT(MSG_PLA_FILAMENT_LOADED_LANG_TABLE)
|
||||
extern const char* const MSG_PLEASE_LOAD_PLA_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_PLEASE_LOAD_PLA LANG_TABLE_SELECT(MSG_PLEASE_LOAD_PLA_LANG_TABLE)
|
||||
extern const char* const MSG_PLEASE_WAIT_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_PLEASE_WAIT LANG_TABLE_SELECT(MSG_PLEASE_WAIT_LANG_TABLE)
|
||||
extern const char* const MSG_POSITION_UNKNOWN_LANG_TABLE[1];
|
||||
|
@ -642,8 +644,8 @@ 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_V2_CALIBRATION_LANG_TABLE[1];
|
||||
#define MSG_V2_CALIBRATION LANG_TABLE_SELECT_EXPLICIT(MSG_V2_CALIBRATION_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];
|
||||
#define MSG_VMIN LANG_TABLE_SELECT_EXPLICIT(MSG_VMIN_LANG_TABLE, 0)
|
||||
extern const char* const MSG_VOLUMETRIC_LANG_TABLE[1];
|
||||
|
@ -660,42 +662,42 @@ extern const char* const MSG_WATCHDOG_RESET_LANG_TABLE[1];
|
|||
#define MSG_WATCHDOG_RESET LANG_TABLE_SELECT_EXPLICIT(MSG_WATCHDOG_RESET_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_LANG_TABLE[1];
|
||||
#define MSG_WIZARD LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_CALIBRATION_FAILED_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_CALIBRATION_FAILED LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_CALIBRATION_FAILED_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_CLEAN_HEATBED_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_CLEAN_HEATBED LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_CLEAN_HEATBED_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_DONE_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_DONE LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_DONE_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_FILAMENT_LOADED_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_FILAMENT_LOADED LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_FILAMENT_LOADED_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_HEATING_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_HEATING LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_HEATING_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_INSERT_CORRECT_FILAMENT_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_INSERT_CORRECT_FILAMENT LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_INSERT_CORRECT_FILAMENT_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_LOAD_FILAMENT_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_LOAD_FILAMENT LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_LOAD_FILAMENT_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_PLA_FILAMENT_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_PLA_FILAMENT LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_PLA_FILAMENT_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_QUIT_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_QUIT LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_QUIT_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_REPEAT_V2_CAL_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_REPEAT_V2_CAL LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_REPEAT_V2_CAL_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_RERUN_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_RERUN LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_RERUN_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_SELFTEST_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_SELFTEST LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_SELFTEST_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_V2_CAL_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_V2_CAL LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_V2_CAL_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_V2_CAL_2_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_V2_CAL_2 LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_V2_CAL_2_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_WELCOME_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_WELCOME LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_WELCOME_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_WILL_PREHEAT_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_WILL_PREHEAT LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_WILL_PREHEAT_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_XYZ_CAL_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_XYZ_CAL LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_XYZ_CAL_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_Z_CAL_LANG_TABLE[1];
|
||||
#define MSG_WIZARD_Z_CAL LANG_TABLE_SELECT_EXPLICIT(MSG_WIZARD_Z_CAL_LANG_TABLE, 0)
|
||||
extern const char* const MSG_WIZARD_CALIBRATION_FAILED_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_CALIBRATION_FAILED LANG_TABLE_SELECT(MSG_WIZARD_CALIBRATION_FAILED_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_CLEAN_HEATBED_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_CLEAN_HEATBED LANG_TABLE_SELECT(MSG_WIZARD_CLEAN_HEATBED_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_DONE_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_DONE LANG_TABLE_SELECT(MSG_WIZARD_DONE_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_FILAMENT_LOADED_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_FILAMENT_LOADED LANG_TABLE_SELECT(MSG_WIZARD_FILAMENT_LOADED_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_HEATING_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_HEATING LANG_TABLE_SELECT(MSG_WIZARD_HEATING_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_INSERT_CORRECT_FILAMENT_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_INSERT_CORRECT_FILAMENT LANG_TABLE_SELECT(MSG_WIZARD_INSERT_CORRECT_FILAMENT_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_LOAD_FILAMENT_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_LOAD_FILAMENT LANG_TABLE_SELECT(MSG_WIZARD_LOAD_FILAMENT_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_PLA_FILAMENT_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_PLA_FILAMENT LANG_TABLE_SELECT(MSG_WIZARD_PLA_FILAMENT_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_QUIT_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_QUIT LANG_TABLE_SELECT(MSG_WIZARD_QUIT_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_REPEAT_V2_CAL_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_REPEAT_V2_CAL LANG_TABLE_SELECT(MSG_WIZARD_REPEAT_V2_CAL_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_RERUN_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_RERUN LANG_TABLE_SELECT(MSG_WIZARD_RERUN_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_SELFTEST_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_SELFTEST LANG_TABLE_SELECT(MSG_WIZARD_SELFTEST_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_V2_CAL_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_V2_CAL LANG_TABLE_SELECT(MSG_WIZARD_V2_CAL_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_V2_CAL_2_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_V2_CAL_2 LANG_TABLE_SELECT(MSG_WIZARD_V2_CAL_2_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_WELCOME_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_WELCOME LANG_TABLE_SELECT(MSG_WIZARD_WELCOME_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_WILL_PREHEAT_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_WILL_PREHEAT LANG_TABLE_SELECT(MSG_WIZARD_WILL_PREHEAT_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_XYZ_CAL_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_XYZ_CAL LANG_TABLE_SELECT(MSG_WIZARD_XYZ_CAL_LANG_TABLE)
|
||||
extern const char* const MSG_WIZARD_Z_CAL_LANG_TABLE[LANG_NUM];
|
||||
#define MSG_WIZARD_Z_CAL LANG_TABLE_SELECT(MSG_WIZARD_Z_CAL_LANG_TABLE)
|
||||
extern const char* const MSG_X_MAX_LANG_TABLE[1];
|
||||
#define MSG_X_MAX LANG_TABLE_SELECT_EXPLICIT(MSG_X_MAX_LANG_TABLE, 0)
|
||||
extern const char* const MSG_X_MIN_LANG_TABLE[1];
|
||||
|
|
|
@ -302,3 +302,27 @@
|
|||
#define MSG_EXTRUDER_2 "Extruder 2"
|
||||
#define MSG_EXTRUDER_3 "Extruder 3"
|
||||
#define MSG_EXTRUDER_4 "Extruder 4"
|
||||
|
||||
#define MSG_WIZARD "Wizard"
|
||||
#define MSG_WIZARD_WELCOME "Dobry den, jsem vase tiskarna Original Prusa i3. Chcete abych Vas provedla kalibracnim procesem?"
|
||||
#define MSG_WIZARD_QUIT "Wizarda muzete kdykoliv znovu spustit z menu Calibration -> Wizard"
|
||||
#define MSG_WIZARD_SELFTEST "Nejdriv pomoci selftestu zkontoluji nejcastejsi chyby vznikajici pri sestaveni tiskarny."
|
||||
#define MSG_WIZARD_CALIBRATION_FAILED "Prosim nahlednete do manualu a opravte problem. Po te obnovte Wizarda rebootovanim tiskarny."
|
||||
#define MSG_WIZARD_XYZ_CAL "Nyni provedu xyz kalibraci. Zabere to priblizne 12 min."
|
||||
#define MSG_WIZARD_FILAMENT_LOADED "Je filament zaveden?"
|
||||
#define MSG_WIZARD_Z_CAL "Nyni provedu z kalibraci."
|
||||
#define MSG_WIZARD_WILL_PREHEAT "Nyni predehreji trysku pro PLA."
|
||||
#define MSG_WIZARD_V2_CAL "Nyni zkalibruji vzdalenost mezi koncem trysky a povrchem heatbedu."
|
||||
#define MSG_WIZARD_V2_CAL_2 "Zacnu tisknout linku a Vy budete postupne snizovat trysku otacenim tlacitka dokud nedosahnete optimalni vysky. Prohlednete si obrazky v nasi prirucce v kapitole Kalibrace"
|
||||
#define MSG_V2_CALIBRATION "Kal. prvni vrstvy"
|
||||
#define MSG_WIZARD_DONE "Vse je hotovo."
|
||||
#define MSG_WIZARD_LOAD_FILAMENT "Prosim vlozte PLA filament do extruderu, po te stisknete tlacitko pro zavedeni filamentu."
|
||||
#define MSG_WIZARD_RERUN "Spusteni Wizarda vymaze ulozene vysledky vsech kalibraci a spusti kalibracni proces od zacatku. Pokracovat?"
|
||||
#define MSG_WIZARD_REPEAT_V2_CAL "Chcete opakovat posledni krok a pozmenit vzdalenost mezi tryskou a heatbed?"
|
||||
#define MSG_WIZARD_CLEAN_HEATBED "Prosim ocistete heatbed a stisknete tlacitko."
|
||||
#define MSG_WIZARD_PLA_FILAMENT "Je to PLA filament?"
|
||||
#define MSG_WIZARD_INSERT_CORRECT_FILAMENT "Prosim zavedte PLA filament a po te obnovte Wizarda stisknutim reset tlacitka."
|
||||
#define MSG_PLA_FILAMENT_LOADED "Je PLA filament zaveden?"
|
||||
#define MSG_PLEASE_LOAD_PLA "Nejdrive zavedte PLA filament prosim."
|
||||
#define MSG_WIZARD_HEATING "Predehrivam trysku. Prosim cekejte."
|
||||
#define MSG_M117_V2_CALIBRATION "M117 Kal. prvni vrstvy"
|
|
@ -315,3 +315,27 @@
|
|||
#define MSG_EXTRUDER_2 "Extruder 2"
|
||||
#define MSG_EXTRUDER_3 "Extruder 3"
|
||||
#define MSG_EXTRUDER_4 "Extruder 4"
|
||||
|
||||
#define MSG_WIZARD "Wizard"
|
||||
#define MSG_WIZARD_WELCOME "Hallo, ich bin dein Original Prusa i3 Drucker. Moechten Sie meine Hilfe durch den Setup-Prozess?"
|
||||
#define MSG_WIZARD_QUIT "Sie koennen immer den Asistenten im Menu neu aufrufen: Kalibrierung -> Assistant"
|
||||
#define MSG_WIZARD_SELFTEST "Zunaechst fuehre ich den Selbsttest durch um die haeufigsten Probleme bei der Aufbau zu ueberpruefen."
|
||||
#define MSG_WIZARD_CALIBRATION_FAILED "Bitte ueberpruefen Sie unser Handbuch und beheben Sie das Problem. Fahren Sie dann mit dem Assistenten fort, indem Sie den Drucker neu starten."
|
||||
#define MSG_WIZARD_XYZ_CAL "Ich werde jetzt die XYZ-Kalibrierung durchfuehren. Es wird ca. 12 Minuten dauern"
|
||||
#define MSG_WIZARD_FILAMENT_LOADED "Ist das Filament geladen?"
|
||||
#define MSG_WIZARD_Z_CAL "Ich werde jetzt die Z Kalibrierung durchfuehren."
|
||||
#define MSG_WIZARD_WILL_PREHEAT "Jetzt werde ich die Duese fuer PLA vorheizen. "
|
||||
#define MSG_WIZARD_V2_CAL "Jetzt werde ich den Abstand zwischen Duesenspitze und Druckbett kalibrieren."
|
||||
#define MSG_WIZARD_V2_CAL_2 "Ich werde jetzt erste Linie drucken. Waehrend des Druckes koennen Sie die Duese allmaehlich senken indem Sie den Knopf drehen, bis Sie die optimale Hoehe erreichen. Ueberpruefen Sie die Bilder in unserem Handbuch im Kapitel Kalibrierung"
|
||||
#define MSG_V2_CALIBRATION "Erste-Schicht Kal"
|
||||
#define MSG_WIZARD_DONE "Alles wurde getan. Viel Spass beim Drucken!"
|
||||
#define MSG_WIZARD_LOAD_FILAMENT "Fuehren Sie bitte PLA Filament in den Extruder und bestaetigen Sie den Knopf um es zu laden."
|
||||
#define MSG_WIZARD_RERUN "Der laufende Assistent loescht die aktuelle Kalibrierergebnisse und wird von Anfang an beginnen. Fortsetzen?"
|
||||
#define MSG_WIZARD_REPEAT_V2_CAL "Moechten Sie den letzten Schritt wiederholen um den Abstand zwischen Duese und Druckbett neu einzustellen?"
|
||||
#define MSG_WIZARD_CLEAN_HEATBED "Bitte reinigen Sie das Heizbett und druecken Sie dann den Knopf."
|
||||
#define MSG_WIZARD_PLA_FILAMENT "Ist es wirklich PLA Filament?"
|
||||
#define MSG_WIZARD_INSERT_CORRECT_FILAMENT "Bitte laden Sie PLA-Filament und fahren Sie mit dem Assistenten fort, indem Sie den Drucker neu starten."
|
||||
#define MSG_PLA_FILAMENT_LOADED "Ist PLA Filament geladen?"
|
||||
#define MSG_PLEASE_LOAD_PLA "Bitte laden Sie zuerst PLA Filament."
|
||||
#define MSG_WIZARD_HEATING "Vorheizen der Duese. Bitte warten."
|
||||
#define MSG_M117_V2_CALIBRATION "M117 Erste-Schicht Kal."
|
|
@ -315,6 +315,8 @@
|
|||
#define(length=11, lines=1) MSG_INFO_FILAMENT_XDIFF "Fil. Xd:"
|
||||
#define(length=11, lines=1) MSG_INFO_FILAMENT_YDIFF "Fil. Ydiff:"
|
||||
|
||||
//Wizard messages which has tranlsations
|
||||
|
||||
#define(length=17, lines=1) MSG_WIZARD "Wizard"
|
||||
#define(length=20, lines=7) MSG_WIZARD_WELCOME "Hi, I am your Original Prusa i3 printer. Would you like me to guide you through the setup process?"
|
||||
#define(length=20, lines=8) MSG_WIZARD_QUIT "You can always resume the Wizard from Calibration -> Wizard."
|
||||
|
@ -337,7 +339,7 @@
|
|||
#define(lenght=20, lines=8) MSG_WIZARD_INSERT_CORRECT_FILAMENT "Please load PLA filament and then resume Wizard by rebooting the printer."
|
||||
#define(lenght=20, lines=2) MSG_PLA_FILAMENT_LOADED "Is PLA filament loaded?"
|
||||
#define(lenght=20, lines=4) MSG_PLEASE_LOAD_PLA "Please load PLA filament first."
|
||||
|
||||
#define(length=25, lines=1) MSG_M117_V2_CALIBRATION "M117 First layer cal."
|
||||
//messages bellow has no translation yet
|
||||
|
||||
#define MSG_CRASHDETECT_OFF "Crash det. [off]"
|
||||
|
|
|
@ -296,3 +296,27 @@
|
|||
#define MSG_EXTRUDER_2 "Extrusor 2"
|
||||
#define MSG_EXTRUDER_3 "Extrusor 3"
|
||||
#define MSG_EXTRUDER_4 "Extrusor 4"
|
||||
|
||||
#define MSG_WIZARD "Wizard"
|
||||
#define MSG_WIZARD_WELCOME "Hola, soy tu impresora Original Prusa i3. Quieres que te guie a traves de la configuracion?"
|
||||
#define MSG_WIZARD_QUIT "Siempre puedes acceder al asistente desde Calibracion -> Wizard"
|
||||
#define MSG_WIZARD_SELFTEST "Primero, hare el Selftest para comprobar los problemas de montaje mas comunes."
|
||||
#define MSG_WIZARD_CALIBRATION_FAILED "Lee el manual y resuelve el problema. Despues, reinicia la impresora y continua con el Wizard"
|
||||
#define MSG_WIZARD_XYZ_CAL "Hare la calibracion XYZ. Tardara 12 min. aproximadamente."
|
||||
#define MSG_WIZARD_FILAMENT_LOADED "Esta el filamento cargado?"
|
||||
#define MSG_WIZARD_Z_CAL "Voy a hacer Calibracion Z ahora."
|
||||
#define MSG_WIZARD_WILL_PREHEAT "Voy a precalentar el nozzle para PLA ahora."
|
||||
#define MSG_WIZARD_V2_CAL "Voy a calibrar la distancia entre la punta del nozzle y la superficie de la heatbed."
|
||||
#define MSG_WIZARD_V2_CAL_2 "Voy a comenzar a imprimir la linea y tu bajaras el nozzle gradualmente al rotar el mando, hasta que llegues a la altura optima. Mira las imagenes del capitulo Calibracion en el manual."
|
||||
#define MSG_V2_CALIBRATION "Cal. primera cap."
|
||||
#define MSG_WIZARD_DONE "Terminado! Feliz impresion!"
|
||||
#define MSG_WIZARD_LOAD_FILAMENT "Inserta, por favor, filamento PLA en el extrusor. Despues haz clic para cargarlo."
|
||||
#define MSG_WIZARD_RERUN "Ejecutar el Wizard borrara los valores de calibracion actuales y comenzara de nuevo. Continuar?"
|
||||
#define MSG_WIZARD_REPEAT_V2_CAL "Quieres repetir el ultimo paso para reajustar la distancia nozzle-heatbed?"
|
||||
#define MSG_WIZARD_CLEAN_HEATBED "Limpia la superficie de la heatbed, por favor, y haz clic"
|
||||
#define MSG_WIZARD_PLA_FILAMENT "Es el filamento PLA?"
|
||||
#define MSG_WIZARD_INSERT_CORRECT_FILAMENT "Carga filamento PLA, por favor, y reinicia la impresora para continuar con el Wizard"
|
||||
#define MSG_PLA_FILAMENT_LOADED "Esta el filamento PLA cargado?"
|
||||
#define MSG_PLEASE_LOAD_PLA "Carga el filamento PLA primero por favor."
|
||||
#define MSG_WIZARD_HEATING "Precalentando nozzle. Espera por favor."
|
||||
#define MSG_M117_V2_CALIBRATION "M117 Cal. primera cap."
|
|
@ -287,3 +287,27 @@
|
|||
#define MSG_EXTRUDER_2 "Estrusore 2"
|
||||
#define MSG_EXTRUDER_3 "Estrusore 3"
|
||||
#define MSG_EXTRUDER_4 "Estrusore 4"
|
||||
|
||||
#define MSG_WIZARD "Wizard"
|
||||
#define MSG_WIZARD_WELCOME "Ciao, sono la tua stampante Original Prusa i3. Gradiresti aiuto attraverso il processo di configurazione?"
|
||||
#define MSG_WIZARD_QUIT "E possibile proseguire la guide Wizard in qualsiasi momento attraverso Calibrazione -> Wizard."
|
||||
#define MSG_WIZARD_SELFTEST "Anzitutto avviero il Self Test per controllare gli errori di assemblaggio piu comuni."
|
||||
#define MSG_WIZARD_CALIBRATION_FAILED "Per favore consulta il nostro manuale per risolvere il problema. Poi riprendi il Wizard dopo aver riavviato la stampante."
|
||||
#define MSG_WIZARD_XYZ_CAL "Adesso avviero una Calibrazione XYZ. Puo durare circa 12 min."
|
||||
#define MSG_WIZARD_FILAMENT_LOADED "Il filamento e stato caricato?"
|
||||
#define MSG_WIZARD_Z_CAL "Adesso avviero una Calibrazione Z."
|
||||
#define MSG_WIZARD_WILL_PREHEAT "Adesso preriscaldero l'ugello per PLA."
|
||||
#define MSG_WIZARD_V2_CAL "Adesso tarero lo stacco fra ugello e superfice del piatto."
|
||||
#define MSG_WIZARD_V2_CAL_2 "Adesso iniziero a stampare una linea e tu dovrai abbassare l'ugello poco per volta ruotando la manopola sino a raggiungere una altezza ottimale. Per favore dai uno sguardo all'immagine del nostro manuale, cap.Calibrazione."
|
||||
#define MSG_V2_CALIBRATION "Cal. primo layer."
|
||||
#define MSG_WIZARD_DONE "Ben fatto. Buona stampa!"
|
||||
#define MSG_WIZARD_LOAD_FILAMENT "Per favore inserisci il filamento di PLA nell'estrusore, poi premi la manopola per caricare."
|
||||
#define MSG_WIZARD_RERUN "Se avvi il Wizard perderai la calibrazione preesistente e dovrai ricominciare dall'inizio. Continuare?"
|
||||
#define MSG_WIZARD_REPEAT_V2_CAL "Desideri ripetere l'ultimo passaggio per migliorare la distanza fra ugello e piatto?"
|
||||
#define MSG_WIZARD_CLEAN_HEATBED "Per favore pulisci il piatto, poi premi la manopola."
|
||||
#define MSG_WIZARD_PLA_FILAMENT "E questo un filamento di PLA?"
|
||||
#define MSG_WIZARD_INSERT_CORRECT_FILAMENT "Per favore carica filamento di PLA e riprendi il Wizard dopo aver riavviato la stampante."
|
||||
#define MSG_PLA_FILAMENT_LOADED "Il PLA e stato caricato?"
|
||||
#define MSG_PLEASE_LOAD_PLA "Per favore prima caricare filamento di PLA."
|
||||
#define MSG_WIZARD_HEATING "Sto preriscaldando l'ugello. Per favore attendi."
|
||||
#define MSG_M117_V2_CALIBRATION "M117 Cal. primo layer."
|
|
@ -299,3 +299,27 @@
|
|||
#define MSG_EXTRUDER_2 "Ekstruder 2"
|
||||
#define MSG_EXTRUDER_3 "Ekstruder 3"
|
||||
#define MSG_EXTRUDER_4 "Ekstruder 4"
|
||||
|
||||
#define MSG_WIZARD "Wizard"
|
||||
#define MSG_WIZARD_WELCOME "Czesc, jestem Twoja drukarka Original Prusa i3. Czy potrzebujesz pomocy z instalacja?"
|
||||
#define MSG_WIZARD_QUIT "Zawsze mozesz przywrocic Wizard przez Kalibracja -> Wizard."
|
||||
#define MSG_WIZARD_SELFTEST "Najpierw wlacze autotest w celu kontrolli najczestszych problemow z montazem."
|
||||
#define MSG_WIZARD_CALIBRATION_FAILED "Prosze sprawdz nasz poradnik i napraw problem. Potem przywroc Wizard restartujac drukarke."
|
||||
#define MSG_WIZARD_XYZ_CAL "Wlaczam kalibracje xyz. Zajmie to ok. 12 min."
|
||||
#define MSG_WIZARD_FILAMENT_LOADED "Filament jest zaladowany?"
|
||||
#define MSG_WIZARD_Z_CAL "Wlaczam kalibracje z."
|
||||
#define MSG_WIZARD_WILL_PREHEAT "Nagrzewam dysze dla PLA."
|
||||
#define MSG_WIZARD_V2_CAL "Kalibruje odleglosc miedzy koncowka dyszy a stolikiem."
|
||||
#define MSG_WIZARD_V2_CAL_2 "Zaczne drukowac linie. Stopniowo opuszczaj dysze przekrecajac guzik, poki nie uzyskasz optymalnej wysokosci. Sprawdz obrazki w naszym poradniku w rozdz. Kalibracja"
|
||||
#define MSG_V2_CALIBRATION "Kal. 1. warstwy"
|
||||
#define MSG_WIZARD_DONE "Gotowe. Udanego druku!"
|
||||
#define MSG_WIZARD_LOAD_FILAMENT "Prosze umiesc filament PLA w ekstruderze i nacisnij przycisk by zaladowac."
|
||||
#define MSG_WIZARD_RERUN "Wlaczenie Wizard usunie obecne dane kalibracyjne i zacznie od nowa. Kontynuowac?"
|
||||
#define MSG_WIZARD_REPEAT_V2_CAL "Chcesz powtorzyc ostatni krok i przestawic odleglosc miedzy dysza a stolikiem?"
|
||||
#define MSG_WIZARD_CLEAN_HEATBED "Prosze oczysc stolik i nacisnij guzik."
|
||||
#define MSG_WIZARD_PLA_FILAMENT "Czy to filament PLA?"
|
||||
#define MSG_WIZARD_INSERT_CORRECT_FILAMENT "Prosze zaladuj filament PLA i przywroc Wizard przez restart drukarki."
|
||||
#define MSG_PLA_FILAMENT_LOADED "Fialment PLA jest zaladowany?"
|
||||
#define MSG_PLEASE_LOAD_PLA "Prosze, najpierw zaladuj filament PLA."
|
||||
#define MSG_WIZARD_HEATING "Nagrzewanie dyszy. Prosze czekac."
|
||||
#define MSG_M117_V2_CALIBRATION "M117 Kal. 1. warstwy"
|
|
@ -648,7 +648,7 @@ void lcd_commands()
|
|||
enquecommand_P(PSTR("M190 S55"));
|
||||
enquecommand_P(PSTR("M109 S210"));
|
||||
enquecommand_P(PSTR("T0"));
|
||||
enquecommand_P(PSTR("M117 First layer cal."));
|
||||
enquecommand_P(MSG_M117_V2_CALIBRATION);
|
||||
enquecommand_P(PSTR("G87")); //sets calibration status
|
||||
enquecommand_P(PSTR("G28"));
|
||||
enquecommand_P(PSTR("G21")); //set units to millimeters
|
||||
|
@ -663,8 +663,8 @@ void lcd_commands()
|
|||
{
|
||||
lcd_timeoutToStatus = millis() + LCD_TIMEOUT_TO_STATUS;
|
||||
enquecommand_P(PSTR("G1 Z0.250 F7200.000"));
|
||||
enquecommand_P(PSTR("G1 X50.0 E80.0 F1000.0"));
|
||||
enquecommand_P(PSTR("G1 X160.0 E20.0 F1000.0"));
|
||||
enquecommand_P(PSTR("G1 X50.0 E80.0 F1000.0"));
|
||||
enquecommand_P(PSTR("G1 X160.0 E20.0 F1000.0"));
|
||||
enquecommand_P(PSTR("G1 Z0.200 F7200.000"));
|
||||
enquecommand_P(PSTR("G1 X220.0 E13 F1000.0"));
|
||||
enquecommand_P(PSTR("G1 X240.0 E0 F1000.0"));
|
||||
|
@ -723,7 +723,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (2 * i + 1)*width));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 X50 Y");
|
||||
|
@ -733,7 +733,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (i + 1)*width * 2));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
}
|
||||
|
@ -752,7 +752,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (2 * i + 1)*width));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 X50 Y");
|
||||
|
@ -762,7 +762,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (i + 1)*width * 2));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
}
|
||||
|
@ -781,7 +781,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (2 * i + 1)*width));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 X50 Y");
|
||||
|
@ -791,7 +791,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (i + 1)*width * 2));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
}
|
||||
|
@ -810,7 +810,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (2 * i + 1)*width));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 X50 Y");
|
||||
|
@ -820,7 +820,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (i + 1)*width * 2));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
}
|
||||
|
@ -831,7 +831,7 @@ void lcd_commands()
|
|||
if (lcd_commands_step == 3 && !blocks_queued() && cmd_buffer_empty())
|
||||
{
|
||||
lcd_timeoutToStatus = millis() + LCD_TIMEOUT_TO_STATUS;
|
||||
enquecommand_P(PSTR("G1 E - 0.07500 F2100.00000"));
|
||||
enquecommand_P(PSTR("G1 E-0.07500 F2100.00000"));
|
||||
enquecommand_P(PSTR("G4 S0"));
|
||||
enquecommand_P(PSTR("G1 E-4 F2100.00000"));
|
||||
enquecommand_P(PSTR("G1 Z0.5 F7200.000"));
|
||||
|
@ -911,7 +911,7 @@ void lcd_commands()
|
|||
enquecommand_P(PSTR("M140 S55"));
|
||||
enquecommand_P(PSTR("M190 S55"));
|
||||
enquecommand_P(PSTR("M109 S210"));
|
||||
enquecommand_P(PSTR("M117 First layer cal."));
|
||||
enquecommand_P(MSG_M117_V2_CALIBRATION);
|
||||
enquecommand_P(PSTR("G87")); //sets calibration status
|
||||
enquecommand_P(PSTR("G28"));
|
||||
enquecommand_P(PSTR("G92 E0.0"));
|
||||
|
@ -922,13 +922,13 @@ void lcd_commands()
|
|||
|
||||
lcd_implementation_clear();
|
||||
lcd_goto_menu(lcd_babystep_z, 0, false);
|
||||
enquecommand_P(PSTR("G1 X60.0 E9.0 F1000.0")); //intro line
|
||||
enquecommand_P(PSTR("G1 X100.0 E12.5 F1000.0")); //intro line
|
||||
enquecommand_P(PSTR("G1 X60.0 E9.0 F1000.0")); //intro line
|
||||
enquecommand_P(PSTR("G1 X100.0 E12.5 F1000.0")); //intro line
|
||||
enquecommand_P(PSTR("G92 E0.0"));
|
||||
enquecommand_P(PSTR("G21")); //set units to millimeters
|
||||
enquecommand_P(PSTR("G90")); //use absolute coordinates
|
||||
enquecommand_P(PSTR("M83")); //use relative distances for extrusion
|
||||
enquecommand_P(PSTR("G1 E - 1.50000 F2100.00000"));
|
||||
enquecommand_P(PSTR("G1 E-1.50000 F2100.00000"));
|
||||
enquecommand_P(PSTR("G1 Z0.150 F7200.000"));
|
||||
enquecommand_P(PSTR("M204 S1000")); //set acceleration
|
||||
enquecommand_P(PSTR("G1 F4000"));
|
||||
|
@ -993,7 +993,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (2 * i + 1)*width));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 X50 Y");
|
||||
|
@ -1003,7 +1003,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (i + 1)*width * 2));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
}
|
||||
|
@ -1022,7 +1022,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (2 * i + 1)*width));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 X50 Y");
|
||||
|
@ -1032,7 +1032,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (i + 1)*width * 2));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
}
|
||||
|
@ -1051,7 +1051,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (2 * i + 1)*width));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 X50 Y");
|
||||
|
@ -1061,7 +1061,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (i + 1)*width * 2));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
}
|
||||
|
@ -1080,7 +1080,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (2 * i + 1)*width));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 X50 Y");
|
||||
|
@ -1090,7 +1090,7 @@ void lcd_commands()
|
|||
enquecommand(cmd1);
|
||||
strcpy(cmd1, "G1 Y");
|
||||
strcat(cmd1, ftostr32(35 - (i + 1)*width * 2));
|
||||
strcat(cmd1, "E ");
|
||||
strcat(cmd1, " E");
|
||||
strcat(cmd1, ftostr43(extr_short_segment));
|
||||
enquecommand(cmd1);
|
||||
}
|
||||
|
@ -1101,7 +1101,7 @@ void lcd_commands()
|
|||
if (lcd_commands_step == 2 && !blocks_queued() && cmd_buffer_empty())
|
||||
{
|
||||
lcd_timeoutToStatus = millis() + LCD_TIMEOUT_TO_STATUS;
|
||||
enquecommand_P(PSTR("G1 E - 0.07500 F2100.00000"));
|
||||
enquecommand_P(PSTR("G1 E-0.07500 F2100.00000"));
|
||||
enquecommand_P(PSTR("M107")); //turn off printer fan
|
||||
enquecommand_P(PSTR("M104 S0")); // turn off temperature
|
||||
enquecommand_P(PSTR("M140 S0")); // turn off heatbed
|
||||
|
|
Loading…
Reference in a new issue