From: Ian Jackson Date: Thu, 12 Feb 2015 00:12:52 +0000 (+0000) Subject: screw-recess-test: Allen tests too X-Git-Tag: filamentspool-v2-release~192 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=783d1a67f5bba9d31acff13af5dcb1b620e4d8b5;p=reprap-play.git screw-recess-test: Allen tests too --- diff --git a/screw-recess-test.scad b/screw-recess-test.scad index 5bad139..138d6be 100644 --- a/screw-recess-test.scad +++ b/screw-recess-test.scad @@ -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]); @@ -97,9 +97,9 @@ module OneTest(t){ 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 :