Added stubs for cluster & legacy output devices

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-20 13:12:15 +01:00
parent c1dbdc64ee
commit 9202bb11fe
6 changed files with 202 additions and 7 deletions

View file

@ -0,0 +1,5 @@
from cura.PrinterOutput.NetworkedPrinterOutputDevice import NetworkedPrinterOutputDevice
class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
def __init__(self, device_id, address, properties, parent = None):
super().__init__(device_id = device_id, parent = parent)