Fix some LCD/serial strings

This commit is contained in:
Scott Lahteine
2020-11-14 18:27:16 -06:00
parent 7f7c27be30
commit 90f647b6be
2 changed files with 8 additions and 8 deletions

View File

@ -364,7 +364,7 @@ namespace Anycubic {
faultDuration++;
if (faultDuration >= AC_HEATER_FAULT_VALIDATION_TIME) {
SendtoTFTLN(AC_msg_nozzle_temp_abnormal);
SERIAL_ECHOLNPAIR_P("Bed temp abnormal! : ", temp);
SERIAL_ECHOLNPAIR("Bed temp abnormal! : ", temp);
break;
}
delay_ms(500);