mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Arrange All now places excessive objects outside build plate. CURA-3239
This commit is contained in:
parent
8f6a210c75
commit
ed0fb1b0ab
2 changed files with 15 additions and 9 deletions
|
@ -72,7 +72,7 @@ class Arrange:
|
|||
self.place(x, y, hull_shape_arr) # take place before the next one
|
||||
else:
|
||||
Logger.log("d", "Could not find spot!")
|
||||
new_node.setPosition(Vector(200, 0, 100 + i * 20))
|
||||
new_node.setPosition(Vector(200, 0, 100 - i * 20))
|
||||
|
||||
nodes.append(new_node)
|
||||
return nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue