malnvenshorn / OctoPrint-CostEstimation

OctoPrint plugin to display the estimated print cost for the loaded model
GNU Affero General Public License v3.0
23 stars 19 forks source link

[Feature Request] Python 3 Compatibility #31

Open AndyShap2020 opened 4 years ago

AndyShap2020 commented 4 years ago

Please add Python 3 Compatibility as outlined here.

Simrien commented 4 years ago

+1 here I have only two plugins left which are not Python 3 compatible.

Cost Estimation (2.1.3) Sven Lohrmann Displays the estimated print cost for the loaded model AGPLv3 Python >=2.7,<3

Filament Manager (0.5.3) Sven Lohrmann Manage your spools and keep track of remaining filament on them AGPLv3 Python >=2.7,<3

g0dsha commented 4 years ago

+

plorimer commented 4 years ago

@Simrien, I'm at the same place as you are, except that Filament Manager has now been taken over by OllisGit, and he's already released a Py3 version at this address: https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip So, just this one to go now.

benjamin-salchow commented 4 years ago

See my pull request from march: https://github.com/malnvenshorn/OctoPrint-CostEstimation/pull/28