mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
In CloudOutputDeviceManager start a thread to periodically check for changes in the connected clusters
This commit is contained in:
parent
2d7588903c
commit
fb019ba987
2 changed files with 40 additions and 12 deletions
|
@ -30,6 +30,7 @@ class CloudOutputDevice(NetworkedPrinterOutputDevice):
|
|||
I18N_CATALOG = i18nCatalog("cura")
|
||||
|
||||
# The cloud URL to use for this remote cluster.
|
||||
# TODO: Make sure that this url goes to the live api before release
|
||||
API_ROOT_PATH_FORMAT = "https://api-staging.ultimaker.com/connect/v1/clusters/{cluster_id}"
|
||||
|
||||
# Signal triggered when the printers in the remote cluster were changed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue