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:
parent
b447245ddd
commit
30bbf59cb0
|
@ -606,7 +606,7 @@ void AnycubicTFTClass::FilamentRunout()
|
||||||
if(FilamentTestStatus>FilamentTestLastStatus)
|
if(FilamentTestStatus>FilamentTestLastStatus)
|
||||||
{
|
{
|
||||||
FilamentRunoutCounter++;
|
FilamentRunoutCounter++;
|
||||||
if(FilamentRunoutCounter>=15800)
|
if(FilamentRunoutCounter>=31600)
|
||||||
{
|
{
|
||||||
FilamentRunoutCounter=0;
|
FilamentRunoutCounter=0;
|
||||||
#ifdef SDSUPPORT
|
#ifdef SDSUPPORT
|
||||||
|
|
Loading…
Reference in New Issue