Merge pull request #3467 from alexrj/skirt_brim-typo-1

Update skirt_brim.t
This commit is contained in:
Alessandro Ranellucci 2016-08-27 18:53:12 +02:00 committed by GitHub
commit b0554d832a

View File

@ -130,7 +130,7 @@ use Slic3r::Test;
}); });
my $convex_hull = convex_hull(\@extrusion_points); my $convex_hull = convex_hull(\@extrusion_points);
my $hull_perimeter = unscale($convex_hull->split_at_first_point->length); my $hull_perimeter = unscale($convex_hull->split_at_first_point->length);
ok $skirt_length > $hull_perimeter, 'skirt lenght is large enough to contain object with support'; ok $skirt_length > $hull_perimeter, 'skirt length is large enough to contain object with support';
} }
{ {