chrisspen / gears

OpenSCAD gear generator.
Other
290 stars 68 forks source link

Comment out example so it can be used as a library #2

Closed bradleyayers closed 5 years ago

chrisspen commented 5 years ago

Why would this prevent it from being used as a library? When you import something via the use keyword, it doesn't execute function calls at the top-level.

bradleyayers commented 5 years ago

Ah my bad, I was using include instead of use. Sorry about that!