remove commented out code
This commit is contained in:
parent
9b1cef0c64
commit
32ae9dedea
|
@ -6,22 +6,12 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// hjkl := hjkl()
|
|
||||||
// buttons := buttons()
|
|
||||||
// buttonMounts := buttonMounts()
|
|
||||||
plate := plate()
|
plate := plate()
|
||||||
top := top()
|
top := top()
|
||||||
bottom := bottom()
|
bottom := bottom()
|
||||||
walls := walls()
|
walls := walls()
|
||||||
// holes := usbHoleTest()
|
|
||||||
// render.RenderSTL(holes, 1200, "holes.stl")
|
|
||||||
// render.RenderDXF(hjkl, 300, "hjkl.dxf")
|
|
||||||
// render.RenderDXF(sdf.Difference2D(buttons, buttonMounts), 300, "buttons.dxf")
|
|
||||||
//render.RenderSTLSlow(pegholeTest(sdf.V2{X: 47, Y: 11.4}), 1200, "pegholetest.stl")
|
|
||||||
// render.RenderSTLSlow(usbmountHeightTest(), 300, "usbmountHeightTest.stl")
|
|
||||||
render.ToSTL(walls, 400, "walls.stl", dc.NewDualContouringDefault())
|
render.ToSTL(walls, 400, "walls.stl", dc.NewDualContouringDefault())
|
||||||
render.ToSTL(bottom, 400, "bottom.stl", dc.NewDualContouringDefault())
|
render.ToSTL(bottom, 400, "bottom.stl", dc.NewDualContouringDefault())
|
||||||
render.ToSTL(top, 400, "top.stl", dc.NewDualContouringDefault())
|
render.ToSTL(top, 400, "top.stl", dc.NewDualContouringDefault())
|
||||||
render.ToSTL(plate, 400, "plate.stl", dc.NewDualContouringDefault())
|
render.ToSTL(plate, 400, "plate.stl", dc.NewDualContouringDefault())
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue