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/XS.xsp')
-rw-r--r--xs/xsp/XS.xsp5
1 files changed, 5 insertions, 0 deletions
diff --git a/xs/xsp/XS.xsp b/xs/xsp/XS.xsp
index e900532aa..04969a7f9 100644
--- a/xs/xsp/XS.xsp
+++ b/xs/xsp/XS.xsp
@@ -49,6 +49,11 @@ trace(level, message)
Slic3r::trace(level, message);
void
+disable_multi_threading()
+ CODE:
+ Slic3r::disable_multi_threading();
+
+void
set_var_dir(dir)
char *dir;
CODE: