From 518003f02705f57bb65fde0f96e0be6687e103da Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Fri, 9 Oct 2020 16:03:31 +0200 Subject: [PATCH] Remove unused variables CURA-7440 --- cura/MultiplyObjectsJob.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cura/MultiplyObjectsJob.py b/cura/MultiplyObjectsJob.py index 24c74f655c..25b3aad171 100644 --- a/cura/MultiplyObjectsJob.py +++ b/cura/MultiplyObjectsJob.py @@ -51,8 +51,6 @@ class MultiplyObjectsJob(Job): if node_.callDecoration("isSliceable"): fixed_nodes.append(node_) - not_fit_count = 0 - found_solution_for_all = False for node in self._objects: # If object is part of a group, multiply group current_node = node