diff --git a/src/test/java/eu/mihosoft/vrl/v3d/StlExportTest.java b/src/test/java/eu/mihosoft/vrl/v3d/StlExportTest.java index df9f22be..a7f6954b 100644 --- a/src/test/java/eu/mihosoft/vrl/v3d/StlExportTest.java +++ b/src/test/java/eu/mihosoft/vrl/v3d/StlExportTest.java @@ -13,7 +13,7 @@ public class StlExportTest { @Test public void makeBadSTL() throws IOException { Plane.setEPSILON(1.0e-12); - Vector3d.setEXPORTEPSILON(1.0e-11); + Vector3d.setEXPORTEPSILON(1.0e-9); CSG.setUseGPU(false); CSG.setPreventNonManifoldTriangles(true); CSG badExport2 = CSG.text(" A QUICK BROWN FOX JUMPS OVER THE LAZY DOG", 10,30,"Serif Regular").movey(30);