summaryrefslogtreecommitdiff
path: root/example.scad
diff options
context:
space:
mode:
Diffstat (limited to 'example.scad')
-rw-r--r--example.scad3
1 files changed, 2 insertions, 1 deletions
diff --git a/example.scad b/example.scad
index f91d22f..193ec73 100644
--- a/example.scad
+++ b/example.scad
@@ -1,6 +1,7 @@
module test001()
{
+ $fn = 100;
function r_from_dia(d) = d / 2;
module rotcy(rot, r, h) {
@@ -80,7 +81,7 @@ module test005()
cylinder(h = 200, r=10);
}
translate([0 0 200])
- cylinder(h = 80, r1 = 120, r2 = 0);
+ cylinder(h = 80, r1 = 120, r2 = 1);
}
}
contact: Jan Huwald // Impressum