Browse Source

Moved MSG_DEBUG in language.h

MagoKimbra 10 years ago
parent
commit
4db8d2def4
3 changed files with 5 additions and 20 deletions
  1. 5
    0
      Marlin/language.h
  2. 0
    14
      Marlin/language_en.h
  3. 0
    6
      Marlin/language_it.h

+ 5
- 0
Marlin/language.h View File

215
 #define MSG_T_MAXTEMP                       "MAXTEMP triggered"
215
 #define MSG_T_MAXTEMP                       "MAXTEMP triggered"
216
 #define MSG_T_MINTEMP                       "MINTEMP triggered"
216
 #define MSG_T_MINTEMP                       "MINTEMP triggered"
217
 
217
 
218
+// Debug
219
+#define MSG_DEBUG_ECHO                      "DEBUG ECHO ENABLED"
220
+#define MSG_DEBUG_INFO                      "DEBUG INFO ENABLED"
221
+#define MSG_DEBUG_ERRORS                    "DEBUG ERRORS ENABLED"
222
+#define MSG_DEBUG_DRYRUN                    "DEBUG DRYRUN ENABLED"
218
 
223
 
219
 // LCD Menu Messages
224
 // LCD Menu Messages
220
 
225
 

+ 0
- 14
Marlin/language_en.h View File

421
 #define MSG_END_MINUTE                      "minutes"
421
 #define MSG_END_MINUTE                      "minutes"
422
 #endif
422
 #endif
423
 
423
 
424
-// Debug
425
-#ifndef MSG_DEBUG_ECHO
426
-#define MSG_DEBUG_ECHO                      "DEBUG ECHO ENABLED"
427
-#endif
428
-#ifndef MSG_DEBUG_INFO
429
-#define MSG_DEBUG_INFO                      "DEBUG INFO ENABLED"
430
-#endif
431
-#ifndef MSG_DEBUG_ERRORS
432
-#define MSG_DEBUG_ERRORS                    "DEBUG ERRORS ENABLED"
433
-#endif
434
-#ifndef MSG_DEBUG_DRYRUN
435
-#define MSG_DEBUG_DRYRUN                    "DEBUG DRYRUN ENABLED"
436
-#endif
437
-
438
 #ifdef DELTA_CALIBRATION_MENU
424
 #ifdef DELTA_CALIBRATION_MENU
439
   #ifndef MSG_DELTA_CALIBRATE
425
   #ifndef MSG_DELTA_CALIBRATE
440
   #define MSG_DELTA_CALIBRATE             "Delta Calibration"
426
   #define MSG_DELTA_CALIBRATE             "Delta Calibration"

+ 0
- 6
Marlin/language_it.h View File

127
 #define MSG_END_HOUR                        "ore"
127
 #define MSG_END_HOUR                        "ore"
128
 #define MSG_END_MINUTE                      "minuti"
128
 #define MSG_END_MINUTE                      "minuti"
129
 
129
 
130
-// Debug
131
-#define MSG_DEBUG_ECHO                      "DEBUG RIPETI"
132
-#define MSG_DEBUG_INFO                      "DEBUG INFO"
133
-#define MSG_DEBUG_ERRORS                    "DEBUG ERRORI"
134
-#define MSG_DEBUG_DRYRUN                    "DEBUG STAMPA A VUOTO"
135
-
136
 #ifdef DELTA_CALIBRATION_MENU
130
 #ifdef DELTA_CALIBRATION_MENU
137
     #define MSG_DELTA_CALIBRATE             "Calibraz. Delta"
131
     #define MSG_DELTA_CALIBRATE             "Calibraz. Delta"
138
     #define MSG_DELTA_CALIBRATE_X           "Calibra X"
132
     #define MSG_DELTA_CALIBRATE_X           "Calibra X"

Loading…
Cancel
Save