mmone / OctoprintKlipperPlugin

A plugin for a better integration of Klipper into OctoPrint.
GNU General Public License v3.0
83 stars 62 forks source link

python 3.6 support #59

Open Nickjallday opened 4 years ago

Nickjallday commented 4 years ago

Ocotoprint will no longer support previous versions of python in the near future, it would be awesome if this plugin could get updated to be compatible with python 3.6.

Freakus commented 4 years ago

I've been forcing compatibility for a couple weeks now and I've had no issues, though I'm not using a great deal of the available features given the hardware I have connected is a wanhao i3.

darrellenns commented 4 years ago

@Freakus how are you forcing compatibility?

Freakus commented 4 years ago

@darrellenns In config.yaml for octoprint:

plugins:
    _forcedCompatible:
    - klipper

I don't believe the plugin manager showed it in the search, and I had to install using the "From URL" option in plugin manager using the URL shown on the plugin repository page: https://github.com/mmone/OctoPrintKlipper/archive/master.zip

Keep in mind that the _forcedCompatible option could let you load something that will break things! Don't be too surprised if you force compatibility for something and stuff goes wrong.

moi162001 commented 4 years ago

hello adding

plugins: _forcedCompatible:

octoprint break an update is needed thank you

SidShetye commented 4 years ago

@mmone Will you be updating to Python 3?