Closed katiekloss closed 2 years ago
Hallo, if you will become the new owner, please note that there is a little issue. This plugin does not work on Windows environment. You have to use: https://github.com/jaketri/OctoPrint-ExcludeRegionPlugin/
The difference is only in: OctoPrint-ExcludeRegionPlugin-master\octoprint_excluderegion\ExcludeRegionState.py
From: from collections import OrderedDict, Mapping To: from collections import OrderedDict from collections.abc import Mapping
This is to make the plugin compliant with Python 3.10.
@katiekloss Feel free to fork the project, that's the beauty of open source. I would ask that you use a different name for your version to avoid confusion.
I will continue to update and release updates to my fork as well as I find time. Unfortunately, the time I have available for hobbies like this one has been short lately.
Hi! It doesn't appear that this plugin has been actively maintained for several years ( #64 has been open for a while and the plugin doesn't install in its current state because of it).
I'm willing to take ownership of it, is that okay?