mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 15:51:12 -07:00
Fix setting the active extruder
Contributes to CURA-340
This commit is contained in:
parent
4a43b50b7a
commit
3a75e1fb79
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ Column
|
||||||
|
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
extruderSelection.focus = true; //Changing focus applies the currently-being-typed values so it can change the displayed setting values.
|
focus = true; //Changing focus applies the currently-being-typed values so it can change the displayed setting values.
|
||||||
base.currentExtruderIndex = index;
|
base.currentExtruderIndex = index;
|
||||||
ExtruderManager.setActiveExtruderIndex(index);
|
ExtruderManager.setActiveExtruderIndex(index);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue