add keyswitch to the compile
This commit is contained in:
parent
6e9926a471
commit
7c329cd4f0
|
@ -6,6 +6,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
render.ToSTL(keycap(), 400, "keycap.stl", dc.NewDualContouringDefault())
|
||||||
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())
|
||||||
|
|
Loading…
Reference in New Issue