mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-05 16:51:07 -07:00
Parameter tweak after print tests
This commit is contained in:
parent
cdf3f29496
commit
64dc62a4c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.35, 0.7 };
|
||||
const std::pair<float,float> malformation_distance_factors = std::pair<float, float> { 0.2, 1.1 };
|
||||
const float max_curled_height_factor = 10.0f;
|
||||
const float curling_tolerance_limit = 0.1f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue