summaryrefslogtreecommitdiff
path: root/testdata/scad/features/cylinder-tests.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-06-08 06:12:06 (GMT)
committerMarius Kintel <marius@kintel.net>2013-06-08 06:12:06 (GMT)
commitf2f019f57ea1923e5378b36f463335888f262b56 (patch)
treed107ea2a0930c6de8715e2285a2af947dd373496 /testdata/scad/features/cylinder-tests.scad
parent58e09b1351a53bef508786f78e5cf8f8e6bbe8c3 (diff)
clamp to 3. Fixes #395
Diffstat (limited to 'testdata/scad/features/cylinder-tests.scad')
-rw-r--r--testdata/scad/features/cylinder-tests.scad3
1 files changed, 1 insertions, 2 deletions
diff --git a/testdata/scad/features/cylinder-tests.scad b/testdata/scad/features/cylinder-tests.scad
index 71f43a6..3174bc4 100644
--- a/testdata/scad/features/cylinder-tests.scad
+++ b/testdata/scad/features/cylinder-tests.scad
@@ -16,5 +16,4 @@ translate([22,11,0]) cylinder(h=15, r=5, r2=5);
// tend to "abuse" this for captured nut slots
translate([-10,0,0]) cylinder(h=2, r=3, $fn=6);
-
-// FIXME: We could test $fs, $fa, $fn as well
+translate([-10, -10, 0]) sphere(5, $fn=0.1);
contact: Jan Huwald // Impressum