mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -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
|
@ -30,6 +30,8 @@
|
|||
%code%{ RETVAL = THIS->flow(role, bridge, width); %};
|
||||
void merge_slices();
|
||||
void prepare_fill_surfaces();
|
||||
void make_perimeters(SurfaceCollection* slices, SurfaceCollection* fill_surfaces)
|
||||
%code%{ THIS->make_perimeters(*slices, fill_surfaces); %};
|
||||
};
|
||||
|
||||
%name{Slic3r::Layer} class Layer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue