mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 16:13:58 -06:00
Ported make_perimeters() to C++
This commit is contained in:
parent
15d2522f3d
commit
6ac79e3ed6
7 changed files with 43 additions and 34 deletions
|
@ -57,6 +57,7 @@ class LayerRegion
|
|||
Flow flow(FlowRole role, bool bridge = false, double width = -1) const;
|
||||
void merge_slices();
|
||||
void prepare_fill_surfaces();
|
||||
void make_perimeters(const SurfaceCollection &slices, SurfaceCollection* fill_surfaces);
|
||||
|
||||
private:
|
||||
Layer *_layer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue