From 39be0965755a29045e322287ef40d281688ab4b2 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 10 Sep 2018 23:23:21 -0500 Subject: [PATCH] Fix MSG_FILAMENT_CHANGE_HEAT_1 for small LCD --- Marlin/language_en.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Marlin/language_en.h b/Marlin/language_en.h index 577171b0d..c23f4634a 100644 --- a/Marlin/language_en.h +++ b/Marlin/language_en.h @@ -1058,6 +1058,9 @@ #ifndef MSG_FILAMENT_CHANGE_INSERT_1 #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click") #endif + #ifndef MSG_FILAMENT_CHANGE_HEAT_1 + #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Click to heat") + #endif #ifndef MSG_FILAMENT_CHANGE_HEATING_1 #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating...") #endif