Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Ha <j.ha@ultimaker.com>2017-04-06 10:47:57 +0300
committerJack Ha <j.ha@ultimaker.com>2017-04-06 10:47:57 +0300
commited0fb1b0ab83e3400c251feb57638292050a7259 (patch)
treeed96728db2b0e901b2cf1c3426e83dce076b7268 /cura/Arrange.py
parent8f6a210c756c5dbd62b57529f488a538399aa126 (diff)
Arrange All now places excessive objects outside build plate. CURA-3239
Diffstat (limited to 'cura/Arrange.py')
-rwxr-xr-xcura/Arrange.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Arrange.py b/cura/Arrange.py
index e5cb66ee63..148661c45b 100755
--- a/cura/Arrange.py
+++ b/cura/Arrange.py
@@ -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