chiark / gitweb /
screw-recess-test: put finite (3mm) shaft hole back (bugfix)
[reprap-play.git] / screw-recess-test.scad
index 138d6be1f829024f22569cdba0adf6f37a46cc80..5762a26e8361cfe540997d6ab2f492c4710fa170 100644 (file)
@@ -92,8 +92,8 @@ 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);
   }