mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 20:31:59 +08: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
|