summaryrefslogtreecommitdiff
path: root/example.scad
diff options
context:
space:
mode:
Diffstat (limited to 'example.scad')
-rw-r--r--example.scad8
1 files changed, 8 insertions, 0 deletions
diff --git a/example.scad b/example.scad
new file mode 100644
index 0000000..1a5445f
--- /dev/null
+++ b/example.scad
@@ -0,0 +1,8 @@
+
+difference() {
+ sphere(r = 10);
+ cylinder(r = 5, h = 15);
+ rot([90 0 0]) cylinder(r = 5, h = 15);
+ rot([0 90 0]) cylinder(r = 5, h = 15);
+}
+
contact: Jan Huwald // Impressum