From ffb2e0ea910eb84b2948dccf8f137be58d3d3846 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Oct 2018 01:07:02 +0000 Subject: [PATCH] ksafe-base: slop adjustments Signed-off-by: Ian Jackson --- ksafe-base.scad | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ksafe-base.scad b/ksafe-base.scad index 2f74d7a..87a6031 100644 --- a/ksafe-base.scad +++ b/ksafe-base.scad @@ -1,13 +1,13 @@ // -*- C -*- -// xxx from actual ksafe, needs slop adding -bolt_above = 8.50; -bolthole_height = 4.24; +// from actual ksafe +bolt_above = 8.50 - 0.50; +bolthole_height = 4.24 + 1.00; wall_thick = 4.50; -bolthole_width = 16.62; -main_sz = 150.56; +bolthole_width = 16.62 + 2.00; +main_sz = 150.56 + 0.75; cnr_rad = 13.5; // approx -lidinner_thick_allow = 20.78; +lidinner_thick_allow = 20.78 + 0.50; // other parameters web_thick = 4; -- 2.30.2