Consider single walls as external perimeters. #661

degen-loop-screen
Alessandro Ranellucci 2012-09-06 10:56:42 +02:00
parent 47c5d410ea
commit 3b38e392ad
1 changed files with 1 additions and 1 deletions

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 }) {