In CloudOutputDeviceManager start a thread to periodically check for changes in the connected clusters

This commit is contained in:
Marijn Deé 2018-11-27 14:48:47 +01:00
parent 2d7588903c
commit fb019ba987
2 changed files with 40 additions and 12 deletions

View file

@ -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.