mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Push the grouped operation instead of redoing it
CURA-7851
This commit is contained in:
parent
4aae3d7e2e
commit
e793eac425
2 changed files with 2 additions and 2 deletions
|
@ -158,5 +158,5 @@ def arrange(nodes_to_arrange: List["SceneNode"],
|
|||
"""
|
||||
|
||||
grouped_operation, not_fit_count = createGroupOperationForArrange(nodes_to_arrange, build_volume, fixed_nodes, factor, add_new_nodes_in_scene)
|
||||
grouped_operation.redo()
|
||||
grouped_operation.push()
|
||||
return not_fit_count != 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue