remove a comment
This commit is contained in:
parent
9f0b87aab4
commit
beab29a8d9
|
@ -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())
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue