Browse Source

Move MSG_PAUSED_THERMAL_ERROR outside TEMP_MODEL

MSG_PAUSED_THERMAL_ERROR is not specific to model-checking and can be
used also on MK25* variants.
Yuri D'Elia 2 years ago
parent
commit
81238fbb15
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Firmware/messages.cpp
  2. 1 1
      Firmware/messages.h

+ 1 - 1
Firmware/messages.cpp

@@ -159,9 +159,9 @@ const char MSG_IR_04_OR_NEWER[] PROGMEM_I1 = ISTR(" 0.4 or newer");////MSG_IR_04
 const char MSG_IR_03_OR_OLDER[] PROGMEM_I1 = ISTR(" 0.3 or older");////MSG_IR_03_OR_OLDER c=18
 const char MSG_IR_UNKNOWN[] PROGMEM_I1 = ISTR("unknown state");////MSG_IR_UNKNOWN c=18
 #endif
+extern const char MSG_PAUSED_THERMAL_ERROR[] PROGMEM_I1 = ISTR("PAUSED THERMAL ERROR");////c=20
 #ifdef TEMP_MODEL
 extern const char MSG_THERMAL_ANOMALY[] PROGMEM_I1 = ISTR("THERMAL ANOMALY");////c=20
-extern const char MSG_PAUSED_THERMAL_ERROR[] PROGMEM_I1 = ISTR("PAUSED THERMAL ERROR");////c=20
 #endif
 
 //not internationalized messages

+ 1 - 1
Firmware/messages.h

@@ -168,9 +168,9 @@ extern const char MSG_IR_04_OR_NEWER[];
 extern const char MSG_IR_03_OR_OLDER[];
 extern const char MSG_IR_UNKNOWN[];
 #endif
+extern const char MSG_PAUSED_THERMAL_ERROR[];
 #ifdef TEMP_MODEL
 extern const char MSG_THERMAL_ANOMALY[];
-extern const char MSG_PAUSED_THERMAL_ERROR[];
 #endif
 
 //not internationalized messages