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:
Jaime van Kessel 2017-11-21 16:06:30 +01:00
parent 0f78b05802
commit e3d07f1806
4 changed files with 263 additions and 217 deletions

View file

@ -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: