Skip to content

Commit ab1826c

Browse files
committed
Checked the development banch with these parameters:
#63
1 parent a76d5c4 commit ab1826c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/eu/mihosoft/vrl/v3d/StlExportTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public class StlExportTest {
1212

1313
@Test
1414
public void makeBadSTL() throws IOException {
15-
//Plane.setEPSILON(1.0e-11);
16-
//Vector3d.setEXPORTEPSILON(10);
15+
Plane.setEPSILON(1.0e-12);
16+
Vector3d.setEXPORTEPSILON(1.0e-11);
1717
CSG.setUseGPU(false);
1818
CSG.setPreventNonManifoldTriangles(true);
1919
CSG badExport2 = CSG.text(" A QUICK BROWN FOX JUMPS OVER THE LAZY DOG", 10,30,"Serif Regular").movey(30);

0 commit comments

Comments
 (0)