Removing demo code
This commit is contained in:
parent
d466da8a90
commit
1156ce3e69
|
@ -1,11 +0,0 @@
|
||||||
(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))
|
|
Loading…
Reference in a new issue