Increase Heatercheck timeout

This commit is contained in:
Knutwurst
2021-09-14 10:22:19 +02:00
parent 2e1c2343cb
commit 85bac6b396

View File

@@ -1287,7 +1287,7 @@ void AnycubicTouchscreenClass::CheckHeaterError()
{
if ((thermalManager.degHotend(0) < 5) || (thermalManager.degHotend(0) > 300))
{
if (HeaterCheckCount > 60000)
if (HeaterCheckCount > 600000)
{
HeaterCheckCount = 0;
#ifndef ANYCUBIC_TFT_DEBUG