mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Callbacks are now handled by url and operation type.
It would have been nicer to use the request, but it's unhashable. Cl-541
This commit is contained in:
parent
03304003af
commit
61753540e4
4 changed files with 13 additions and 9 deletions
|
@ -1,8 +1,9 @@
|
|||
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, properties = properties, parent = parent)
|
||||
|
||||
def _update(self):
|
||||
pass
|
||||
super()._update()
|
Loading…
Add table
Add a link
Reference in a new issue