Merge branch 'infill-overlap'

This commit is contained in:
Alessandro Ranellucci 2011-12-08 10:53:24 +01:00
commit 0a74e068a3
15 changed files with 67 additions and 42 deletions

View file

@ -182,7 +182,7 @@ sub prepare_fill_surfaces {
sub remove_small_surfaces {
my $self = shift;
my $distance = scale $Slic3r::flow_width / 2;
my $distance = scale $Slic3r::flow_spacing / 2;
my @surfaces = @{$self->fill_surfaces};
@{$self->fill_surfaces} = ();