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
No click commands are accepted and the tool does not react.
But the commands work manually via the oktoprint terminal.
I found the solution in stackoverflow.
I made a change in
"/OctoPrint/lib/python3.11/site-packages/octoprint_CalibrationTools/hooks.py "
I changed the function >>collections.Callable<< to >>collections.abc.Callable<<. Octorpint restarted After that it works all.
The text was updated successfully, but these errors were encountered:
Versions:
No click commands are accepted and the tool does not react.
But the commands work manually via the oktoprint terminal.
I found the solution in stackoverflow.
I made a change in
"/OctoPrint/lib/python3.11/site-packages/octoprint_CalibrationTools/hooks.py "
I changed the function >>collections.Callable<< to >>collections.abc.Callable<<. Octorpint restarted After that it works all.
The text was updated successfully, but these errors were encountered: