Cura/cura/Arranging
c.lamboo 68806f4226 Allow objects to be placed near border
Issue before was the following: when placing objects within a grid cell there is a margin around the object. This margin comes from both the integer rounding of the cell and the defined min distance between objects. When trying to place object near the buildplate border we marked any cell that is not fully within the buildplate area as an invalid cell to place objects in. This was however too strict; there is the aforementioned margin around the object, and if only this margin would be outside the buildplate it is perfectly fine to place object in that cell.

CURA-7951
2023-09-01 11:11:09 +02:00
..
__init__.py Move all arranging related code into a subfolder 2018-01-03 15:05:06 +01:00
ArrangeObjectsJob.py Put try catch around actual arranging 2023-08-30 12:45:34 +02:00
Arranger.py Avoid bool-trap 2023-08-30 13:06:19 +02:00
GridArrange.py Allow objects to be placed near border 2023-09-01 11:11:09 +02:00
Nest2DArrange.py Avoid bool-trap 2023-08-30 13:06:19 +02:00
ShapeArray.py Use is not operator rather than not ... is 2022-08-08 10:04:46 +02:00