Cura/plugins/UM3NetworkPrinting/LegacyUM3OutputDevice.py
2017-11-20 13:23:09 +01:00

9 lines
346 B
Python

from cura.PrinterOutput.NetworkedPrinterOutputDevice import NetworkedPrinterOutputDevice
class LegacyUM3OutputDevice(NetworkedPrinterOutputDevice):
def __init__(self, device_id, address: str, properties, parent = None):
super().__init__(device_id = device_id, address = address, parent = parent)
def _update(self):
pass