mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-09-04 07:51:53 -06:00
Fix some mesh errors in sl1 archive reconstruction
This commit is contained in:
parent
1c940ef145
commit
c4c8b7608e
4 changed files with 45 additions and 50 deletions
|
@ -7,10 +7,10 @@
|
|||
namespace Slic3r {
|
||||
|
||||
void slices_to_mesh(indexed_triangle_set & mesh,
|
||||
const std::vector<ExPolygons> &slices,
|
||||
double zmin,
|
||||
double lh,
|
||||
double ilh);
|
||||
const std::vector<ExPolygons> &slices,
|
||||
double zmin,
|
||||
double lh,
|
||||
double ilh);
|
||||
|
||||
inline indexed_triangle_set slices_to_mesh(
|
||||
const std::vector<ExPolygons> &slices, double zmin, double lh, double ilh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue