summaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-12-09 11:25:11 +0100
committerVG <vg@devys.org>2016-12-09 11:25:11 +0100
commit7baec10b5c7e454276fafee86fdf91409b242715 (patch)
tree05ed33ffda659796778a4815ea7f1116421f7dbd /test.py
parent96cd0418f870ea0c2fc9870761dd1f19d7277e67 (diff)
downloadcatcad-7baec10b5c7e454276fafee86fdf91409b242715.tar.gz
catcad-7baec10b5c7e454276fafee86fdf91409b242715.tar.bz2
catcad-7baec10b5c7e454276fafee86fdf91409b242715.zip
organize files in a package
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/test.py b/test.py
deleted file mode 100755
index 7557963..0000000
--- a/test.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#!venv/bin/python3
-
-from solid import *
-from solid.utils import *
-
-d = difference()(
- cube(10),
- sphere(15)
-)
-
-scad_render_to_file(d, 'test.scad')