Merge branch 'issue1161'

This commit is contained in:
Alessandro Ranellucci 2013-06-15 18:08:01 +02:00
commit 20158aac0d
3 changed files with 31 additions and 2 deletions

View file

@ -383,7 +383,6 @@ sub detect_surfaces_type {
1,
);
return map Slic3r::Surface->new(expolygon => $_, surface_type => $result_type),
grep $_->is_printable($layerm->perimeter_flow->scaled_width),
@$expolygons;
};