mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-24 01:09:20 -07:00
Corrections to math. Threads are not always rectangles with semicircles. Better calculation of overlap.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user