From 7c329cd4f013ba7d81fab52f443376d719fc52cb Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Thu, 2 Jun 2022 18:15:03 -0500 Subject: [PATCH] add keyswitch to the compile --- hjklbox/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hjklbox/main.go b/hjklbox/main.go index 7ca59eb..4509da7 100644 --- a/hjklbox/main.go +++ b/hjklbox/main.go @@ -6,6 +6,7 @@ import ( ) func main() { + render.ToSTL(keycap(), 400, "keycap.stl", dc.NewDualContouringDefault()) render.ToSTL(walls(), 400, "walls.stl", dc.NewDualContouringDefault()) render.ToSTL(bottom(), 400, "bottom.stl", dc.NewDualContouringDefault()) render.ToSTL(top(), 400, "top.stl", dc.NewDualContouringDefault())