mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Fix a situation where extra perimeters prevented top shell to be fully propagated. #1387
This commit is contained in:
parent
36596bf569
commit
2b36778dc1
3 changed files with 11 additions and 4 deletions
|
@ -79,6 +79,7 @@ use constant OVERLAP_FACTOR => 1;
|
|||
use constant SMALL_PERIMETER_LENGTH => (6.5 / SCALING_FACTOR) * 2 * PI;
|
||||
use constant LOOP_CLIPPING_LENGTH_OVER_SPACING => 0.15;
|
||||
use constant INFILL_OVERLAP_OVER_SPACING => 0.45;
|
||||
use constant EXTERNAL_INFILL_MARGIN => 3;
|
||||
|
||||
our $Config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue