bradcfisher / OctoPrint-ExcludeRegionPlugin

OctoPrint plugin that adds the ability to prevent printing within rectangular or circular regions of the currently active gcode file.
GNU Affero General Public License v3.0
55 stars 5 forks source link

Transfer ownership #67

Closed katiekloss closed 2 years ago

katiekloss commented 2 years ago

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?

lmerega commented 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.

bradcfisher commented 1 year ago

@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.