mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Refactored ClipperUtils API for a more consistent arguments convention
This commit is contained in:
parent
28466750e6
commit
bf0eb1af0c
14 changed files with 204 additions and 205 deletions
|
@ -98,7 +98,7 @@ Layer::make_slices()
|
|||
Polygons region_slices_p = (*layerm)->slices;
|
||||
slices_p.insert(slices_p.end(), region_slices_p.begin(), region_slices_p.end());
|
||||
}
|
||||
union_(slices_p, slices);
|
||||
union_(slices_p, &slices);
|
||||
}
|
||||
|
||||
this->slices.expolygons.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue