Add MSG_THERMAL_RUNAWAY_BED (#9691)
This commit is contained in:
@ -789,6 +789,9 @@
|
||||
#ifndef MSG_THERMAL_RUNAWAY
|
||||
#define MSG_THERMAL_RUNAWAY _UxGT("THERMAL RUNAWAY")
|
||||
#endif
|
||||
#ifndef MSG_THERMAL_RUNAWAY_BED
|
||||
#define MSG_THERMAL_RUNAWAY_BED _UxGT("BED THERMAL RUNAWAY")
|
||||
#endif
|
||||
#ifndef MSG_ERR_MAXTEMP
|
||||
#define MSG_ERR_MAXTEMP _UxGT("Err: MAXTEMP")
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user