mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 08:58:43 +03:00
PRUSA 2.7.0
This commit is contained in:
14
src/libslic3r/Format/SVG.hpp
Normal file
14
src/libslic3r/Format/SVG.hpp
Normal 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_ */
|
||||
Reference in New Issue
Block a user