diff --git a/fightstick/main.go b/fightstick/main.go index 6202bcb..c4bdee3 100644 --- a/fightstick/main.go +++ b/fightstick/main.go @@ -13,7 +13,6 @@ func main() { bottoms := split2DPlane(bottomPlane()) render.RenderDXF(topPlane(), 600, "top.dxf") render.RenderDXF(wallsPlane(), 600, "walls.dxf") - //render.ToSTL(holeTest(), 400, "neutrikTest.stl", dc.NewDualContouringDefault()) render.ToSTL(wallFrontRight(), 400, "wallfrontright.stl", dc.NewDualContouringDefault()) render.ToSTL(wallBackLeft(), 400, "wallbackleft.stl", dc.NewDualContouringDefault()) render.ToSTL(wallBackRight(), 400, "wallbackright.stl", dc.NewDualContouringDefault())