finalize integration into GCode.cpp export functions, remove unused

edge grids
This commit is contained in:
PavelMikus 2022-03-09 15:32:36 +01:00
parent 6dbc7149be
commit 177a1fd54a
9 changed files with 1377 additions and 2572 deletions

View 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_