X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=screw-recess-test.scad;h=09eb0766763886f3a72d03842620de06e41c211b;hp=c9913722b093a23011fe5f35e421d7cd6f19ccc3;hb=21b6c2f5610d1a91ca5333a1f24cfe0492a4581f;hpb=0bb427f4924b61cccc1d2c863a1c930f683e3171 diff --git a/screw-recess-test.scad b/screw-recess-test.scad index c991372..09eb076 100644 --- a/screw-recess-test.scad +++ b/screw-recess-test.scad @@ -112,7 +112,7 @@ function Test_x(i) = i<=0 ? 0 : Test_x(i-1) + Test_blocksz(tests[i-1])/2 + Test_blocksz(tests[i])/2 - 3; module Tests(){ - for (i = [0]) { + for (i = [0:len(tests)-1]) { echo(i, Test_x(i)); translate([Test_x(i), 0, 0]) OneTest(tests[i]);