mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Set the right default extruder for the main property provider
Fixes CURA-2024
This commit is contained in:
parent
b97b694f41
commit
4f9fab9418
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ ScrollView
|
||||||
{
|
{
|
||||||
id: provider
|
id: provider
|
||||||
|
|
||||||
containerStackId: delegate.stackId
|
containerStackId: Cura.MachineManager.activeMachineId
|
||||||
key: model.key ? model.key : ""
|
key: model.key ? model.key : ""
|
||||||
watchedProperties: [ "value", "enabled", "state", "validationState", "settable_per_extruder" ]
|
watchedProperties: [ "value", "enabled", "state", "validationState", "settable_per_extruder" ]
|
||||||
storeIndex: 0
|
storeIndex: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue