From d9faa140302b1bcb140869d6dd1c071572d64378 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Tue, 24 Oct 2017 13:32:32 -0600 Subject: [PATCH] Added LULZBOT_ prefix to messages that were added. --- Marlin/language_en.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/language_en.h b/Marlin/language_en.h index 55a2b3e4b..a88db18f1 100644 --- a/Marlin/language_en.h +++ b/Marlin/language_en.h @@ -156,7 +156,7 @@ #ifndef MSG_LEVEL_BED #define MSG_LEVEL_BED _UxGT("Level bed") #endif -#ifndef MSG_REWIPE +#ifndef MSG_REWIPE && defined(LULZBOT_PROBE_Z_WITH_REWIPE) #define MSG_REWIPE _UxGT("Rewiping") #endif #ifndef MSG_LEVEL_CORNERS @@ -713,16 +713,16 @@ #ifndef MSG_HEATING_COMPLETE #define MSG_HEATING_COMPLETE _UxGT("Heating done.") #endif -#ifndef MSG_COOLING +#ifndef MSG_COOLING && defined(LULZBOT_COOLING_MESSAGES) #define MSG_COOLING _UxGT("Cooling...") #endif -#ifndef MSG_COOLING_COMPLETE +#ifndef MSG_COOLING_COMPLETE && defined(LULZBOT_COOLING_MESSAGES) #define MSG_COOLING_COMPLETE _UxGT("Cooling done.") #endif #ifndef MSG_BED_HEATING #define MSG_BED_HEATING _UxGT("Bed heating.") #endif -#ifndef MSG_BED_COOLING +#ifndef MSG_BED_COOLING && defined(LULZBOT_COOLING_MESSAGES) #define MSG_BED_COOLING _UxGT("Bed cooling.") #endif #ifndef MSG_BED_DONE