Merge branch 'mb-shared-heater' of https://github.com/smartavionics/Cura

This commit is contained in:
Jaime van Kessel 2019-11-14 11:06:12 +01:00
commit c65ccf29b0
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 24 additions and 2 deletions

View file

@ -331,6 +331,18 @@ Item
onGlobalContainerChanged: extruderCountModel.update()
}
}
Cura.SimpleCheckBox // "Shared Heater"
{
id: sharedHeaterCheckBox
containerStackId: machineStackId
settingKey: "machine_extruders_share_heater"
settingStoreIndex: propertyStoreIndex
labelText: catalog.i18nc("@label", "Shared Heater")
labelFont: base.labelFont
labelWidth: base.labelWidth
forceUpdateOnChangeFunction: forceUpdateFunction
}
}
}