eyal0 / OctoPrint-TimeToFilament

Display time until next filament change and other time-until-whatever info in OctoPrint
3 stars 1 forks source link

Spurious 2nd filament change indicated for 12 hours after print completes #42

Open puterboy opened 1 year ago

puterboy commented 1 year ago

I am printing an object with a single filament change about halfway through the 2 hour print. That filament change is properly detected and displayed by PrintTimeGenius.

However, a second spurious (i.e., non-existent) filament change is posted for 14 hours -- this is more than 12 hours after the print completes.

Note that the gcode does not include any other M600 commands other than the first (correct) filament change.

Any idea what could be causing this and how to troubleshoot????

eyal0 commented 1 year ago

Perhaps turn on debug mode and then look at the logs?

https://github.com/eyal0/OctoPrint-TimeToFilament/blob/master/octoprint_TimeToFilament/__init__.py#L190