From: Ian Jackson Date: Wed, 11 Feb 2015 23:43:15 +0000 (+0000) Subject: screw-recess-test: actual results X-Git-Tag: filamentspool-v2-release~196 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=d3cc41135722579bc3874d7aeac8a76082b3fc24;ds=sidebyside screw-recess-test: actual results --- diff --git a/screw-recess-test.scad b/screw-recess-test.scad index 3378d90..2272560 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 ], - [3 + 0.5, 6 + 1.0 ], - [4 + 0.5, 8 + 1.0 ], - [5 + 0.5, 10 + 1.0 ], - [6 + 0.5, 12 + 1.0 ]]; +tests = [[2 + 0.5, 4 + 1.0 ], // shaft came out ~1.0 + [3 + 0.5, 6 + 1.0 ], // shaft came out ~2.0 + [4 + 0.5, 8 + 1.0 ], // shaft came out ~3.3 + [5 + 0.5, 10 + 1.0 ], // shaft came out ~4.5 + [6 + 0.5, 12 + 1.0 ]]; // shaft came out ~5.4 module OneTest(t){ blocksz = t[1] + 7;