summaryrefslogtreecommitdiff
path: root/example.scad
diff options
context:
space:
mode:
Diffstat (limited to 'example.scad')
-rw-r--r--example.scad8
1 files changed, 7 insertions, 1 deletions
diff --git a/example.scad b/example.scad
index 9f21ea7..b74c29c 100644
--- a/example.scad
+++ b/example.scad
@@ -29,5 +29,11 @@ module test002()
}
}
-test002();
+module test003()
+{
+ cylinder(h = 5, r1 = 3, r2 = 1, center = true);
+ // cylinder(h = 7, r1 = 1, r2 = 5, center = true);
+}
+
+test003();
contact: Jan Huwald // Impressum