Octoprint-Filament-Reloaded
Octoprint-Filament-Reloaded copied to clipboard
Hey! I tested the Filament Reloaded plugin, and I have got this issue (on the Anet A8): When I start a print, the octoprint log (connected through putty) says: "Enabling...
Hello, I installed the octoprint.plugins.filamentreload but its not working, in the logs I get: 2019-01-30 16:46:41,400 - octoprint.plugins.filamentreload - INFO - Sensor callback but no trigger state change. 2019-01-30 16:46:41,651...
Under the code here: ```python def sensor_callback(self, _): sleep(self.bounce/1000) ``` The `self.bounce` property returns an integer explicitly and in py2.7 the division will result into *0*, which will not sleep...
First off, thank you for this plugin. I love it. On my printer (maker select v2) I do not have a pause / resume option when using octoprint and my...
Running in a couple of issues using Filamentsensor NG First it won´t work with a sensor stand alone. You should either activate raspberry resistor power for GPIO used or should...
Hi, thx a lot for the pluggin, I installed it yesterday with success until I restart my CR-10. Then, when I want to start a print, nothing happens. I had...
i installed plugin and it's not showing up on octopint plugin list how can i configure this plugin ?r
Please add some sort of TEST button to check if sensor is working ok without the need to start a print. Thanks!
Feature request, could you add the output of the pin on the plugin page? I'd like to be able to see if it's reporting 1, 0, or some error code....
I added the GCode to raise by 10mm when it is triggered and it worked. However, it kept sending the command repeatedly. I only want it to send it once...