mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-08-02 11:35:51 +00:00
3mf Importer - 1st installment
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef slic3r_Format_3mf_hpp_
|
||||
#define slic3r_Format_3mf_hpp_
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class Model;
|
||||
|
||||
// Load an 3mf file into a provided model.
|
||||
extern bool load_3mf(const char* path, Model* model, const char* object_name = nullptr);
|
||||
}; // namespace Slic3r
|
||||
|
||||
#endif /* slic3r_Format_3mf_hpp_ */
|
||||
Reference in New Issue
Block a user