mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
Allow to select custom profiles based-on not supported
CURA-5285
This commit is contained in:
parent
a6b62656c7
commit
491e0c83ba
2 changed files with 3 additions and 4 deletions
|
|
@ -51,8 +51,7 @@ Menu
|
|||
MenuItem
|
||||
{
|
||||
text: model.name
|
||||
checkable: model.available
|
||||
enabled: model.available
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.activeQualityOrQualityChangesName == model.name
|
||||
exclusiveGroup: group
|
||||
onTriggered: Cura.MachineManager.setQualityChangesGroup(model.quality_changes_group)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue