mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 14:16:01 +08:00
Remove unused variables
CURA-7440
This commit is contained in:
parent
eedbcb6a2d
commit
518003f027
@ -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…
x
Reference in New Issue
Block a user