From 4ce69a9eb5727f828f5d35ee5f98dd3da031769a Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 6 Oct 2021 15:52:33 +0200 Subject: [PATCH] Fix the message if not all duplicated objects could be placed CURA-7851 --- cura/MultiplyObjectsJob.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cura/MultiplyObjectsJob.py b/cura/MultiplyObjectsJob.py index 4a91392cde..5df02df288 100644 --- a/cura/MultiplyObjectsJob.py +++ b/cura/MultiplyObjectsJob.py @@ -79,6 +79,7 @@ class MultiplyObjectsJob(Job): fixed_nodes, factor = 10000, add_new_nodes_in_scene = True) + found_solution_for_all = not_fit_count == 0 if nodes_to_add_without_arrange: for nested_node in nodes_to_add_without_arrange: