Use solid print speed for internal solid layers too. #167

This commit is contained in:
Alessandro Ranellucci 2012-01-18 10:07:42 +01:00
parent 59cd027a68
commit f419cf37d1

View File

@ -126,7 +126,7 @@ sub make_fill {
my $density = $Slic3r::fill_density;
my $flow_spacing = $Slic3r::flow_spacing;
my $is_bridge = $layer->id > 0 && $surface->surface_type eq 'bottom';
my $is_solid = $surface->surface_type =~ /^(top|bottom)$/;
my $is_solid = $surface->surface_type =~ /^(top|bottom|internal-solid)$/;
# force 100% density and rectilinear fill for external surfaces
if ($surface->surface_type ne 'internal') {