1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Consider single walls as external perimeters. #661

This commit is contained in:
Alessandro Ranellucci
2012-09-06 10:56:42 +02:00
parent e0a96c00b3
commit 1053947c19
+1 -1
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 }) {