reenable heater check in tft

This commit is contained in:
Knutwurst
2021-05-16 11:09:01 +02:00
parent 3ac8166410
commit c183f90466

View File

@@ -1158,8 +1158,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