Remove redundant text from MSG_ERR_REDUNDANT_TEMP

This commit is contained in:
Scott Lahteine
2016-04-10 19:10:55 -07:00
parent 906c1c066f
commit 011f4736f1
8 changed files with 8 additions and 8 deletions

View File

@ -149,7 +149,7 @@
#define MSG_BABYSTEP_Z "Babystep Z"
#define MSG_ENDSTOP_ABORT "Endstop abort"
#define MSG_HEATING_FAILED_LCD "Heating failed"
#define MSG_ERR_REDUNDANT_TEMP "Err: REDUNDANT TEMP ERROR"
#define MSG_ERR_REDUNDANT_TEMP "Err: REDUNDANT TEMP"
#define MSG_THERMAL_RUNAWAY "THERMAL RUNAWAY"
#define MSG_ERR_MAXTEMP "Err: MAXTEMP"
#define MSG_ERR_MINTEMP "Err: MINTEMP"