mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed qml warnings (reading from undefined properties)
CL-893 && CL-894
This commit is contained in:
parent
1fa3b60f94
commit
03a7833180
3 changed files with 46 additions and 9 deletions
|
|
@ -183,6 +183,7 @@ 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