Lower the curled height tolerance from 0.3 to 0.1 mm of the curled overhang avoidance algorithm.

This commit is contained in:
PavelMikus 2023-02-09 13:36:42 +01:00
parent 8b3ff9b9c4
commit 73635e0855
2 changed files with 6 additions and 5 deletions

View file

@ -44,6 +44,7 @@ struct Params
const std::pair<float,float> malformation_distance_factors = std::pair<float, float> { 0.5, 1.1 };
const float max_curled_height_factor = 10.0f;
const float curling_tolerance_limit = 0.1f;
const float min_distance_between_support_points = 3.0f; //mm
const float support_points_interface_radius = 1.5f; // mm