Fix conditions for display strings
This commit is contained in:
parent
aaccea0260
commit
87a97f3724
|
@ -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…
Reference in a new issue