mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Single extrusion machines now show correct values for profiles in tab
CURA-2214
This commit is contained in:
parent
c10f04d638
commit
6ff258d7e0
2 changed files with 1 additions and 2 deletions
|
@ -182,7 +182,6 @@ class QualitySettingsModel(UM.Qt.ListModel.ListModel):
|
|||
# If a setting is settable per extruder (not global) and we're looking at global tab, don't show this value.
|
||||
if self._extruder_id == "" and settable_per_extruder:
|
||||
continue
|
||||
|
||||
items.append({
|
||||
"key": definition.key,
|
||||
"label": definition.label,
|
||||
|
|
|
@ -212,7 +212,7 @@ UM.ManagementPage
|
|||
{
|
||||
title: catalog.i18nc("@title:tab", "Global Settings");
|
||||
quality: base.currentItem != null ? base.currentItem.id : "";
|
||||
material: Cura.MachineManager.allActiveMaterialIds.global ? Cura.MachineManager.allActiveMaterialIds.global : ""
|
||||
material: Cura.MachineManager.allActiveMaterialIds[Cura.MachineManager.activeMachineId]
|
||||
}
|
||||
|
||||
Repeater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue