mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Remove some changes, debugging - CURA-4451
This commit is contained in:
parent
c679f4aa6b
commit
7bf854aa0f
11 changed files with 35 additions and 132 deletions
|
|
@ -17,12 +17,12 @@ Menu
|
|||
|
||||
MenuItem
|
||||
{
|
||||
text: model.name + (model.layer_height != "" ? (" - " + model.layer_height) : "")
|
||||
text: model.name + " - " + model.layer_height
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.activeQualityChangesId == "" && Cura.MachineManager.activeQualityType == model.metadata.quality_type
|
||||
checked: Cura.MachineManager.activeQualityId == model.id
|
||||
exclusiveGroup: group
|
||||
onTriggered: Cura.MachineManager.setActiveQuality(model.id)
|
||||
visible: model.available || model.not_supported
|
||||
visible: model.available
|
||||
}
|
||||
|
||||
onObjectAdded: menu.insertItem(index, object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue