mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Ensure that extruder configurations are correctly sorted
CL-894
This commit is contained in:
parent
03a7833180
commit
6a08b63f21
4 changed files with 18 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue