mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Fix of 7bd412a2ca
This commit is contained in:
parent
7bd412a2ca
commit
dd4b26ba25
1 changed files with 0 additions and 1 deletions
|
@ -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},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue