Added machine_extruders_share_heater setting and associated machine settings dialog checkbox.

This commit is contained in:
Mark Burton 2019-05-23 16:02:11 +01:00
parent c00bd8c138
commit 5163c8f983
2 changed files with 24 additions and 2 deletions

View file

@ -314,6 +314,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
}
}
}