Merge branch 'dev2' of https://github.com/prusa3d/Slic3r into dev_native
This commit is contained in:
commit
2d77d51f84
3 changed files with 9 additions and 0 deletions
src/libslic3r
|
@ -1004,6 +1004,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue