summaryrefslogtreecommitdiff
path: root/example.scad
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-07-10 15:10:42 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-07-10 15:10:42 (GMT)
commit2bea6501b7d7be3e10dc6dae1609f80c5e542199 (patch)
tree7d6f7f4820c4d58e7f7f8a48e26ede6a50f007c5 /example.scad
parentedc627bcc9884e340d2a7b2bb2bec09f811844a0 (diff)
Clifford Wolf:
Ooops.. reverted some example.scad changes git-svn-id: http://svn.clifford.at/openscad/trunk@54 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'example.scad')
-rw-r--r--example.scad3
1 files changed, 1 insertions, 2 deletions
diff --git a/example.scad b/example.scad
index 193ec73..f91d22f 100644
--- a/example.scad
+++ b/example.scad
@@ -1,7 +1,6 @@
module test001()
{
- $fn = 100;
function r_from_dia(d) = d / 2;
module rotcy(rot, r, h) {
@@ -81,7 +80,7 @@ module test005()
cylinder(h = 200, r=10);
}
translate([0 0 200])
- cylinder(h = 80, r1 = 120, r2 = 1);
+ cylinder(h = 80, r1 = 120, r2 = 0);
}
}
contact: Jan Huwald // Impressum