From b11c07ab0563fed9eb05d251a8848c34fa12ecb1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Oct 2018 01:55:52 +0000 Subject: [PATCH] ksafe-base: dcover parameters Signed-off-by: Ian Jackson --- ksafe-base.scad | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ksafe-base.scad b/ksafe-base.scad index 4d9701f..829c63a 100644 --- a/ksafe-base.scad +++ b/ksafe-base.scad @@ -9,6 +9,10 @@ main_sz = 150.56 + 0.75; cnr_rad = 13.5; // approx lidinner_thick_allow = 20.78 + 0.50; +dpp3 = [ -5.5, 8.5 ]; +dpp2 = [ -11.0, 7.0 ]; +dpp1 = [ -34.0, 14.0 ]; + // other parameters web_thick = 4; web_height = 20; // excluding wall and base thick @@ -26,6 +30,11 @@ string_depth = 6.0; thumbslot_depth = 5.0; thumbslot_width = 15.0; thumbslot_between = 10; +dcover_endthick = 3.0; +dcover_mainthick = 5.0; +dcover_slop_height = 0.25; +dcover_slop_depth = 0.25; +dcover_slop_inside = 1.25; // ----- calculated ----- -- 2.30.2