chiark / gitweb /
rpi-mount: copy from other repo
[reprap-play.git] / screw-recess-test.scad
index 4234a7aa237531b3d68a4e6052be2fb55a272097..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
         ];
 
@@ -83,7 +83,7 @@ function Test_blocksz(t) = screw_recess_dia_use(t) + 7;
 module OneTestCore(t, h, ymul, labelnumber=false){
   blocksz = Test_blocksz(t);
   translate([0, ymul * (blocksz*0.5 - 1.5), 0]) {
-    %difference(){
+    difference(){
       translate([-blocksz/2, -blocksz/2, 0])
        cube([blocksz, blocksz, h]);
       child();