Merge remote-tracking branch 'remotes/origin/vb_scalable_alloc'
This commit is contained in:
commit
c9a55c2c01
58 changed files with 456 additions and 301 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue