mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:28:59 +08:00
CURA-4606 fix pyqt cleaning up by setting extruder stack parent
This commit is contained in:
parent
9e9d981acd
commit
4ba7ce0890
@ -396,6 +396,7 @@ class ExtruderManager(QObject):
|
||||
self._extruder_trains[global_stack_id][extruder_train.getMetaDataEntry("position")] = extruder_train
|
||||
|
||||
# regardless of what the next stack is, we have to set it again, because of signal routing. ???
|
||||
extruder_train.setParent(global_stack)
|
||||
extruder_train.setNextStack(global_stack)
|
||||
extruders_changed = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user