mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 13:40:38 +08:00
Merge pull request #3467 from alexrj/skirt_brim-typo-1
Update skirt_brim.t
This commit is contained in:
commit
b0554d832a
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user