You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Please remove the call to "GPIO.cleanup()" in the initialization. With this line in the code, you cannot have more than one instance of the filament sensors functional at any time. I am running 2 printers from my octoprint setup. I could not get both to work until I commented out that line.
Also, this line is impacting other plugins which are trying to use the GPIO interface.
Please remove the call to "GPIO.cleanup()" in the initialization. With this line in the code, you cannot have more than one instance of the filament sensors functional at any time. I am running 2 printers from my octoprint setup. I could not get both to work until I commented out that line.
Also, this line is impacting other plugins which are trying to use the GPIO interface.
I was clued into this by an issue raised in another plugin here, kantlivelong/OctoPrint-PSUControl#176
The text was updated successfully, but these errors were encountered: