Increase filament rounout trigger delay

In some cases, the filament runout was triggered erratically, we are now waiting for the trigger to last a few moments until we start the routine.
This commit is contained in:
David Ramiro
2019-02-22 22:26:58 +01:00
parent b447245ddd
commit 30bbf59cb0

View File

@@ -606,7 +606,7 @@ void AnycubicTFTClass::FilamentRunout()
if(FilamentTestStatus>FilamentTestLastStatus)
{
FilamentRunoutCounter++;
if(FilamentRunoutCounter>=15800)
if(FilamentRunoutCounter>=31600)
{
FilamentRunoutCounter=0;
#ifdef SDSUPPORT