mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
CURA-4606 Cleanup WorkspaceSummaryDialog and prepare for single extrusion mode
This commit is contained in:
parent
471182333d
commit
2e3e01ff95
2 changed files with 31 additions and 26 deletions
|
@ -148,7 +148,7 @@ UM.Dialog
|
|||
|
||||
Repeater
|
||||
{
|
||||
model: Cura.MachineManager.activeMaterialNames
|
||||
model: Cura.MachineManager.currentExtruderPositions
|
||||
delegate: Column
|
||||
{
|
||||
Item // Spacer
|
||||
|
@ -158,7 +158,7 @@ UM.Dialog
|
|||
}
|
||||
Label
|
||||
{
|
||||
text: catalog.i18nc("@action:label", "Extruder %1").arg(index+1)
|
||||
text: catalog.i18nc("@action:label", "Extruder %1").arg(modelData)
|
||||
}
|
||||
height: childrenRect.height
|
||||
width: parent.width
|
||||
|
@ -173,7 +173,7 @@ UM.Dialog
|
|||
}
|
||||
Label
|
||||
{
|
||||
text: Cura.MachineManager.activeVariantNames[index] + ", " + modelData
|
||||
text: Cura.MachineManager.activeVariantNames[modelData] + ", " + Cura.MachineManager.currentRootMaterialName[modelData]
|
||||
width: (parent.width / 3) | 0
|
||||
}
|
||||
}
|
||||
|
@ -294,4 +294,4 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue