From: Ian Jackson Date: Wed, 31 Oct 2018 01:07:02 +0000 (+0000) Subject: ksafe-base: slop adjustments X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=ffb2e0ea910eb84b2948dccf8f137be58d3d3846 ksafe-base: slop adjustments Signed-off-by: Ian Jackson --- 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;