mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Always set active extruder index when loading active machine on start - CURA-4482
This commit is contained in:
parent
62cb5a48cb
commit
7975420901
2 changed files with 2 additions and 4 deletions
|
@ -224,7 +224,6 @@ class QualitySettingsModel(UM.Qt.ListModel.ListModel):
|
|||
if self._extruder_id == "" and settable_per_extruder:
|
||||
continue
|
||||
|
||||
|
||||
label = definition.label
|
||||
if self._i18n_catalog:
|
||||
label = self._i18n_catalog.i18nc(definition.key + " label", label)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue