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