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

updated makefile for python3, added python 3 checks around deprecated… #41

Closed jwhevans closed 4 years ago

jwhevans commented 4 years ago

… functions to cover python2 and python3 calls

jwhevans commented 4 years ago

I believe that the only deprecations in the repository are AssertRegexpMatches (replaced by AssertRegEx). I tested this locally in a python3.6 environment without issue.

jwhevans commented 4 years ago

Sorry, I didn't see that you have already covered this in your recent pull request. Closing now.