Rare negative readings from filament sensor causing pause
-
I have had a couple of circumstances when I have had a negative reading from the filament sensor. I would like to ignore these errors and prevent negative readings causing a pause. Does anyone know the best way to achieve this? Many thanks Jeremy
-
@jer1001 you can use the events system for this https://docs.duet3d.com/en/User_manual/RepRapFirmware/Events
setup a filament error file and if the value is less than whatever to resume the print -
@jay_s_uk Hi I use events for some of the errors, to filter out other issues. I don't see where the actual measured variable is recorded or how it is named.
something like if measure value is < 0 then..... Many thanks -
@jer1001 you can find the values for it using the object model browser plugin
-
@jay_s_uk I am away at the minute, but will have a look and report back. Many thanks