|
|
|
@ -394,19 +394,22 @@
|
|
|
|
|
// Le schermate di Cambio Filamento possono visualizzare fino a 3 linee su un display a 4 righe
|
|
|
|
|
// ...o fino a 2 linee su un display a 3 righe.
|
|
|
|
|
#if LCD_HEIGHT >= 4
|
|
|
|
|
#define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Premi per")
|
|
|
|
|
#define MSG_ADVANCED_PAUSE_WAITING_2 _UxGT("riprendere")
|
|
|
|
|
#define MSG_ADVANCED_PAUSE_WAITING_3 _UxGT("la stampa")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attendere avvio")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("del cambio")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("di filamento")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserisci il")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("filamento e premi")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("per continuare")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Premi per")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("riscaldare ugello")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Riscaldam. ugello")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Attendere prego...")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Attendere")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("l'espulsione")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("del filamento")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserisci il")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("filamento e")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("premi per cont")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Premi per")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("riscald. ugello")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Riscald. ugello")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Attendere...")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Attendere")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("il caricamento")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("del filamento")
|
|
|
|
@ -415,13 +418,14 @@
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_PURGE_3 _UxGT("del filamento")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Attendere")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("la ripresa")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("della stampa")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("della stampa...")
|
|
|
|
|
#else // LCD_HEIGHT < 4
|
|
|
|
|
#define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Premi x continuare")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attendere...")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Espulsione...")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserisci e premi")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Riscalda ugello")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Riscaldamento...")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Espulsione...")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Caricamento...")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Spurgo filamento")
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Ripresa...")
|
|
|
|
|