From a6f5f8ea6860433a427f4e4dfd8e8b25335f8e9a Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 23 Jan 2018 20:37:24 +0100 Subject: [PATCH 1/2] Revert "Revert "Rename Enable Travel Optimization to Infill Travel Optimization"" This reverts commit 3ec4cc6a0ba466df7d454084b51a0becbc3d7d32. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 0451bd2539..60ede2c3b0 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5308,7 +5308,7 @@ }, "infill_enable_travel_optimization": { - "label": "Enable Travel Optimization", + "label": "Infill Travel Optimization", "description": "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased.", "type": "bool", "default_value": false, From 9488c39f6854f880340b7cfa4cdb2875c63604e9 Mon Sep 17 00:00:00 2001 From: ChrisTerBeke Date: Wed, 24 Jan 2018 11:07:13 +0100 Subject: [PATCH 2/2] Update plugin browser version as we have breaking changes in Cura 3.2 --- plugins/PluginBrowser/PluginBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PluginBrowser/PluginBrowser.py b/plugins/PluginBrowser/PluginBrowser.py index 35b88b3465..5c5c5ba4ea 100644 --- a/plugins/PluginBrowser/PluginBrowser.py +++ b/plugins/PluginBrowser/PluginBrowser.py @@ -25,7 +25,7 @@ class PluginBrowser(QObject, Extension): def __init__(self, parent=None): super().__init__(parent) - self._api_version = 2 + self._api_version = 3 self._api_url = "http://software.ultimaker.com/cura/v%s/" % self._api_version self._plugin_list_request = None