From beab29a8d9fd67dfefa8c8dda23a4463a0804c5c Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Thu, 30 Jun 2022 16:55:35 -0500 Subject: [PATCH] remove a comment --- fightstick/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/fightstick/main.go b/fightstick/main.go index 0d190c3..69bdd8f 100644 --- a/fightstick/main.go +++ b/fightstick/main.go @@ -23,5 +23,4 @@ func main() { for i, ele := range bottoms { render.ToSTL(sdf.Extrude3D(ele, 3), 400, "bottom-"+strconv.Itoa(i)+".stl", dc.NewDualContouringDefault()) } - // render.ToSTL(sdf.Extrude3D(walls, 2), 400, "walls.stl", dc.NewDualContouringDefault()) }