farrellm / scad-clj

OpenSCAD DSL in Clojure
Eclipse Public License 1.0
318 stars 51 forks source link

Import-file #20

Closed EricGebhart closed 10 years ago

EricGebhart commented 10 years ago

This adds an import-file function for the scad import command. Import is used to import dxf and stl files.

farrellm commented 10 years ago

Any reason to not call the model function import (rather than import-file) so it's consistent with scad?

EricGebhart commented 10 years ago

I wasn't thinking... fixed it.