8945763221
Added tracing for mesh repair.
12 lines
225 B
C++
12 lines
225 B
C++
#define slic3r_Format_PRUS_hpp_
|
|
|
|
namespace Slic3r {
|
|
|
|
class TriangleMesh;
|
|
class Model;
|
|
|
|
// Load a PrusaControl project file into a provided model.
|
|
extern bool load_prus(const char *path, Model *model);
|
|
|
|
}; // namespace Slic3r
|