mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Refactored ClipperUtils API for a more consistent arguments convention
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user