mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 06:09:38 +08:00
Added forcefull property changed if perobjectsettings extruder was changed
CURA-2319
This commit is contained in:
parent
70212e2cb7
commit
b7351a56e4
@ -260,6 +260,14 @@ Item {
|
|||||||
storeIndex: 0
|
storeIndex: 0
|
||||||
removeUnusedValue: false
|
removeUnusedValue: false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// If the extruder by which the object needs to be printed is changed, ensure that the
|
||||||
|
// display is also notified of the fact.
|
||||||
|
Connections
|
||||||
|
{
|
||||||
|
target: extruderSelector
|
||||||
|
onActivated: provider.forcePropertiesChanged()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user