diff --git a/README.md b/README.md index 82587d41..b927bc84 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ If you like it, I would be thankful about a cup of coffee :) ## Tested with: - OctoPrint 1.5.2: with Python 3.6.8 and Python 2.7.9 -- OctoPrint 1.4.2: OPEN ## Included features diff --git a/octoprint_SpoolManager/__init__.py b/octoprint_SpoolManager/__init__.py index c873c4fb..59d2151e 100644 --- a/octoprint_SpoolManager/__init__.py +++ b/octoprint_SpoolManager/__init__.py @@ -477,7 +477,7 @@ def api_getSelectedSpoolInformations(self): "colorName": spoolModel.colorName, "color": spoolModel.color, "cost": spoolModel.cost, - "weight": spoolModel.weight + "weight": spoolModel.totalWeight } result.append(spoolData) diff --git a/octoprint_SpoolManager/templates/SpoolManager_tab.jinja2 b/octoprint_SpoolManager/templates/SpoolManager_tab.jinja2 index 9e24950d..006559d8 100644 --- a/octoprint_SpoolManager/templates/SpoolManager_tab.jinja2 +++ b/octoprint_SpoolManager/templates/SpoolManager_tab.jinja2 @@ -42,7 +42,7 @@ Show spools: all | hide empty | - ide inactive + hide inactive diff --git a/setup.py b/setup.py index c4da145b..1dfd11ee 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module # -plugin_version = "1.4.1" +plugin_version = "1.4.2" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module