Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/xsp/Layer.xsp')
-rw-r--r--xs/xsp/Layer.xsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/xs/xsp/Layer.xsp b/xs/xsp/Layer.xsp
index 6ca953f82..fdcc26eb6 100644
--- a/xs/xsp/Layer.xsp
+++ b/xs/xsp/Layer.xsp
@@ -70,7 +70,8 @@
%code%{ RETVAL = dynamic_cast<SupportLayer*>(THIS); %};
void make_slices();
- void merge_slices();
+ void backup_untyped_slices();
+ void restore_untyped_slices();
void make_perimeters();
void make_fills();