mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix of 7bd412a2ca
This commit is contained in:
@@ -1950,7 +1950,6 @@ TEST_CASE("Voronoi skeleton", "[VoronoiSkeleton]")
|
|||||||
// Rotation of the polygon solves this problem.
|
// Rotation of the polygon solves this problem.
|
||||||
TEST_CASE("Voronoi missing vertex 1", "[VoronoiMissingVertex1]")
|
TEST_CASE("Voronoi missing vertex 1", "[VoronoiMissingVertex1]")
|
||||||
{
|
{
|
||||||
REQUIRE(false);
|
|
||||||
Polygon poly = {
|
Polygon poly = {
|
||||||
{ 25000000, 25000000},
|
{ 25000000, 25000000},
|
||||||
{-25000000, 25000000},
|
{-25000000, 25000000},
|
||||||
|
|||||||
Reference in New Issue
Block a user