mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-29 04:44:26 +03:00
hollowing params renamed, filtering generalized
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user