mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Infill is now overlapped with perimeters by 15%. #19
This commit is contained in:
parent
75a71a23a5
commit
fe9ed84f64
3 changed files with 3 additions and 1 deletions
|
@ -62,6 +62,7 @@ our $flow_width;
|
|||
our $perimeter_offsets = 3;
|
||||
our $solid_layers = 3;
|
||||
our $bridge_overlap = 3; # mm
|
||||
our $perimeter_infill_overlap_ratio = 0.15; # factor for flow width
|
||||
our $fill_pattern = 'rectilinear';
|
||||
our $solid_fill_pattern = 'rectilinear';
|
||||
our $fill_density = 0.4; # 1 = 100%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue