Initial commit

This commit is contained in:
Matt Adereth
2015-03-06 15:26:01 -08:00
parent c8465079ba
commit d466da8a90
15 changed files with 1091 additions and 298 deletions

11
src/scad_demo/core.clj Normal file
View File

@@ -0,0 +1,11 @@
(ns scad-demo.core
(:use [scad-clj.scad])
(:use [scad-clj.model]))
(def primitives
(union
(union)
(->> (sphere 50))))
(spit "post-demo.scad"
(write-scad primitives))