summaryrefslogtreecommitdiff
path: root/testdata/scad/features/sphere-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/sphere-tests.scad
parent58e09b1351a53bef508786f78e5cf8f8e6bbe8c3 (diff)
clamp to 3. Fixes #395
Diffstat (limited to 'testdata/scad/features/sphere-tests.scad')
-rw-r--r--testdata/scad/features/sphere-tests.scad1
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/scad/features/sphere-tests.scad b/testdata/scad/features/sphere-tests.scad
index e666c1b..cc80738 100644
--- a/testdata/scad/features/sphere-tests.scad
+++ b/testdata/scad/features/sphere-tests.scad
@@ -8,3 +8,4 @@ translate([11,11,0]) sphere(5, $fn=15);
translate([22,-11, 0]) sphere(5, $fa=20, $fs=0.3);
translate([22, 0, 0]) sphere(5, $fa=30, $fs=0.3);
translate([22, 11, 0]) sphere(5, $fa=40, $fs=0.3);
+translate([11, 22, 0]) sphere(5, $fn=0.1);
contact: Jan Huwald // Impressum