mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Added message if arrange all could not find location for all objects
CURA-3239
This commit is contained in:
parent
2008383118
commit
b2183352b8
2 changed files with 7 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue