min temp error message on serial updated

This commit is contained in:
PavelSindler 2017-09-08 14:47:51 +02:00
parent 54083e28ac
commit 70544f1cea
1 changed files with 1 additions and 1 deletions

View File

@ -2193,7 +2193,7 @@ void prusa_statistics(int _message, uint8_t _fil_nr) {
SERIAL_ECHOLN("}");
break;
case 92: // Error - Min temp
SERIAL_ECHOLN("{[ERR:3]");
SERIAL_ECHO("{[ERR:3]");
prusa_stat_farm_number();
SERIAL_ECHOLN("}");
break;