summaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
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')