Compute bridge overlap as twice the total thickness of perimeters

This commit is contained in:
Alessandro Ranellucci 2011-11-17 10:41:20 +01:00
parent c8ce989962
commit 1a066caecc
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,6 @@ our $flow_width;
# print options
our $perimeters = 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';