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:
authorVojtech Bubnik <bubnikv@gmail.com>2021-09-14 12:58:07 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-09-14 12:58:14 +0300
commit58d8ab3deaaac1049439728d5a0f46c4b6a592f5 (patch)
tree1753840b69e999bc2a937685d87e5db63499c21e /xs
parent1c6ecd9c1a7a4306895621e4e5712759a5a44c1c (diff)
Removed the PRUS format parser. WIP: admesh eradication:
stl_stats are newly only accessed by TriangleMesh::stats(), most of the direct access to TriangleMesh::stl is gone with the exception of parsing input files (3MF, AMF, obj).
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Model.xsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs/xsp/Model.xsp b/xs/xsp/Model.xsp
index e7a171efd..35fbb48ee 100644
--- a/xs/xsp/Model.xsp
+++ b/xs/xsp/Model.xsp
@@ -10,7 +10,6 @@
#include "libslic3r/Format/AMF.hpp"
#include "libslic3r/Format/3mf.hpp"
#include "libslic3r/Format/OBJ.hpp"
-#include "libslic3r/Format/PRUS.hpp"
#include "libslic3r/Format/STL.hpp"
#include "libslic3r/PresetBundle.hpp"
%}