Activate BED_MINTEMP error.

And call _temp_error() directly for ERR_MAXTEMP_BED to avoid the only one time use of bed_max_temp_error().

Includes #2156.
This commit is contained in:
AnHardt
2015-05-25 13:23:19 +02:00
parent 959da98d8e
commit da246f5cb1
2 changed files with 8 additions and 7 deletions

View File

@@ -417,6 +417,9 @@
#ifndef MSG_ERR_MAXTEMP_BED
#define MSG_ERR_MAXTEMP_BED "Err: MAXTEMP BED"
#endif
#ifndef MSG_ERR_MINTEMP_BED
#define MSG_ERR_MINTEMP_BED "Err: MINTEMP BED"
#endif
#ifndef MSG_END_HOUR
#define MSG_END_HOUR "hours"
#endif