No filament sensor plugins work now, even though the GPIO pins are verified to respond correctly to the filament sensor microswitch. I have confirmed this via SSH and the command 'gpio readall'. The pin goes from low to high when filament runs out, therefore the sensor is operating correctly and the pin is being read correctly by the Raspberry Pi. Even though the pin responds correctly, neither "Filament Sensor Reloaded" nor "Filament Sensor NG" pause the print even though they are configured completely correctly.
I am on the latest version of OctoPi. Is this an issue with new versions of OctoPi? Does someone need to create a new updated version of a filament sensor plugin?
If you are on the latest version of OctoPi, I urge you to test these filament sensor plugins and report whether they work for you or not. This is a big issue, since there currently appears to be no way to have a filament sensor working with OctoPi.
I have not tried Enclosure plugin. Can this plugin be rigged up to pause the print when a filament sensor is triggered? If so, I will give it a try as soon as I have time.
I have also been trying the new Filament Sensor Revolutions plugin that was released at the end of November -- NO LUCK with it either. I have determined that the sensors operate correctly (using the provided API for checking sensor status via GET). With much experimentation I determined that if the filament out sensor is definitely checked when a print is starting (e.g. no filament loaded will cause the print to abort), however it doesn't ever seem to be checked after the print is running. I wonder if the I/O pins are ever being polled once the print is in progress.
Just would like to follow up, I've tested almost every filament sensor plugin with no luck(even the one from november). I also used the Enclosure Plugin which works, however for some reason it executes the output gcode twice. Anyone have that issue?
I can't find the "def check_gpio(self, channel):" statement in the init.py file. it doesn't appear the code has been updated as Github shows only 2 releases, none recent. Any idea where I went astray?
Using Filament Sensor Revolutions my printer detects when filament has run out and ejects for reload. Once reloaded the printer goes to continue printing by returning to the correct point on the print but then tells me filament has run out again. This is stuck in a continuous loop! I've tried different filaments just in case and I'm still stuck in this loop! Any ideas? My printer is still waiting to continue the print!
I had that problem when trying to set Revolutions up on my printer and I forget which of the following I changed to make it work properly.
1.Check "Send GCODE only once when out of filament."
2. I had the switch setup as NO and had to switch it to NC for it to work reliably.