Add MSG_THERMAL_RUNAWAY_BED (#9691)

This commit is contained in:
Scott Lahteine
2018-02-18 02:23:55 -06:00
committed by GitHub
parent 6589f654b0
commit 83d7e95de0
2 changed files with 9 additions and 2 deletions

View File

@ -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