Merge branch '4.6'

This commit is contained in:
Ghostkeeper 2020-04-10 11:25:17 +02:00
commit 2f4a702606
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -50,7 +50,7 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
NETWORK_RESPONSE_CONSIDER_OFFLINE = 15.0 # seconds
# The minimum version of firmware that support print job actions over cloud.
PRINT_JOB_ACTIONS_MIN_VERSION = Version("5.3.0")
PRINT_JOB_ACTIONS_MIN_VERSION = Version("5.2.12")
# Notify can only use signals that are defined by the class that they are in, not inherited ones.
# Therefore we create a private signal used to trigger the printersChanged signal.