Single extrusion machines now show correct values for profiles in tab

CURA-2214
This commit is contained in:
Jaime van Kessel 2016-08-31 14:52:41 +02:00
parent c10f04d638
commit 6ff258d7e0
2 changed files with 1 additions and 2 deletions

View file

@ -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 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: if self._extruder_id == "" and settable_per_extruder:
continue continue
items.append({ items.append({
"key": definition.key, "key": definition.key,
"label": definition.label, "label": definition.label,

View file

@ -212,7 +212,7 @@ UM.ManagementPage
{ {
title: catalog.i18nc("@title:tab", "Global Settings"); title: catalog.i18nc("@title:tab", "Global Settings");
quality: base.currentItem != null ? base.currentItem.id : ""; quality: base.currentItem != null ? base.currentItem.id : "";
material: Cura.MachineManager.allActiveMaterialIds.global ? Cura.MachineManager.allActiveMaterialIds.global : "" material: Cura.MachineManager.allActiveMaterialIds[Cura.MachineManager.activeMachineId]
} }
Repeater Repeater