mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
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
|
@ -198,6 +198,7 @@ public:
|
|||
|
||||
void calculate_convex_hull();
|
||||
const TriangleMesh& get_convex_hull() const;
|
||||
TriangleMesh& get_convex_hull();
|
||||
|
||||
// Helpers for loading / storing into AMF / 3MF files.
|
||||
static Type type_from_string(const std::string &s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue