mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-13 22:11:48 +00:00
Parameter tweaks following print tests
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user