mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Working on fixing several issues with profiles - CURA-4327
This commit is contained in:
parent
0fa3bdd68b
commit
cf94c8d37d
4 changed files with 88 additions and 30 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