From: Ian Jackson Date: Wed, 11 Feb 2015 23:38:43 +0000 (+0000) Subject: screw-recess-test: abolish spurious column in tests array X-Git-Tag: filamentspool-v2-release~197 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=6fe46deb3e12a78137643be44d244ef4810082d9 screw-recess-test: abolish spurious column in tests array --- diff --git a/screw-recess-test.scad b/screw-recess-test.scad index 3219a84..3378d90 100644 --- a/screw-recess-test.scad +++ b/screw-recess-test.scad @@ -35,11 +35,11 @@ module RecessedScrewCutout(shaftdia, recessdia, shaftlen, } // shaftdia recessdia -tests = [[2 + 0.5, 4 + 1.0, 0 ], - [3 + 0.5, 6 + 1.0, 12 ], - [4 + 0.5, 8 + 1.0, 28 ], - [5 + 0.5, 10 + 1.0, 38 ], - [6 + 0.5, 12 + 1.0, 48 ]]; +tests = [[2 + 0.5, 4 + 1.0 ], + [3 + 0.5, 6 + 1.0 ], + [4 + 0.5, 8 + 1.0 ], + [5 + 0.5, 10 + 1.0 ], + [6 + 0.5, 12 + 1.0 ]]; module OneTest(t){ blocksz = t[1] + 7;