summaryrefslogtreecommitdiff
path: root/example.scad
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-07-10 15:09:43 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-07-10 15:09:43 (GMT)
commitedc627bcc9884e340d2a7b2bb2bec09f811844a0 (patch)
treee10c3f6b914007d1199112059bdbf3fcacb770d2 /example.scad
parente66b2cc8c65b7b4eca6b6f767759c3c9a1575490 (diff)
Clifford Wolf:
Added STL export git-svn-id: http://svn.clifford.at/openscad/trunk@53 b57f626f-c46c-0410-a088-ec61d464b74c
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