Browse Source

Moved MSG_DEBUG in language.h

pull/1/head
MagoKimbra 9 years ago
parent
commit
4db8d2def4
  1. 5
      Marlin/language.h
  2. 14
      Marlin/language_en.h
  3. 6
      Marlin/language_it.h

5
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

14
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"

6
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"

Loading…
Cancel
Save