Reenable T0 Sensor Message handling

This commit is contained in:
Knutwurst
2020-08-26 11:26:20 +02:00
parent 697bc6f45c
commit bd2cb8080a

View File

@@ -847,8 +847,8 @@ void AnycubicTouchscreenClass::CheckHeaterError()
if (HeaterCheckCount > 60000)
{
HeaterCheckCount = 0;
//HARDWARE_SERIAL_PROTOCOLPGM("J10"); // J10 Hotend temperature abnormal
//HARDWARE_SERIAL_ENTER();
HARDWARE_SERIAL_PROTOCOLPGM("J10"); // J10 Hotend temperature abnormal
HARDWARE_SERIAL_ENTER();
#ifdef ANYCUBIC_TFT_DEBUG
SERIAL_ECHOLNPGM("TFT Serial Debug: Hotend temperature abnormal... J20");
#endif