mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Corrections to math. Threads are not always rectangles with semicircles. Better calculation of overlap.
This commit is contained in:
parent
cd0fd80a69
commit
1e6ecd9eab
13 changed files with 62 additions and 41 deletions
|
@ -67,8 +67,10 @@ our $infill_every_layers = 1;
|
|||
# flow options
|
||||
our $extrusion_width_ratio = 0;
|
||||
our $bridge_flow_ratio = 1;
|
||||
our $overlap_factor = 0.15;
|
||||
our $overlap_factor = 0.5;
|
||||
our $flow_width;
|
||||
our $min_flow_spacing;
|
||||
our $flow_spacing;
|
||||
|
||||
# print options
|
||||
our $perimeters = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue