mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Allow print job actions from 5.2.12
This feature was backported to 5.2 so that UM3 can actually do this as well.
This commit is contained in:
parent
95a8eb6ace
commit
9c55ae5ac5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue