mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 13:25:56 +08:00
fix: comment visualization in test
..\tests\libslic3r\test_ShapeDiameterFunction.cpp(62): FAILED: CHECK( false )
This commit is contained in:
parent
836f91ef77
commit
f02fd6a17f
@ -216,7 +216,7 @@ TEST_CASE("Divide triangle - Big triangle inside others", "[SDF]")
|
||||
};
|
||||
float threshold = 4.f;
|
||||
indexed_triangle_set its_out = ShapeDiameterFunction::subdivide(its, threshold);
|
||||
storeXY_to_svg(its, its_out, "Big_triangle_inside.svg");
|
||||
//storeXY_to_svg(its, its_out, "Big_triangle_inside.svg");
|
||||
CHECK(!exist_twin_vertices(its_out.vertices, 1e-3f));
|
||||
CHECK(!exist_greater_edge(its_out, threshold));
|
||||
CHECK(its_out.indices.size() <= 114);
|
||||
|
Loading…
x
Reference in New Issue
Block a user