remove a comment

This commit is contained in:
Octopus Octopus 2022-06-30 16:55:35 -05:00
parent 9f0b87aab4
commit beab29a8d9
1 changed files with 0 additions and 1 deletions

View File

@ -23,5 +23,4 @@ func main() {
for i, ele := range bottoms { for i, ele := range bottoms {
render.ToSTL(sdf.Extrude3D(ele, 3), 400, "bottom-"+strconv.Itoa(i)+".stl", dc.NewDualContouringDefault()) 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())
} }