maocypher / Octoprint-Smart-Filament-Sensor

OctoPrint plugin that lets integrate Smart Filament Sensors like BigTreeTechs SmartFilamentSensor directly to RaspberryPi GPIO pins.
GNU General Public License v3.0
13 stars 20 forks source link

Starting Purge Line Issues #5

Closed sushibagel closed 3 years ago

sushibagel commented 3 years ago

First of all thanks for your hard work! The plugin works as expected for the most part. The only issue I'm having is it keeps pausing my print after the purge line. I left the default detection time on (45 Seconds) in the settings, I'm thinking it's stopping because of the way my start code is for my ABL probe (I only partially heat my nozzle, probe, and then finish heating) and I believe it just happens to let the purge line go and then pauses. (I could be wrong)

I think a simple solution may be to add an ignore XX seconds/minutes at the beginning of the print, this will allow the print to actually get started before the sensor starts monitoring for a runout/jam/etc.