mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Fix typing in PrinterOutputModel
CURA-5812
This commit is contained in:
parent
0e772beb14
commit
537108032e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class PrinterOutputModel(QObject):
|
||||||
self._printer_configuration.extruderConfigurations = [extruder.extruderConfiguration for extruder in
|
self._printer_configuration.extruderConfigurations = [extruder.extruderConfiguration for extruder in
|
||||||
self._extruders]
|
self._extruders]
|
||||||
|
|
||||||
self._camera = None
|
self._camera = None # type: Optional[NetworkCamera]
|
||||||
|
|
||||||
@pyqtProperty(str, constant = True)
|
@pyqtProperty(str, constant = True)
|
||||||
def firmwareVersion(self) -> str:
|
def firmwareVersion(self) -> str:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue