Arrange All now places excessive objects outside build plate. CURA-3239

This commit is contained in:
Jack Ha 2017-04-06 09:47:57 +02:00
parent 8f6a210c75
commit ed0fb1b0ab
2 changed files with 15 additions and 9 deletions

View file

@ -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