chiark / gitweb /
rpi-mount: copy from other repo
[reprap-play.git] / screw-recess-test.scad
index c9913722b093a23011fe5f35e421d7cd6f19ccc3..08fdf20d2cbaf6a468a963d9034794435b16b73b 100644 (file)
@@ -74,7 +74,7 @@ tests = [
         screw_info_M2,
         screw_info_M3,
         screw_info_M4,
-        screw_info_M5,
+2       screw_info_M5,
         screw_info_M6
         ];
 
@@ -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]);