-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
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 = 0
This initialization needs to be added to the class FilamentReloadedPlugin
I would suggest putting it at the end of the initialize function for the Class FilamentReloadedPlugin
Without this change i was getting an error when sensor_callback was called the first time. Initializing this variable correctly will fix this problem.
How to repo.
start octoprint with the filament_reloaded running and watch the log.
How to know when the fix is done. The error is gone
Metadata
Metadata
Assignees
Labels
No labels