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:
authorJaime van Kessel <nallath@gmail.com>2017-04-07 16:19:30 +0300
committerJaime van Kessel <nallath@gmail.com>2017-04-07 16:19:30 +0300
commitb2183352b8b508470482efb829370bec8dc8b8c0 (patch)
tree4e7a76a6dd290abb5494851bc3618500c6ceb2c9 /cura/Arrange.py
parent20083831182eb3fbc4d43278dbb0ed5ee9cf631a (diff)
Added message if arrange all could not find location for all objects
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 2ce9cfe344..5cbd2b25ad 100755
--- a/cura/Arrange.py
+++ b/cura/Arrange.py
@@ -53,7 +53,7 @@ class Arrange:
points = copy.deepcopy(vertices._points)
shape_arr = ShapeArray.fromPolygon(points, scale = scale)
arranger.place(0, 0, shape_arr)
-
+
# If a build volume was set, add the disallowed areas
if Arrange.build_volume:
disallowed_areas = Arrange.build_volume.getDisallowedAreas()