mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Only show "can't find location message" when it couldn't find location
Bit of a silly mistake, but easy enough to fix! CURA-8649
This commit is contained in:
parent
59be3e195d
commit
61c43fb765
@ -159,4 +159,4 @@ 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.push()
|
||||
return not_fit_count != 0
|
||||
return not_fit_count == 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user