Fix the message if not all duplicated objects could be placed

CURA-7851
This commit is contained in:
Jaime van Kessel 2021-10-06 15:52:33 +02:00
parent fa4f567cb1
commit 4ce69a9eb5

View file

@ -79,6 +79,7 @@ class MultiplyObjectsJob(Job):
fixed_nodes, fixed_nodes,
factor = 10000, factor = 10000,
add_new_nodes_in_scene = True) add_new_nodes_in_scene = True)
found_solution_for_all = not_fit_count == 0
if nodes_to_add_without_arrange: if nodes_to_add_without_arrange:
for nested_node in nodes_to_add_without_arrange: for nested_node in nodes_to_add_without_arrange: