|
@@ -253,6 +253,8 @@
|
253
|
253
|
#define MSG_LOAD_EEPROM _UxGT("Carica impostazioni")
|
254
|
254
|
#define MSG_RESTORE_FAILSAFE _UxGT("Ripristina imp.")
|
255
|
255
|
#define MSG_INIT_EEPROM _UxGT("Inizializza EEPROM")
|
|
256
|
+#define MSG_SD_UPDATE _UxGT("Aggiorna SD")
|
|
257
|
+#define MSG_RESET_PRINTER _UxGT("Resetta stampante")
|
256
|
258
|
#define MSG_REFRESH _UxGT("Aggiorna")
|
257
|
259
|
#define MSG_WATCH _UxGT("Schermata info")
|
258
|
260
|
#define MSG_PREPARE _UxGT("Prepara")
|
|
@@ -281,7 +283,8 @@
|
281
|
283
|
#define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V")
|
282
|
284
|
#define MSG_AUTORETRACT _UxGT("AutoRitrai")
|
283
|
285
|
#define MSG_FILAMENT_SWAP_LENGTH _UxGT("Dist. ritrazione")
|
284
|
|
-#define MSG_SINGLENOZZLE_TOOL_CHANGE _UxGT("Cambio utensile")
|
|
286
|
+#define MSG_TOOL_CHANGE _UxGT("Cambio utensile")
|
|
287
|
+#define MSG_TOOL_CHANGE_ZLIFT _UxGT("Risalita Z")
|
285
|
288
|
#define MSG_SINGLENOZZLE_PRIME_SPD _UxGT("Velocità innesco")
|
286
|
289
|
#define MSG_SINGLENOZZLE_RETRACT_SPD _UxGT("Velocità retrazione")
|
287
|
290
|
#define MSG_FILAMENTCHANGE _UxGT("Cambia filamento")
|