summaryrefslogtreecommitdiff
path: root/example.scad
diff options
context:
space:
mode:
Diffstat (limited to 'example.scad')
-rw-r--r--example.scad13
1 files changed, 8 insertions, 5 deletions
diff --git a/example.scad b/example.scad
index b37f4a6..55fbd23 100644
--- a/example.scad
+++ b/example.scad
@@ -76,9 +76,12 @@ module test005()
}
}
-// test005();
-
-difference() {
- cube(8, center = true);
- sphere(5);
+module test006()
+{
+ difference() {
+ cube(8, center = true);
+ sphere(5);
+ }
}
+
+cylinder(h=5, r1=3, r2 = 10, center = true);
contact: Jan Huwald // Impressum