commit
f4af5af190
8 changed files with 307 additions and 8 deletions
|
@ -5203,7 +5203,7 @@ static void fil_load_menu()
|
|||
{
|
||||
MENU_BEGIN();
|
||||
MENU_ITEM_BACK_P(_T(MSG_MAIN));
|
||||
MENU_ITEM_FUNCTION_P(_i("Load all"), load_all);////MSG_LOAD_ALL c=0 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Load all"), load_all);////MSG_LOAD_ALL c=17 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Load filament 1"), extr_adj_0);////MSG_LOAD_FILAMENT_1 c=17 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Load filament 2"), extr_adj_1);////MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Load filament 3"), extr_adj_2);////MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
|
@ -5232,14 +5232,14 @@ static void fil_unload_menu()
|
|||
{
|
||||
MENU_BEGIN();
|
||||
MENU_ITEM_BACK_P(_T(MSG_MAIN));
|
||||
MENU_ITEM_FUNCTION_P(_i("Unload all"), extr_unload_all);////MSG_UNLOAD_ALL c=0 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Unload all"), extr_unload_all);////MSG_UNLOAD_ALL c=17 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Unload filament 1"), extr_unload_0);////MSG_UNLOAD_FILAMENT_1 c=17 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Unload filament 2"), extr_unload_1);////MSG_UNLOAD_FILAMENT_2 c=17 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Unload filament 3"), extr_unload_2);////MSG_UNLOAD_FILAMENT_3 c=17 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Unload filament 4"), extr_unload_3);////MSG_UNLOAD_FILAMENT_4 c=17 r=0
|
||||
|
||||
if (mmu_enabled)
|
||||
MENU_ITEM_FUNCTION_P(_i("Unload filament 5"), extr_unload_4);////MSG_UNLOAD_FILAMENT_4 c=17 r=0
|
||||
MENU_ITEM_FUNCTION_P(_i("Unload filament 5"), extr_unload_4);////MSG_UNLOAD_FILAMENT_5 c=17 r=0
|
||||
|
||||
MENU_END();
|
||||
}
|
||||
|
|
|
@ -904,3 +904,38 @@
|
|||
#MSG_WIZARD_QUIT c=20 r=8
|
||||
"You can always resume the Wizard from Calibration -> Wizard."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME c=20 r=8
|
||||
"XYZ calibration all right. Skew will be corrected automatically."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD c=20 r=8
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_BOTH_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Front calibration points not reachable."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_RIGHT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Right front calibration point not reachable."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_LEFT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Left front calibration point not reachable."
|
||||
|
||||
#MSG_LOAD_ALL c=17 r=0
|
||||
"Load all"
|
||||
|
||||
#MSG_LOAD_FILAMENT_1 c=17 r=0
|
||||
"Load filament 1"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
|
||||
#MSG_LOAD_FILAMENT_5 c=17 r=0
|
||||
"Load filament 5"
|
|
@ -344,7 +344,7 @@
|
|||
|
||||
#MSG_FSENSOR_ON c=0 r=0
|
||||
"Fil. sensor [on]"
|
||||
"\x00"
|
||||
"Fil. sensor [zap]"
|
||||
|
||||
#MSG_RESPONSE_POOR c=20 r=2
|
||||
"Fil. sensor response is poor, disable it?"
|
||||
|
@ -360,7 +360,7 @@
|
|||
|
||||
#MSG_FILAMENT_CLEAN c=20 r=2
|
||||
"Filament extruding & with correct color?"
|
||||
"\x00"
|
||||
"Je barva cista?"
|
||||
|
||||
#MSG_NOT_LOADED c=19 r=0
|
||||
"Filament not loaded"
|
||||
|
@ -376,7 +376,7 @@
|
|||
|
||||
#MSG_FILAMENT_USED c=19 r=1
|
||||
"Filament used"
|
||||
"Spotrebovano filamentu"
|
||||
"Spotrebovano fil."
|
||||
|
||||
#MSG_FILE_INCOMPLETE c=20 r=2
|
||||
"File incomplete. Continue anyway?"
|
||||
|
@ -716,7 +716,7 @@
|
|||
|
||||
#MSG_SELFTEST_FAN_NO c=19 r=0
|
||||
"Not spinning"
|
||||
"\x00"
|
||||
"Netoci se"
|
||||
|
||||
#MSG_WIZARD_V2_CAL c=20 r=8
|
||||
"Now I will calibrate distance between tip of the nozzle and heatbed surface."
|
||||
|
@ -1204,4 +1204,52 @@
|
|||
|
||||
#MSG_WIZARD_QUIT c=20 r=8
|
||||
"You can always resume the Wizard from Calibration -> Wizard."
|
||||
"\x00"
|
||||
"Wizarda muzete kdykoliv znovu spustit z menu Calibration -> Wizard"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME c=20 r=8
|
||||
"XYZ calibration all right. Skew will be corrected automatically."
|
||||
"Kalibrace XYZ v poradku. Zkoseni bude automaticky vyrovnano pri tisku."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD c=20 r=8
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"Kalibrace XYZ v poradku. X/Y osy mirne zkosene. Dobra prace!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"Kalibrace XYZ v poradku. X/Y osy jsou kolme. Gratuluji!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_BOTH_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Front calibration points not reachable."
|
||||
"Kalibrace XYZ nepresna. Predni kalibracni body moc vpredu."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_RIGHT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Right front calibration point not reachable."
|
||||
"Kalibrace XYZ nepresna. Pravy predni bod moc vpredu."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_LEFT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Left front calibration point not reachable."
|
||||
"Kalibrace XYZ nepresna. Levy predni bod moc vpredu."
|
||||
|
||||
#MSG_LOAD_ALL c=17 r=0
|
||||
"Load all"
|
||||
"Zavest vse"
|
||||
|
||||
#MSG_LOAD_FILAMENT_1 c=17 r=0
|
||||
"Load filament 1"
|
||||
"Zavest filament 1"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Zavest filament 2"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Zavest filament 3"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Zavest filament 4"
|
||||
|
||||
#MSG_LOAD_FILAMENT_5 c=17 r=0
|
||||
"Load filament 5"
|
||||
"Zavest filament 5"
|
||||
|
|
|
@ -1205,3 +1205,51 @@
|
|||
#MSG_WIZARD_QUIT c=20 r=8
|
||||
"You can always resume the Wizard from Calibration -> Wizard."
|
||||
"Sie koennen den Assistenten immer im Menu neu starten: Kalibrierung -> Assistent"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME c=20 r=8
|
||||
"XYZ calibration all right. Skew will be corrected automatically."
|
||||
"XYZ Kalibrierung in Ordnung. Schiefheit wird automatisch korrigiert."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD c=20 r=8
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"XYZ Kalibrierung in Ordnung. X/Y Achsen sind etwas schief."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"XYZ-Kalibrierung OK. X/Y-Achsen sind senkrecht zueinander. Glueckwunsch!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_BOTH_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Front calibration points not reachable."
|
||||
"XYZ-Kalibrierung ungenau. Vordere Kalibrierpunkte sind zu weit vorne."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_RIGHT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Right front calibration point not reachable."
|
||||
"XYZ-Kalibrierung ungenau. Rechter vorderer Kalibrierpunkt ist zu weit vorne."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_LEFT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Left front calibration point not reachable."
|
||||
"XYZ-Kalibrierung ungenau. Linker vorderer Kalibrierpunkt ist zu weit vorne."
|
||||
|
||||
#MSG_LOAD_ALL c=17 r=0
|
||||
"Load all"
|
||||
"Alle laden"
|
||||
|
||||
#MSG_LOAD_FILAMENT_1 c=17 r=0
|
||||
"Load filament 1"
|
||||
"Filament 1 laden"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Filament 2 laden"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Filament 3 laden"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Filament 4 laden"
|
||||
|
||||
#MSG_LOAD_FILAMENT_5 c=17 r=0
|
||||
"Load filament 5"
|
||||
"Filament 5 laden"
|
|
@ -1205,3 +1205,51 @@
|
|||
#MSG_WIZARD_QUIT c=20 r=8
|
||||
"You can always resume the Wizard from Calibration -> Wizard."
|
||||
"Siempre puedes acceder al asistente desde Calibracion -> Wizard."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME c=20 r=8
|
||||
"XYZ calibration all right. Skew will be corrected automatically."
|
||||
"Calibracion XYZ correcta. La inclinacion se corregira automaticamente."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD c=20 r=8
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"Calibracion XYZ correcta. Los ejes X / Y estan ligeramente inclinados. Buen trabajo!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"Calibracion XYZ ok. Ejes X/Y perpendiculares. Enhorabuena!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_BOTH_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Front calibration points not reachable."
|
||||
"Calibrazion XYZ comprometida. Puntos frontales no alcanzables."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_RIGHT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Right front calibration point not reachable."
|
||||
"Calibrazion XYZ comprometida. Punto frontal derecho no alcanzable."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_LEFT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Left front calibration point not reachable."
|
||||
"Calibrazion XYZ comprometida. Punto frontal izquierdo no alcanzable."
|
||||
|
||||
#MSG_LOAD_ALL c=17 r=0
|
||||
"Load all"
|
||||
"Intr. todos fil."
|
||||
|
||||
#MSG_LOAD_FILAMENT_1 c=17 r=0
|
||||
"Load filament 1"
|
||||
"Introducir fil. 1"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Introducir fil. 2"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Introducir fil. 3"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Introducir fil. 4"
|
||||
|
||||
#MSG_LOAD_FILAMENT_5 c=17 r=0
|
||||
"Load filament 5"
|
||||
"Introducir fil. 5"
|
||||
|
|
|
@ -1206,3 +1206,26 @@
|
|||
"You can always resume the Wizard from Calibration -> Wizard."
|
||||
"Vous pouvez toujours poursuivre l'assistant dans Calibration-> Assistant."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME c=20 r=8
|
||||
"XYZ calibration all right. Skew will be corrected automatically."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD c=20 r=8
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_BOTH_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Front calibration points not reachable."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_RIGHT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Right front calibration point not reachable."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_LEFT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Left front calibration point not reachable."
|
||||
|
||||
#MSG_UNLOAD_ALL c=17 r=0
|
||||
"Unload all"
|
||||
|
||||
#MSG_UNLOAD_FILAMENT_1 c=17 r=0
|
||||
"Unload filament 1"
|
||||
|
|
|
@ -1205,3 +1205,51 @@
|
|||
#MSG_WIZARD_QUIT c=20 r=8
|
||||
"You can always resume the Wizard from Calibration -> Wizard."
|
||||
"E possibile riprendere il Wizard in qualsiasi momento attraverso Calibrazione -> Wizard."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME c=20 r=8
|
||||
"XYZ calibration all right. Skew will be corrected automatically."
|
||||
"Calibrazion XYZ corretta. La distorsione verra' automaticamente compensata."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD c=20 r=8
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"Calibrazion XYZ corretta. Assi X/Y leggermente storti. Ben fatto!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"Calibrazione XYZ OK. Gli assi X/Y sono perpendicolari. Complimenti!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_BOTH_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Front calibration points not reachable."
|
||||
"Calibrazione XYZ compromessa. Punti anteriori non raggiungibili."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_RIGHT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Right front calibration point not reachable."
|
||||
"Calibrazione XYZ compromessa. Punto anteriore destro non raggiungibile."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_LEFT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Left front calibration point not reachable."
|
||||
"Calibrazione XYZ compromessa. Punto anteriore sinistro non raggiungibile."
|
||||
|
||||
#MSG_LOAD_ALL c=17 r=0
|
||||
"Load all"
|
||||
"Caricare tutti"
|
||||
|
||||
#MSG_LOAD_FILAMENT_1 c=17 r=0
|
||||
"Load filament 1"
|
||||
"Caricare fil. 1"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Caricare fil. 2"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Caricare fil. 3"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Caricare fil. 4"
|
||||
|
||||
#MSG_LOAD_FILAMENT_5 c=17 r=0
|
||||
"Load filament 5"
|
||||
"Caricare fil. 5"
|
|
@ -1206,3 +1206,52 @@
|
|||
"You can always resume the Wizard from Calibration -> Wizard."
|
||||
"Zawsze mozesz uruchomic Asystenta ponownie przez Kalibracja -> Asystent."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME c=20 r=8
|
||||
"XYZ calibration all right. Skew will be corrected automatically."
|
||||
"Kalibracja XYZ prawidlowa. Skosy beda automatycznie wyrownane przy druku."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD c=20 r=8
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"Kalibracja XYZ prawidlowa. Osie X/Y lekko skosne. Dobra robota!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"Kalibracja XYZ ok. Osie X/Y sa prostopadle. Gratulacje!"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_BOTH_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Front calibration points not reachable."
|
||||
"Kalibr. XYZ niedokladna. Przednie punkty kalibr. Zbyt wys. do przodu."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_RIGHT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Right front calibration point not reachable."
|
||||
"Kalibracja XYZ niedokladna. Prawy przedni punkt zbyt wysuniety do przodu."
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_LEFT_FAR c=20 r=8
|
||||
"XYZ calibration compromised. Left front calibration point not reachable."
|
||||
"Kalibracja XYZ niedokladna. Lewy przedni punkt zbyt wysuniety do przodu."
|
||||
|
||||
#MSG_LOAD_ALL c=17 r=0
|
||||
"Load all"
|
||||
"Zalad. wszystkie"
|
||||
|
||||
#MSG_LOAD_FILAMENT_1 c=17 r=0
|
||||
"Load filament 1"
|
||||
"Zaladowac fil. 1"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Zaladowac fil. 2"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Zaladowac fil. 3"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Zaladowac fil. 4"
|
||||
|
||||
#MSG_LOAD_FILAMENT_5 c=17 r=0
|
||||
"Load filament 5"
|
||||
"Zaladowac fil. 5"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue