-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stopped working #3
Comments
I have the exact same issue. Filament sensor will prevent jobs from starting, but often will not pause once the print has begun. Perhaps the plugin's task is being killed by Octoprint once the print job begins? |
Currently am using board pin 7 and 9 with a normally closed switch. I'll try swapping my wiring to normally open and use 11 instead and let you know the results. My issue might be a little bit different than OP's since my filament sensor (just a generic microswitch) does sometimes work properly to pause during ongoing prints. It always works properly on preventing prints from starting when filament is not detected. Out of curiosity, why would using a specific GPIO pin change things. Shouldn't all GPIO pins be effectively equivalent? Additionally, why is normally open suggested? |
I'd have to agree with the previous posts, however my situation is a brand new install of octopi/octoprint within the last few weeks, on a Raspberry Pi 3B, and this plugin only would stop prints from happening if the filament sensor was triggered, no pupup, no message, just mystery fail won't start. So everything is super fresh/new install, no hacking or custom mods, and it didn't work with normally open with a simple switch. There seems to be a common bug about the GPIO vs Board numbering between plugins, so all my plugins are using Board numbering. I got it to work fine with "Filament Sensor Simplfied", but wanted an email option (via action commands and a g-code snippet), so tried this one, and it didn't work as stated, so I switched to "Filament Sensor Revolutions" and that seems to do exactly as expected, so some coorination between this project and "Filament Sensor Revolutions" might be a good idea. |
Use GPIO pin 17 or 23 in the plugin settings with the other pin wired to either board pin 9 or 14. The wiring should be board pins 9 and 11 for using GPIO pin 17 (and setting the pin to 17 in the plugin) or GPIO pin 23 (and setting the pin to 23 in the plugin) and board pin 14. The board pins are the ones in the circles and the GPIO pins are the ones stated on the fly-out section. |
Also having the same problem with this plugin not working. Used the "Filament Sensor Simplfied" plugin and this one works without problem. Don't know the issue. See that it is enabled in the log file but does not stop the print (when no filament) or reports any problems. Using GPIO pin 17 and pin 1 (3.3 volt). Using ground instead of volt does not work for my sensor btw (Z endstop). |
It worked a few days ago but stopped. My sensor seems ok since there is a light on it and if you change the option to "normally open" the job wont start to print. But if the filament runs out part way through a job it wont pause.
The text was updated successfully, but these errors were encountered: