mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 11:37:42 +00:00
NEW: import svg files
Change-Id: I1658308f9d9529c969f7067d053f16f779f8b6a6 (cherry picked from commit bfcb05e24ef5224cabc42772e94cc0cbed3de412)
This commit is contained in:
7
src/libslic3r/Format/svg.hpp
Normal file
7
src/libslic3r/Format/svg.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
namespace Slic3r {
|
||||
class Model;
|
||||
|
||||
extern bool load_svg(const char *path, Model *model, std::string &message);
|
||||
|
||||
}; // namespace Slic3r
|
||||
Reference in New Issue
Block a user