mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 02:02:42 -07:00
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
|