mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Ported prepare_fill_surfaces() to XS/C++
This commit is contained in:
parent
97b5d76d50
commit
bb3bf28e59
4 changed files with 34 additions and 24 deletions
|
@ -29,6 +29,7 @@
|
|||
Clone<Flow> flow(FlowRole role, bool bridge = false, double width = -1)
|
||||
%code%{ RETVAL = THIS->flow(role, bridge, width); %};
|
||||
void merge_slices();
|
||||
void prepare_fill_surfaces();
|
||||
};
|
||||
|
||||
%name{Slic3r::Layer} class Layer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue