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:
@@ -606,7 +606,7 @@ void AnycubicTFTClass::FilamentRunout()
|
||||
if(FilamentTestStatus>FilamentTestLastStatus)
|
||||
{
|
||||
FilamentRunoutCounter++;
|
||||
if(FilamentRunoutCounter>=15800)
|
||||
if(FilamentRunoutCounter>=31600)
|
||||
{
|
||||
FilamentRunoutCounter=0;
|
||||
#ifdef SDSUPPORT
|
||||
|
Reference in New Issue
Block a user