mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08:00
Merge branch '3.3' of github.com:Ultimaker/Cura into 3.3
This commit is contained in:
commit
96dcff8ba5
0
cura/Utils/__init__.py
Normal file
0
cura/Utils/__init__.py
Normal file
@ -51,7 +51,8 @@ Menu
|
||||
MenuItem
|
||||
{
|
||||
text: model.name
|
||||
checkable: true
|
||||
checkable: model.available
|
||||
enabled: model.available
|
||||
checked: Cura.MachineManager.activeQualityOrQualityChangesName == model.name
|
||||
exclusiveGroup: group
|
||||
onTriggered: Cura.MachineManager.setQualityChangesGroup(model.quality_changes_group)
|
||||
|
Loading…
x
Reference in New Issue
Block a user