From 4db8d2def45e63389b693db52ba6199e75097c17 Mon Sep 17 00:00:00 2001 From: MagoKimbra Date: Wed, 3 Jun 2015 08:18:27 +0200 Subject: [PATCH] Moved MSG_DEBUG in language.h --- Marlin/language.h | 5 +++++ Marlin/language_en.h | 14 -------------- Marlin/language_it.h | 6 ------ 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/Marlin/language.h b/Marlin/language.h index 66f4144d4..9ee17c4be 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -215,6 +215,11 @@ #define MSG_T_MAXTEMP "MAXTEMP triggered" #define MSG_T_MINTEMP "MINTEMP triggered" +// Debug +#define MSG_DEBUG_ECHO "DEBUG ECHO ENABLED" +#define MSG_DEBUG_INFO "DEBUG INFO ENABLED" +#define MSG_DEBUG_ERRORS "DEBUG ERRORS ENABLED" +#define MSG_DEBUG_DRYRUN "DEBUG DRYRUN ENABLED" // LCD Menu Messages diff --git a/Marlin/language_en.h b/Marlin/language_en.h index 336fc3fe8..f2ca91bee 100644 --- a/Marlin/language_en.h +++ b/Marlin/language_en.h @@ -421,20 +421,6 @@ #define MSG_END_MINUTE "minutes" #endif -// Debug -#ifndef MSG_DEBUG_ECHO -#define MSG_DEBUG_ECHO "DEBUG ECHO ENABLED" -#endif -#ifndef MSG_DEBUG_INFO -#define MSG_DEBUG_INFO "DEBUG INFO ENABLED" -#endif -#ifndef MSG_DEBUG_ERRORS -#define MSG_DEBUG_ERRORS "DEBUG ERRORS ENABLED" -#endif -#ifndef MSG_DEBUG_DRYRUN -#define MSG_DEBUG_DRYRUN "DEBUG DRYRUN ENABLED" -#endif - #ifdef DELTA_CALIBRATION_MENU #ifndef MSG_DELTA_CALIBRATE #define MSG_DELTA_CALIBRATE "Delta Calibration" diff --git a/Marlin/language_it.h b/Marlin/language_it.h index f5550919c..752107376 100644 --- a/Marlin/language_it.h +++ b/Marlin/language_it.h @@ -127,12 +127,6 @@ #define MSG_END_HOUR "ore" #define MSG_END_MINUTE "minuti" -// Debug -#define MSG_DEBUG_ECHO "DEBUG RIPETI" -#define MSG_DEBUG_INFO "DEBUG INFO" -#define MSG_DEBUG_ERRORS "DEBUG ERRORI" -#define MSG_DEBUG_DRYRUN "DEBUG STAMPA A VUOTO" - #ifdef DELTA_CALIBRATION_MENU #define MSG_DELTA_CALIBRATE "Calibraz. Delta" #define MSG_DELTA_CALIBRATE_X "Calibra X"