mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Ported Layer::merge_slices() to XS
This commit is contained in:
parent
1f8ef2a63c
commit
be2f46ca68
4 changed files with 10 additions and 5 deletions
|
@ -71,6 +71,7 @@
|
|||
%code%{ RETVAL = (int)(intptr_t)THIS; %};
|
||||
|
||||
void make_slices();
|
||||
void merge_slices();
|
||||
bool any_internal_region_slice_contains_polyline(Polyline* polyline)
|
||||
%code%{ RETVAL = THIS->any_internal_region_slice_contains(*polyline); %};
|
||||
bool any_bottom_region_slice_contains_polyline(Polyline* polyline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue