Partially solve setting the UMO heated bed kit option

CURA-580
This commit is contained in:
fieldOfView 2016-07-26 17:10:17 +02:00
parent 35107742d6
commit b9857a6975
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,9 @@ class UMOUpgradeSelection(MachineAction):
super().__init__("UMOUpgradeSelection", catalog.i18nc("@action", "Select upgrades"))
self._qml_url = "UMOUpgradeSelectionMachineAction.qml"
def _reset(self):
self.heatedBedChanged.emit()
heatedBedChanged = pyqtSignal()
@pyqtProperty(bool, notify = heatedBedChanged)