Do not calculate sequential print clearance contours for objects out of printbed

This commit is contained in:
enricoturri1966 2023-05-11 12:34:02 +02:00
parent 653d7bc678
commit c6a203cb14
2 changed files with 19 additions and 5 deletions

View file

@ -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;