Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.39k stars 142 forks source link

There is a way to import external modules #206

Closed onekk closed 5 years ago

onekk commented 6 years ago

Sorry for the inconvenience, but a quick search in the Docs on the site lead me to nothing.

I want to reuse some modules and in Openscad (Sorry but I'm new in ImplicitCAD) I can import them using use but when running it through extopenscad it raise an error about

unexpected "<"

There are some syntax differences

Plus the only docs are those in implicitcad docs ?

Many Thanks in advance and best regards.

Carlo D.

julialongtin commented 5 years ago

include ; seems to work fine to me. :)

If you want to see how it works, check out current master, and look at Examples/example23.escad