mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-21 17:39:10 -07:00
Got rid of the Perl Format::STL, Format::AMF, Format::OBJ for good.
This commit is contained in:
@@ -10,7 +10,7 @@ class ModelObject;
|
||||
extern bool load_stl(const char *path, Model *model, const char *object_name = nullptr);
|
||||
|
||||
extern bool store_stl(const char *path, TriangleMesh *mesh, bool binary);
|
||||
extern bool store_stl(const char *path, ModelObject *model_object);
|
||||
extern bool store_stl(const char *path, ModelObject *model_object, bool binary);
|
||||
|
||||
}; // namespace Slic3r
|
||||
|
||||
|
||||
Reference in New Issue
Block a user