mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 16:13:58 -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
|
@ -95,6 +95,7 @@ class Layer {
|
|||
LayerRegion* add_region(PrintRegion* print_region);
|
||||
|
||||
void make_slices();
|
||||
void merge_slices();
|
||||
template <class T> bool any_internal_region_slice_contains(const T &item) const;
|
||||
template <class T> bool any_bottom_region_slice_contains(const T &item) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue