mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 22:12:01 +08:00
Use lower arm length for better seams on spheres
This commit is contained in:
parent
8ed0614b90
commit
a0d6d9f4c3
@ -118,7 +118,7 @@ Params Placer::get_params(const DynamicPrintConfig &config) {
|
||||
params.perimeter.embedding_threshold = 0.5;
|
||||
params.perimeter.painting_radius = 0.1;
|
||||
params.perimeter.simplification_epsilon = 0.001;
|
||||
params.perimeter.smooth_angle_arm_length = 0.5;
|
||||
params.perimeter.smooth_angle_arm_length = 0.2;
|
||||
params.perimeter.sharp_angle_arm_length = 0.05;
|
||||
|
||||
params.visibility.raycasting_visibility_samples_count = 30000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user