mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Moved ExtruderBox and OutputDeviceHeader to their own files.
This makes it a whole lot easier to get an overview. CL-541
This commit is contained in:
parent
0f78b05802
commit
e3d07f1806
4 changed files with 263 additions and 217 deletions
|
@ -58,7 +58,7 @@ class ExtruderOutputModel(QObject):
|
|||
|
||||
@pyqtProperty(int, notify=hotendTemperatureChanged)
|
||||
def hotendTemperature(self) -> int:
|
||||
return self._hotendTemperature
|
||||
return self._hotend_temperature
|
||||
|
||||
@pyqtProperty(str, notify = hotendIDChanged)
|
||||
def hotendID(self) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue