|
@@ -21,7 +21,7 @@ UM.Slider
|
|
|
// 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
|
|
|
property int previousValue: -1
|
|
|
|
|
|
// set range from 0 to 100
|