implemented debug files export
This commit is contained in:
parent
3029053d43
commit
53ff4a69e0
5 changed files with 297 additions and 1 deletions
12
src/libslic3r/GCode/Subdivide.hpp
Normal file
12
src/libslic3r/GCode/Subdivide.hpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef libslic3r_Subdivide_hpp_
|
||||
#define libslic3r_Subdivide_hpp_
|
||||
|
||||
#include "TriangleMesh.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
indexed_triangle_set subdivide(const indexed_triangle_set &its, float max_length);
|
||||
|
||||
}
|
||||
|
||||
#endif //libslic3r_Subdivide_hpp_
|
Loading…
Add table
Add a link
Reference in a new issue