From a9061714f242a30357e963399510e9ae82a3d7d6 Mon Sep 17 00:00:00 2001 From: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Date: Wed, 24 Oct 2018 23:40:48 +0200 Subject: [PATCH] Update Italian language (#12196) --- Marlin/src/lcd/language/language_it.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/src/lcd/language/language_it.h b/Marlin/src/lcd/language/language_it.h index 01a0623969..89d7ba1807 100644 --- a/Marlin/src/lcd/language/language_it.h +++ b/Marlin/src/lcd/language/language_it.h @@ -180,6 +180,7 @@ #define MSG_MOVE_Y _UxGT("Muovi Y") #define MSG_MOVE_Z _UxGT("Muovi Z") #define MSG_MOVE_E _UxGT("Estrusore") +#define MSG_HOTEND_TOO_COLD _UxGT("Ugello freddo") #define MSG_MOVE_01MM _UxGT("Muovi di 0.1mm") #define MSG_MOVE_1MM _UxGT("Muovi di 1mm") #define MSG_MOVE_10MM _UxGT("Muovi di 10mm")