Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2019-08-14 12:59:13 +0300
committerRemco Burema <r.burema@ultimaker.com>2019-08-14 12:59:13 +0300
commitf947269cf88b9d716c29195a1a0ceb442b093cee (patch)
tree1e49e81b7672563260a8921263d2788599ccdc1e /plugins/MachineSettingsAction
parent445fb59c120de6d2d7e30da1c542c6c1a7573102 (diff)
Add machine_heated_build_volume.
See also the engine. part of CURA-6717
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
index 2556eb3a9c..d817450f41 100644
--- a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
+++ b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
@@ -142,6 +142,18 @@ Item
forceUpdateOnChangeFunction: forceUpdateFunction
}
+ Cura.SimpleCheckBox // "Heated build volume"
+ {
+ id: heatedVolumeCheckBox
+ containerStackId: machineStackId
+ settingKey: "machine_heated_build_volume"
+ settingStoreIndex: propertyStoreIndex
+ labelText: catalog.i18nc("@label", "Heated build volume")
+ labelFont: base.labelFont
+ labelWidth: base.labelWidth
+ forceUpdateOnChangeFunction: forceUpdateFunction
+ }
+
Cura.ComboBoxWithOptions // "G-code flavor"
{
id: gcodeFlavorComboBox