mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
hollowing params renamed, filtering generalized
This commit is contained in:
parent
bc3d22348a
commit
4b08865809
12 changed files with 111 additions and 72 deletions
17
src/libslic3r/SLA/Hollowing.hpp
Normal file
17
src/libslic3r/SLA/Hollowing.hpp
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef HOLLOWINGFILTER_HPP
|
||||
#define HOLLOWINGFILTER_HPP
|
||||
|
||||
#include <libslic3r/OpenVDBUtils.hpp>
|
||||
|
||||
namespace Slic3r {
|
||||
namespace sla {
|
||||
|
||||
TriangleMesh generate_interior(const TriangleMesh &mesh,
|
||||
double min_thickness,
|
||||
double quality = 0.5,
|
||||
double flatness = 0.5);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // HOLLOWINGFILTER_H
|
Loading…
Add table
Add a link
Reference in a new issue