mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 06:15:59 +08:00
Target correct cloud API version
This commit is contained in:
parent
69ca7c0f89
commit
115936c46b
@ -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…
x
Reference in New Issue
Block a user