Update skirt_brim.t

Fixed typo. #3466
This commit is contained in:
Joseph Lenox 2016-08-18 21:47:39 -05:00 committed by GitHub
parent 34f1853dd0
commit 6b4780661f

View File

@ -130,7 +130,7 @@ use Slic3r::Test;
});
my $convex_hull = convex_hull(\@extrusion_points);
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';
}
{