Octoprint-Filament-Reloaded
Octoprint-Filament-Reloaded copied to clipboard
Basically, that.
Hi! This plugin seems to only support python 2.7. With the advent of octopi and octoprint moving towards python 3, I am wondering if there's a way to get the...
In the code that i added to deal with spurious GPIO call backs i added an initializer for self.active to the embedded class filamentStatusWatcher in line 26. ` self.active =...
I am testing the icon indicator in OctoPrint of this plugin. I can read from octoprint.log that the icon is refreshing in interval by changing the DEBUG lines to info...
There seem to be no pull-up or pull-down defined for the GPIO pin. Also added a defined flank trigger.
Great job on this. I noticed that the GPIO library is calling the sensor_callback more frequently than when the sensor value changes. The code as written assumes that the callback...
I get this error when running out of filament and nothing happens, print continues... Sensor callback but no trigger state change.
Since I see that there are no replies on any issue since Sep 25, 2019 and the latest commit was done on Jan 4, 2019, is this plugin still being...
Running with klipper with Paused and Gcode is enabled, the gcode was sent before printer ist paused. I fixed this myself and also trigger is fired only once in the...
Hello, I found out that your plugin causes a segfault in Octoprint when finishing or cancelling a print. I found a workaround here: https://schlierf.info/articles/2016-08-26-RPi.GPIO_SegFault/ Can you please change the code...