chiark / gitweb /
screw-recess-test: put finite (3mm) shaft hole back (bugfix)
[reprap-play.git] / screw-recess-test.scad
index 5bad13968f3b4ac2646e6fc24bd50835fb115003..5762a26e8361cfe540997d6ab2f492c4710fa170 100644 (file)
@@ -82,7 +82,7 @@ function Test_blocksz(t) = screw_recess_dia_use(t) + 7;
 
 module OneTestCore(t, h, ymul){
   blocksz = Test_blocksz(t);
-  translate([0, blocksz*ymul*0.5 - 1.5, 0]) {
+  translate([0, ymul * (blocksz*0.5 - 1.5), 0]) {
     difference(){
       translate([-blocksz/2, -blocksz/2, 0])
        cube([blocksz, blocksz, h]);
@@ -92,14 +92,14 @@ module OneTestCore(t, h, ymul){
 }
 
 module OneTest(t){
-  h = RecessedScrewCutoutStandard_totaldepth(t);
-  ha = RecessedScrewCutoutStandardAllen_totaldepth(t);
+  h = RecessedScrewCutoutStandard_totaldepth(t) + 3;
+  ha = RecessedScrewCutoutStandardAllen_totaldepth(t) + 3;
   OneTestCore(t, h, 1){
     RecessedScrewCutoutStandard(t, h+1);
   }
-//  OneTestCore(t, ha){
-//    RecessedScrewCutoutStandardAllen(t, ha+1);
-//  }
+  OneTestCore(t, ha, -1){
+    RecessedScrewCutoutStandardAllen(t, ha+1);
+  }
 }
 
 function Test_x(i) = i<=0 ? 0 :