mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-29 21:04:27 +03:00
3mf Importer - 1st installment
This commit is contained in:
12
xs/src/libslic3r/Format/3mf.hpp
Normal file
12
xs/src/libslic3r/Format/3mf.hpp
Normal file
@@ -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