From 9c55ae5ac55cf51bed357ad4dfaac519510562fc Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 10 Apr 2020 10:39:07 +0200 Subject: [PATCH] Allow print job actions from 5.2.12 This feature was backported to 5.2 so that UM3 can actually do this as well. --- plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py index df8c220472..64638a0a1e 100644 --- a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py +++ b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py @@ -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.