mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Target correct cloud API version
This commit is contained in:
parent
69ca7c0f89
commit
115936c46b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class CloudOutputDevice(NetworkedPrinterOutputDevice):
|
|||
I18N_CATALOG = i18nCatalog("cura")
|
||||
|
||||
# The cloud URL to use for remote clusters.
|
||||
API_ROOT_PATH_FORMAT = "https://api.ultimaker.com/connect/clusters/{cluster_id}"
|
||||
API_ROOT_PATH_FORMAT = "https://api.ultimaker.com/connect/v1/clusters/{cluster_id}"
|
||||
|
||||
# Signal triggered when the printers in the remote cluster were changed.
|
||||
printersChanged = pyqtSignal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue