|
@@ -406,31 +406,36 @@
|
406
|
406
|
#define MSG_ERR_PROBING_FAILED _UxGT("Kalibrácia zlyhala")
|
407
|
407
|
#define MSG_M600_TOO_COLD _UxGT("M600: Príliš studený")
|
408
|
408
|
|
|
409
|
+//
|
|
410
|
+// Filament Change screens show up to 3 lines on a 4-line display
|
|
411
|
+// ...or up to 2 lines on a 3-line display
|
|
412
|
+//
|
409
|
413
|
#if LCD_HEIGHT >= 4
|
410
|
|
- // Up to 3 lines allowed
|
|
414
|
+ #define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Stlačte tlačidlo")
|
|
415
|
+ #define MSG_ADVANCED_PAUSE_WAITING_2 _UxGT("pre obnovu tlače")
|
411
|
416
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Čakajte prosím")
|
412
|
417
|
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("na spustenie")
|
413
|
418
|
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("výmeny filamentu")
|
|
419
|
+ #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Vložte filament")
|
|
420
|
+ #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("a stlačte tlačidlo")
|
|
421
|
+ #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("pre pokračovanie")
|
|
422
|
+ #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Stlačte tlačidlo")
|
|
423
|
+ #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("pre ohrev trysky")
|
|
424
|
+ #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Ohrev trysky")
|
|
425
|
+ #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Čakajte prosím...")
|
414
|
426
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Čakajte prosím")
|
415
|
427
|
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("na vysunutie")
|
416
|
428
|
#define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("filamentu")
|
417
|
|
- #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Vložte filament")
|
418
|
|
- #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("a stlačte")
|
419
|
|
- #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("tlačidlo...")
|
420
|
|
- #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Kliknite pre")
|
421
|
|
- #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("ohrev trysky")
|
422
|
|
- #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Čakajte prosím")
|
423
|
|
- #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("na teplotu trysky")
|
424
|
429
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Čakajte prosím")
|
425
|
430
|
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("na zavedenie")
|
426
|
431
|
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("filamentu")
|
427
|
|
- #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Čakajte na")
|
428
|
|
- #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("vytlačenie")
|
429
|
|
- #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Čakajte prosím")
|
430
|
|
- #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("na pokračovanie")
|
431
|
|
- #define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("tlače")
|
|
432
|
+ #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Čakajte prosím")
|
|
433
|
+ #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("na vytlačenie")
|
|
434
|
+ #define MSG_FILAMENT_CHANGE_PURGE_3 _UxGT("filamentu")
|
|
435
|
+ #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Čakajte prosím na")
|
|
436
|
+ #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("obnovenie tlače...")
|
432
|
437
|
#else // LCD_HEIGHT < 4
|
433
|
|
- // Up to 2 lines allowed
|
|
438
|
+ #define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Kliknite pre pokr.")
|
434
|
439
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Čakajte prosím...")
|
435
|
440
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Vysúvanie...")
|
436
|
441
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Vložte a kliknite")
|