PRUSA 2.7.0

This commit is contained in:
sunsets
2023-12-27 18:02:35 +08:00
parent b33112327f
commit 0a3c63dcb1
488 changed files with 92371 additions and 29443 deletions

View File

@@ -0,0 +1,14 @@
#ifndef slic3r_Format_SVG_hpp_
#define slic3r_Format_SVG_hpp_
#include <string>
namespace Slic3r {
class Model;
// Load an SVG file as embossed shape into a provided model.
bool load_svg(const std::string &input_file, Model &output_model);
}; // namespace Slic3r
#endif /* slic3r_Format_SVG_hpp_ */