Hide manual controls for outputdevices that don't support it

This commit is contained in:
fieldOfView 2017-10-24 11:03:51 +02:00
parent 6294900bc7
commit a9f2ad7ca3
3 changed files with 14 additions and 6 deletions

View file

@ -103,6 +103,7 @@ class NetworkClusterPrinterOutputDevice(NetworkPrinterOutputDevice.NetworkPrinte
self._can_pause = True
self._can_abort = True
self._can_pre_heat_bed = False
self._can_control_manually = False
self._cluster_size = int(properties.get(b"cluster_size", 0))
self._cleanupRequest()