mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
STAR-322: Creating a subclass for connect devices
This commit is contained in:
parent
8ea4edf67e
commit
01e443049f
4 changed files with 22 additions and 13 deletions
8
plugins/UM3NetworkPrinting/src/BaseCuraConnectDevice.py
Normal file
8
plugins/UM3NetworkPrinting/src/BaseCuraConnectDevice.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Copyright (c) 2018 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
from cura.PrinterOutput.NetworkedPrinterOutputDevice import NetworkedPrinterOutputDevice
|
||||
|
||||
|
||||
## this is the base class for the UM3 output devices (via connect or cloud)
|
||||
class BaseCuraConnectDevice(NetworkedPrinterOutputDevice):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue