finalize integration into GCode.cpp export functions, remove unused
edge grids
This commit is contained in:
parent
6dbc7149be
commit
177a1fd54a
9 changed files with 1377 additions and 2572 deletions
12
src/libslic3r/Subdivide.hpp
Normal file
12
src/libslic3r/Subdivide.hpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef libslic3r_Subdivide_hpp_
|
||||
#define libslic3r_Subdivide_hpp_
|
||||
|
||||
#include "TriangleMesh.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
indexed_triangle_set its_subdivide(const indexed_triangle_set &its, float max_length);
|
||||
|
||||
}
|
||||
|
||||
#endif //libslic3r_Subdivide_hpp_
|
Loading…
Add table
Add a link
Reference in a new issue