Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavelMikus <pavel.mikus.mail@seznam.cz>2022-04-25 18:34:22 +0300
committerPavelMikus <pavel.mikus.mail@seznam.cz>2022-04-25 18:34:22 +0300
commit7cccb736dec4620f58797e773bd0184fd219c4b2 (patch)
tree22e74c6bf34b9f960b077092ac97408c4e5d6c6b
parent77b5885f7d450167f83a5836b3c26b1c8116a163 (diff)
-rw-r--r--t/perimeters.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/perimeters.t b/t/perimeters.t
index 463459611..adc2a6cec 100644
--- a/t/perimeters.t
+++ b/t/perimeters.t
@@ -221,9 +221,7 @@ use Slic3r::Test;
if (!$loop_contains_point && $is_contour) # contour should include destination
|| ($loop_contains_point && $is_hole); # hole should not
- if ($model eq 'cube_with_concave_hole'
- #FIXME skip the 1st layer in the test 'loops start on concave point if any'
- && $self->Z > 0.36) {
+ if ($model eq 'cube_with_concave_hole') {
# check that loop starts at a concave vertex
my $ccw_angle = $loop->[-2]->ccw($loop->first_point, $loop->[1]);
my $convex = ($ccw_angle > PI); # whether the angle on the *right* side is convex