mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Set defaultExtruderIndex to activeExtruderIndex
This doesn't fix the problem in it's entirety, but it does make the behavior to be the same as it was in the previous releases CURA-10342
This commit is contained in:
parent
1ada1b04df
commit
99bf6883d7
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ UM.TextField
|
|||
// The displayed value will be read from the extruder with index "defaultExtruderIndex" instead of the machine.
|
||||
property bool updateAllExtruders: false
|
||||
// This is only used if updateAllExtruders == true
|
||||
property int defaultExtruderIndex: 0
|
||||
property int defaultExtruderIndex: Cura.ExtruderManager.activeExtruderIndex
|
||||
|
||||
// Resolving the value in the textField.
|
||||
Binding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue