mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 06:45:59 +08:00
parent
34f1853dd0
commit
6b4780661f
@ -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