mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Re-added manual printer adding
CL-541
This commit is contained in:
parent
d66e9493ca
commit
041b1830fe
4 changed files with 128 additions and 7 deletions
|
@ -266,6 +266,9 @@ class NetworkedPrinterOutputDevice(PrinterOutputDevice):
|
|||
else:
|
||||
return ""
|
||||
|
||||
def getProperties(self):
|
||||
return self._properties
|
||||
|
||||
## Get the unique key of this machine
|
||||
# \return key String containing the key of the machine.
|
||||
@pyqtProperty(str, constant=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue