Do not calculate sequential print clearance contours for objects out of printbed
This commit is contained in:
parent
653d7bc678
commit
c6a203cb14
2 changed files with 19 additions and 5 deletions
|
@ -589,7 +589,7 @@ public:
|
|||
struct ContoursList
|
||||
{
|
||||
// list of unique contours
|
||||
std::vector<Polygon> contours;
|
||||
Polygons contours;
|
||||
// if defined: list of transforms to apply to contours
|
||||
std::optional<std::vector<std::pair<size_t, Transform3d>>> trafos;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue