|
|
|
|
37
|
#define DISPLAY_CHARSET_ISO10646_1
|
37
|
#define DISPLAY_CHARSET_ISO10646_1
|
38
|
|
38
|
|
39
|
#define WELCOME_MSG MACHINE_NAME _UxGT(" pripraven.")
|
39
|
#define WELCOME_MSG MACHINE_NAME _UxGT(" pripraven.")
|
|
|
40
|
+#define MSG_BACK _UxGT("Zpet")
|
40
|
#define MSG_SD_INSERTED _UxGT("Karta vlozena")
|
41
|
#define MSG_SD_INSERTED _UxGT("Karta vlozena")
|
41
|
#define MSG_SD_REMOVED _UxGT("Karta vyjmuta")
|
42
|
#define MSG_SD_REMOVED _UxGT("Karta vyjmuta")
|
42
|
#define MSG_LCD_ENDSTOPS _UxGT("Endstopy") // maximalne 8 znaku
|
43
|
#define MSG_LCD_ENDSTOPS _UxGT("Endstopy") // maximalne 8 znaku
|
43
|
#define MSG_MAIN _UxGT("Hlavni nabidka")
|
44
|
#define MSG_MAIN _UxGT("Hlavni nabidka")
|
44
|
#define MSG_AUTOSTART _UxGT("Autostart")
|
45
|
#define MSG_AUTOSTART _UxGT("Autostart")
|
45
|
#define MSG_DISABLE_STEPPERS _UxGT("Uvolnit motory")
|
46
|
#define MSG_DISABLE_STEPPERS _UxGT("Uvolnit motory")
|
|
|
47
|
+#define MSG_DEBUG_MENU _UxGT("Nabidka ladeni")
|
|
|
48
|
+#define MSG_PROGRESS_BAR_TEST _UxGT("Test uk.prubehu")
|
46
|
#define MSG_AUTO_HOME _UxGT("Domovska pozice")
|
49
|
#define MSG_AUTO_HOME _UxGT("Domovska pozice")
|
47
|
#define MSG_AUTO_HOME_X _UxGT("Domu osa X")
|
50
|
#define MSG_AUTO_HOME_X _UxGT("Domu osa X")
|
48
|
#define MSG_AUTO_HOME_Y _UxGT("Domu osa Y")
|
51
|
#define MSG_AUTO_HOME_Y _UxGT("Domu osa Y")
|
|
|
|
|
57
|
#define MSG_SET_ORIGIN _UxGT("Nastavit pocatek")
|
60
|
#define MSG_SET_ORIGIN _UxGT("Nastavit pocatek")
|
58
|
#define MSG_PREHEAT_1 _UxGT("Zahrat PLA")
|
61
|
#define MSG_PREHEAT_1 _UxGT("Zahrat PLA")
|
59
|
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
|
62
|
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
|
60
|
-#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" Vse")
|
|
|
61
|
-#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Podloz")
|
|
|
62
|
-#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" Nast")
|
|
|
|
|
63
|
+#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" vse")
|
|
|
64
|
+#define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" hotend")
|
|
|
65
|
+#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" podloz")
|
|
|
66
|
+#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" nast")
|
63
|
#define MSG_PREHEAT_2 _UxGT("Zahrat ABS")
|
67
|
#define MSG_PREHEAT_2 _UxGT("Zahrat ABS")
|
64
|
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
|
68
|
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
|
65
|
-#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" Vse")
|
|
|
66
|
-#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" Podloz")
|
|
|
67
|
-#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" Nast")
|
|
|
|
|
69
|
+#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" vse")
|
|
|
70
|
+#define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" hotend")
|
|
|
71
|
+#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" podloz")
|
|
|
72
|
+#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" nast")
|
68
|
#define MSG_COOLDOWN _UxGT("Zchladit")
|
73
|
#define MSG_COOLDOWN _UxGT("Zchladit")
|
69
|
#define MSG_SWITCH_PS_ON _UxGT("Zapnout napajeni")
|
74
|
#define MSG_SWITCH_PS_ON _UxGT("Zapnout napajeni")
|
70
|
#define MSG_SWITCH_PS_OFF _UxGT("Vypnout napajeni")
|
75
|
#define MSG_SWITCH_PS_OFF _UxGT("Vypnout napajeni")
|
|
|
|
|
72
|
#define MSG_RETRACT _UxGT("Zatlacit (retr.)")
|
77
|
#define MSG_RETRACT _UxGT("Zatlacit (retr.)")
|
73
|
#define MSG_MOVE_AXIS _UxGT("Posunout osy")
|
78
|
#define MSG_MOVE_AXIS _UxGT("Posunout osy")
|
74
|
#define MSG_LEVEL_BED _UxGT("Vyrovnat podlozku")
|
79
|
#define MSG_LEVEL_BED _UxGT("Vyrovnat podlozku")
|
|
|
80
|
+#define MSG_MOVING _UxGT("Posunování...")
|
|
|
81
|
+#define MSG_FREE_XY _UxGT("Uvolnit XY")
|
75
|
#define MSG_MOVE_X _UxGT("Posunout X")
|
82
|
#define MSG_MOVE_X _UxGT("Posunout X")
|
76
|
#define MSG_MOVE_Y _UxGT("Posunout Y")
|
83
|
#define MSG_MOVE_Y _UxGT("Posunout Y")
|
77
|
#define MSG_MOVE_Z _UxGT("Posunout Z")
|
84
|
#define MSG_MOVE_Z _UxGT("Posunout Z")
|
|
|
|
|
122
|
#define MSG_FILAMENT _UxGT("Filament")
|
129
|
#define MSG_FILAMENT _UxGT("Filament")
|
123
|
#define MSG_VOLUMETRIC_ENABLED _UxGT("E na mm3")
|
130
|
#define MSG_VOLUMETRIC_ENABLED _UxGT("E na mm3")
|
124
|
#define MSG_FILAMENT_DIAM _UxGT("Fil. Prum.")
|
131
|
#define MSG_FILAMENT_DIAM _UxGT("Fil. Prum.")
|
|
|
132
|
+#define MSG_ADVANCE_K _UxGT("K pro posun")
|
125
|
#define MSG_CONTRAST _UxGT("Kontrast LCD")
|
133
|
#define MSG_CONTRAST _UxGT("Kontrast LCD")
|
126
|
#define MSG_STORE_EEPROM _UxGT("Ulozit nastaveni")
|
134
|
#define MSG_STORE_EEPROM _UxGT("Ulozit nastaveni")
|
127
|
#define MSG_LOAD_EEPROM _UxGT("Nacist nastaveni")
|
135
|
#define MSG_LOAD_EEPROM _UxGT("Nacist nastaveni")
|
|
|
|
|
185
|
#define MSG_DELTA_CALIBRATE_Y _UxGT("Kalibrovat Y")
|
193
|
#define MSG_DELTA_CALIBRATE_Y _UxGT("Kalibrovat Y")
|
186
|
#define MSG_DELTA_CALIBRATE_Z _UxGT("Kalibrovat Z")
|
194
|
#define MSG_DELTA_CALIBRATE_Z _UxGT("Kalibrovat Z")
|
187
|
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Kalibrovat Stred")
|
195
|
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Kalibrovat Stred")
|
|
|
196
|
+#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Autokalibrace")
|
|
|
197
|
+#define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Nast.vysku delty")
|
188
|
#define MSG_INFO_MENU _UxGT("O tiskarne")
|
198
|
#define MSG_INFO_MENU _UxGT("O tiskarne")
|
189
|
#define MSG_INFO_PRINTER_MENU _UxGT("Info o tiskarne")
|
199
|
#define MSG_INFO_PRINTER_MENU _UxGT("Info o tiskarne")
|
190
|
#define MSG_INFO_STATS_MENU _UxGT("Statistika")
|
200
|
#define MSG_INFO_STATS_MENU _UxGT("Statistika")
|
|
|
|
|
219
|
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("CO DAL?")
|
229
|
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("CO DAL?")
|
220
|
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Jeste vytlacit")
|
230
|
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Jeste vytlacit")
|
221
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Obnovit tisk")
|
231
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Obnovit tisk")
|
|
|
232
|
+#define MSG_FILAMENT_CHANGE_MINTEMP _UxGT("Min. teplota je ")
|
|
|
233
|
+#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Tryska: ")
|
222
|
|
234
|
|
223
|
#if LCD_HEIGHT >= 4
|
235
|
#if LCD_HEIGHT >= 4
|
224
|
// Up to 3 lines allowed
|
236
|
// Up to 3 lines allowed
|
|
|
|
|
231
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Vlozte filament")
|
243
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Vlozte filament")
|
232
|
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("a stisknete")
|
244
|
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("a stisknete")
|
233
|
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("tlacitko...")
|
245
|
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("tlacitko...")
|
|
|
246
|
+ #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Kliknete pro")
|
|
|
247
|
+ #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("nahrati trysky")
|
|
|
248
|
+ #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Cekejte prosim")
|
|
|
249
|
+ #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("na nahrati tr.")
|
234
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Cekejte prosim")
|
250
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Cekejte prosim")
|
235
|
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("na zavedeni")
|
251
|
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("na zavedeni")
|
236
|
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("filamentu")
|
252
|
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("filamentu")
|
|
|
|
|
245
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Cekejte...")
|
261
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Cekejte...")
|
246
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Vysouvani...")
|
262
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Vysouvani...")
|
247
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Vlozte, kliknete")
|
263
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Vlozte, kliknete")
|
|
|
264
|
+ #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Nahrivani...")
|
248
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Zavadeni...")
|
265
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Zavadeni...")
|
249
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Vytlacovani...")
|
266
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Vytlacovani...")
|
250
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Pokracovani...")
|
267
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Pokracovani...")
|