Initial commit
This commit is contained in:
11
src/scad_demo/core.clj
Normal file
11
src/scad_demo/core.clj
Normal 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))
|
||||
Reference in New Issue
Block a user