chiark / gitweb /
commitid: commitid-best-test.scad: a few more
[reprap-play.git] / screw-recess-test.scad
index 4234a7aa237531b3d68a4e6052be2fb55a272097..09eb0766763886f3a72d03842620de06e41c211b 100644 (file)
@@ -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();