mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Remove part of hack for fixing extrudersCHanged signal at the wrong time.
Other things rely on the extruders changed signal so it is better to just emit it again at the correct time. CURA-9793
This commit is contained in:
parent
82fd34f168
commit
e6f4055df5
4 changed files with 7 additions and 16 deletions
|
@ -53,7 +53,7 @@ UM.TextField
|
|||
{
|
||||
id: propertyProvider
|
||||
watchedProperties: ["value", "validationState", "resolve"]
|
||||
containerStackId: updateAllExtruders ? Cura.ExtruderManager.globalStackExtruderIds[defaultExtruderIndex] : Cura.MachineManager.activeMachine.id
|
||||
containerStackId: updateAllExtruders ? Cura.ExtruderManager.extruderIds[defaultExtruderIndex] : Cura.MachineManager.activeMachine.id
|
||||
}
|
||||
|
||||
Connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue