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/src/libslic3r/Model.cpp')
-rw-r--r--xs/src/libslic3r/Model.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Model.cpp b/xs/src/libslic3r/Model.cpp
index af764eb89..e0097ce2e 100644
--- a/xs/src/libslic3r/Model.cpp
+++ b/xs/src/libslic3r/Model.cpp
@@ -973,6 +973,11 @@ const TriangleMesh& ModelVolume::get_convex_hull() const
return m_convex_hull;
}
+TriangleMesh& ModelVolume::get_convex_hull()
+{
+ return m_convex_hull;
+}
+
ModelVolume::Type ModelVolume::type_from_string(const std::string &s)
{
// Legacy support