mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Make the UMO upgrade selection page work properly
This commit is contained in:
parent
03ad005462
commit
acfd2861f1
2 changed files with 7 additions and 5 deletions
|
@ -46,21 +46,25 @@ Item
|
|||
id: checkBox
|
||||
text: catalog.i18nc("@option:check","Extruder driver ugrades")
|
||||
checked: true
|
||||
onClicked: UM.MachineManager.setMachineSettingValue("machine_extruder_drive_upgrade", true);
|
||||
}
|
||||
CheckBox
|
||||
{
|
||||
text: catalog.i18nc("@option:check","Heated printer bed (standard kit)")
|
||||
y: checkBox.height * 1
|
||||
onClicked: UM.MachineManager.setMachineSettingValue("machine_heated_bed", true)
|
||||
}
|
||||
CheckBox
|
||||
{
|
||||
text: catalog.i18nc("@option:check","Heated printer bed (self built)")
|
||||
y: checkBox.height * 2
|
||||
onClicked: UM.MachineManager.setMachineSettingValue("machine_heated_bed", true)
|
||||
}
|
||||
CheckBox
|
||||
{
|
||||
text: catalog.i18nc("@option:check","Dual extrusion (experimental)")
|
||||
y: checkBox.height * 3
|
||||
enabled: false;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -74,4 +78,4 @@ Item
|
|||
}
|
||||
|
||||
ExclusiveGroup { id: printerGroup; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue