1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

added max merge distance parameter

This commit is contained in:
tamasmeszaros
2018-08-28 10:52:18 +02:00
parent 6ce686aff8
commit 7cee4d53f9
2 changed files with 18 additions and 12 deletions
+3 -2
View File
@@ -20,8 +20,9 @@ void ground_layer(const TriangleMesh& mesh,
/// Calculate the pool for the mesh for SLA printing
void create_base_pool(const ExPolygons& ground_layer,
TriangleMesh& output_mesh,
double min_wall_thickness_mm = 4,
double min_wall_height_mm = 5
double min_wall_thickness_mm = 2,
double min_wall_height_mm = 5,
double max_merge_distance_mm = 50
);
}