From d3cc41135722579bc3874d7aeac8a76082b3fc24 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 11 Feb 2015 23:43:15 +0000 Subject: [PATCH] screw-recess-test: actual results --- screw-recess-test.scad | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.30.2