Ensure that extruder configurations are correctly sorted

CL-894
This commit is contained in:
Jaime van Kessel 2018-08-21 13:32:22 +02:00
parent 03a7833180
commit 6a08b63f21
4 changed files with 18 additions and 12 deletions

View file

@ -183,7 +183,6 @@ class Toolbox(QObject, Extension):
"materials_available": QUrl("{base_url}/packages?package_type=material".format(base_url=self._api_url)),
"materials_generic": QUrl("{base_url}/packages?package_type=material&tags=generic".format(base_url=self._api_url))
}
print("*******", self._request_urls )
# Get the API root for the packages API depending on Cura version settings.
def _getCloudAPIRoot(self) -> str: