mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
Apply suggestions from code review
CURA-7440 Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
This commit is contained in:
parent
d801f9838a
commit
a46bf8d6fa
3 changed files with 4 additions and 3 deletions
|
@ -74,7 +74,7 @@ class MultiplyObjectsJob(Job):
|
|||
|
||||
nodes.append(new_node)
|
||||
factor = 10000
|
||||
found_solution_for_all, node_items = findNodePlacement(nodes, Application.getInstance().getBuildVolume(), fixed_nodes, factor = 10000)
|
||||
found_solution_for_all, node_items = findNodePlacement(nodes, Application.getInstance().getBuildVolume(), fixed_nodes, factor = factor)
|
||||
not_fit_count = 0
|
||||
if nodes:
|
||||
operation = GroupedOperation()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue