diff options
author | Torsten Paul <Torsten.Paul@gmx.de> | 2013-10-20 18:53:51 (GMT) |
---|---|---|
committer | Torsten Paul <Torsten.Paul@gmx.de> | 2013-10-21 17:47:48 (GMT) |
commit | 6624fc70896abe459c234eef0cb47a3983261a03 (patch) | |
tree | 81aaf8e923383ab52a82f9c0905f3975f2db6bae /testdata | |
parent | bc4ace7e2641c67fa0677587d4c34a3d2bb239b6 (diff) |
Extend sphere tests to cover the new diameter parameter.
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/scad/features/sphere-tests.scad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/scad/features/sphere-tests.scad b/testdata/scad/features/sphere-tests.scad index cc80738..5c38f6b 100644 --- a/testdata/scad/features/sphere-tests.scad +++ b/testdata/scad/features/sphere-tests.scad @@ -9,3 +9,5 @@ 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); +translate([33, 0, 0]) sphere(d=10); +translate([33, 11, 0]) sphere(r=1, d=10); |