Merge remote-tracking branch 'remotes/origin/vb_scalable_alloc'

This commit is contained in:
Vojtech Bubnik 2023-04-21 16:28:39 +02:00
commit c9a55c2c01
58 changed files with 456 additions and 301 deletions

View file

@ -1992,8 +1992,8 @@ void PrintObject::bridge_over_infill()
// reconstruct polygon from polygon sections
struct TracedPoly
{
std::vector<Point> lows;
std::vector<Point> highs;
Points lows;
Points highs;
};
std::vector<TracedPoly> current_traced_polys;