mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Fixed connection label state
CL-541
This commit is contained in:
parent
df1bf419d9
commit
99de75a3fd
3 changed files with 8 additions and 1 deletions
|
@ -64,6 +64,12 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
|||
|
||||
self._connection_state = ConnectionState.closed
|
||||
|
||||
self._address = ""
|
||||
|
||||
@pyqtProperty(str, constant = True)
|
||||
def address(self):
|
||||
return self._address
|
||||
|
||||
def materialHotendChangedMessage(self, callback):
|
||||
Logger.log("w", "materialHotendChangedMessage needs to be implemented, returning 'Yes'")
|
||||
callback(QMessageBox.Yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue