summaryrefslogtreecommitdiff
path: root/testdata/scad/features/cylinder-tests.scad
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/scad/features/cylinder-tests.scad')
-rw-r--r--testdata/scad/features/cylinder-tests.scad5
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/scad/features/cylinder-tests.scad b/testdata/scad/features/cylinder-tests.scad
index 54e88cd..71f43a6 100644
--- a/testdata/scad/features/cylinder-tests.scad
+++ b/testdata/scad/features/cylinder-tests.scad
@@ -12,4 +12,9 @@ translate([22,-11,0]) cylinder(h=5, r=5, r1=0, center=true);
translate([22,0,0]) cylinder(h=5, r=5, r2=0);
translate([22,11,0]) cylinder(h=15, r=5, r2=5);
+// This tests for hexagonal cylinder orientation, since people
+// 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
contact: Jan Huwald // Impressum