Skip to content

Commit

Permalink
Add geartoy
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jul 11, 2023
1 parent 6c3bbd4 commit aed7acf
Show file tree
Hide file tree
Showing 3 changed files with 857 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/geartoy/geartoy.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package geartoy

import (
"github.com/lestrrat-go/openscad"
_ "github.com/lestrrat-go/openscad/examples/gears"
_ "github.com/lestrrat-go/openscad/examples/joints"
_ "github.com/lestrrat-go/openscad/examples/threads"
)

func init() {
if err := openscad.RegisterFile("geartoy.scad"); err != nil {
panic(err)
}
}
Loading

0 comments on commit aed7acf

Please sign in to comment.