mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Perobject settings now use correct stacks to calculate values
CURA-1754
This commit is contained in:
parent
6f46ed35fc
commit
7ff1b937e3
2 changed files with 6 additions and 2 deletions
|
@ -127,7 +127,11 @@ Item {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted:
|
||||
{
|
||||
// Ensure primary extruder is set as active
|
||||
UM.ActiveTool.setProperty("SelectedActiveExtruder", extruders_model.getItem(0).id)
|
||||
}
|
||||
onActivated: UM.ActiveTool.setProperty("SelectedActiveExtruder", extruders_model.getItem(index).id);
|
||||
onModelChanged: updateCurrentIndex();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue