mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
Set required firmware version for cloud to 5.2.0
Contributes to CL-1222
This commit is contained in:
parent
d022672bcf
commit
c41e81a6b9
@ -55,7 +55,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
||||
self._network_manager.finished.connect(self._onNetworkRequestFinished)
|
||||
|
||||
self._min_cluster_version = Version("4.0.0")
|
||||
self._min_cloud_version = Version("5.1.5")
|
||||
self._min_cloud_version = Version("5.2.0")
|
||||
|
||||
self._api_version = "1"
|
||||
self._api_prefix = "/api/v" + self._api_version + "/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user