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

Python 3 compatibility #32

Closed Idus closed 3 years ago

Idus commented 4 years ago

I was just asked by OctoPrint (v 1.4.0) today to do a Python 3 test (there is a new app for that) and report an issue to all plugin githubs that were found incompatible with Python 3 (if not already such an issue was stated). Did the test and got back that the your plugin was Incompatible with Python 3 and could not find any other open issue about it - so here it is. :)

Cheers

gvmturl commented 4 years ago

Is there any news about that?

Thank you!

bradcfisher commented 4 years ago

Things have been hectic lately, but I'll try to release a version with Python 3 support soon. It's the top item on my priority list for this project.

ekr1 commented 4 years ago

Yeah, don't worry. Thanks for the feedback - real_life™ has priority!

nxvash commented 4 years ago

any update on this?

Hypertoken commented 4 years ago

Did you upgrade to python 3 before checking all your add-ons compatibility? I did! For this add-on use the Python3 branch until official release (probably has bugs, but works in my setup).

From Plugin Manager; Install from URL; https://github.com/bradcfisher/OctoPrint-ExcludeRegionPlugin/archive/feature/python3_compat.zip

From terminal run; ~/oprint/bin/pip install -U "https://github.com/bradcfisher/OctoPrint-ExcludeRegionPlugin/archive/feature/python3_compat.zip"

bradcfisher commented 3 years ago

A new version 0.3.0 with Python 3 support has been released