Consider single walls as external perimeters. #661

This commit is contained in:
Alessandro Ranellucci 2012-09-06 10:56:42 +02:00
parent 47c5d410ea
commit 3b38e392ad

View File

@ -318,7 +318,7 @@ sub make_perimeters {
{ {
my @thin_paths = (); my @thin_paths = ();
my %properties = ( my %properties = (
role => EXTR_ROLE_PERIMETER, role => EXTR_ROLE_EXTERNAL_PERIMETER,
flow_spacing => $self->perimeter_flow->spacing, flow_spacing => $self->perimeter_flow->spacing,
); );
for (@{ $self->thin_walls }) { for (@{ $self->thin_walls }) {