Parameter tweaks following print tests

This commit is contained in:
igiannakas
2023-09-11 22:30:04 +01:00
parent 714f89e366
commit 8a7c6a297a

View File

@@ -43,7 +43,7 @@ struct Params
BrimType brim_type;
const float brim_width;
const std::pair<float,float> malformation_distance_factors = std::pair<float, float> { 0.2, 1.1 };
const std::pair<float,float> malformation_distance_factors = std::pair<float, float> { 0.33, 0.7 };
const float max_curled_height_factor = 10.0f;
const float curling_tolerance_limit = 0.1f;