Browse Source

Fix conditions for display strings

pull/1/head
AnHardt 10 years ago
committed by Richard Wackerbarth
parent
commit
87a97f3724
  1. 6
      Marlin/language_en.h

6
Marlin/language_en.h

@ -423,13 +423,13 @@
#ifndef MSG_HEATING
#define MSG_HEATING "Heating..."
#endif
#ifndef MSG_HEATING
#ifndef MSG_HEATING_COMPLETE
#define MSG_HEATING_COMPLETE "Heating done."
#endif
#ifndef MSG_HEATING
#ifndef MSG_BED_HEATING
#define MSG_BED_HEATING "Bed Heating."
#endif
#ifndef MSG_HEATING
#ifndef MSG_BED_DONE
#define MSG_BED_DONE "Bed done."
#endif

Loading…
Cancel
Save