Fix conditions for display strings
This commit is contained in:
parent
aaccea0260
commit
87a97f3724
|
@ -423,13 +423,13 @@
|
||||||
#ifndef MSG_HEATING
|
#ifndef MSG_HEATING
|
||||||
#define MSG_HEATING "Heating..."
|
#define MSG_HEATING "Heating..."
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_HEATING
|
#ifndef MSG_HEATING_COMPLETE
|
||||||
#define MSG_HEATING_COMPLETE "Heating done."
|
#define MSG_HEATING_COMPLETE "Heating done."
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_HEATING
|
#ifndef MSG_BED_HEATING
|
||||||
#define MSG_BED_HEATING "Bed Heating."
|
#define MSG_BED_HEATING "Bed Heating."
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_HEATING
|
#ifndef MSG_BED_DONE
|
||||||
#define MSG_BED_DONE "Bed done."
|
#define MSG_BED_DONE "Bed done."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue