mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Merge branch 'custom_profiles' into 3.0
This commit is contained in:
commit
b82309fb6a
3 changed files with 55 additions and 27 deletions
|
@ -43,7 +43,7 @@ Menu
|
|||
{
|
||||
text: model.name + " - " + model.layer_height
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.globalQualityId == model.id
|
||||
checked: Cura.MachineManager.activeQualityChangesId == model.id
|
||||
exclusiveGroup: group
|
||||
onTriggered: Cura.MachineManager.setActiveQuality(model.id)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue