mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Remove forced setting of extruder 0 on component complete
This would force the object's extruder to 0 every time the per object panel would update, causing the extruder to be reset. Fixes CURA-2026
This commit is contained in:
parent
9773a16bc6
commit
186cd2034c
1 changed files with 1 additions and 5 deletions
|
@ -127,11 +127,7 @@ 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