Update text for pre-login screen

This is a new text that we got from marketing.
This commit is contained in:
Ghostkeeper 2019-02-04 13:06:06 +01:00
parent 66ed42838f
commit 7d871e5a18
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 6 additions and 11 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2018 Ultimaker B.V.
# Copyright (c) 2019 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
import json
from queue import Queue
@ -245,7 +245,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
properties = device.getProperties().copy()
if b"incomplete" in properties:
del properties[b"incomplete"]
properties[b'cluster_size'] = len(cluster_printers_list)
properties[b"cluster_size"] = len(cluster_printers_list)
self._onRemoveDevice(instance_name)
self._onAddDevice(instance_name, address, properties)