mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix the message if not all duplicated objects could be placed
CURA-7851
This commit is contained in:
parent
fa4f567cb1
commit
4ce69a9eb5
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue