mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
f498f0237c
6 changed files with 590 additions and 267 deletions
|
@ -110,8 +110,9 @@ Item
|
|||
checked: base.currentExtruderIndex == index
|
||||
onClicked:
|
||||
{
|
||||
base.currentExtruderIndex = index
|
||||
ExtruderManager.setActiveExtruderIndex(index)
|
||||
extruderSelection.focus = true; //Changing focus applies the currently-being-typed values so it can change the displayed setting values.
|
||||
base.currentExtruderIndex = index;
|
||||
ExtruderManager.setActiveExtruderIndex(index);
|
||||
}
|
||||
|
||||
style: ButtonStyle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue