amsbr / OctoPrint-EEPROM-Marlin

OctoPrint-EEPROM-Marlin
15 stars 31 forks source link

Add Python 3 support #48

Open onovy opened 4 years ago

jim-p commented 4 years ago

Also came up in #51. Making this one line change is all that is needed in this repository, I have tested the plugin with this change and it works fine otherwise on Python 3.x.

After this is merged, another PR will be needed to add this:

compatibility:
  python: ">=2.7,<4"

To https://github.com/OctoPrint/plugins.octoprint.org/blob/gh-pages/_plugins/eeprom_marlin.md

cp2004 commented 3 years ago

Picked this contribution into my fork of the plugin, https://github.com/cp2004/OctoPrint-EEPROM-Marlin/

You can see what I am currently developing in the ticket here https://github.com/cp2004/OctoPrint-EEPROM-Marlin/issues/1

Will be trying to transfer the plugin repository to point to my fork in a weeks time, since it seems abandoned here.