Added message if arrange all could not find location for all objects

CURA-3239
This commit is contained in:
Jaime van Kessel 2017-04-07 15:19:30 +02:00
parent 2008383118
commit b2183352b8
2 changed files with 7 additions and 1 deletions

View file

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