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
path: root/xs
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-02-27 18:09:22 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-27 18:09:22 +0300
commit4010dd71f67f1f44a83678958d050ea2f9c7e539 (patch)
treeed286d0e9a4d9b8909027ef443c9ab990997bdb5 /xs
parent8a8b49ea02cde0e8c62040936837b7b7e8692f5e (diff)
Support Prusa Control project files (.PRUS) by the GUI.
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Model.xsp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/xsp/Model.xsp b/xs/xsp/Model.xsp
index 1b3dd0209..4f184f359 100644
--- a/xs/xsp/Model.xsp
+++ b/xs/xsp/Model.xsp
@@ -135,6 +135,8 @@ load_prus(CLASS, path)
delete RETVAL;
RETVAL = NULL;
}
+#else
+ RETVAL = nullptr;
#endif
OUTPUT:
RETVAL