mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove unused variables
CURA-7440
This commit is contained in:
parent
eedbcb6a2d
commit
518003f027
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ class MultiplyObjectsJob(Job):
|
||||||
if node_.callDecoration("isSliceable"):
|
if node_.callDecoration("isSliceable"):
|
||||||
fixed_nodes.append(node_)
|
fixed_nodes.append(node_)
|
||||||
|
|
||||||
not_fit_count = 0
|
|
||||||
found_solution_for_all = False
|
|
||||||
for node in self._objects:
|
for node in self._objects:
|
||||||
# If object is part of a group, multiply group
|
# If object is part of a group, multiply group
|
||||||
current_node = node
|
current_node = node
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue