From aac6d88674d12b9a91b7c80c6e10c92631274dfd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 4 Sep 2020 11:26:10 +0100 Subject: [PATCH] nook-case: adjustments from F2 Signed-off-by: Ian Jackson --- nook-case.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nook-case.scad b/nook-case.scad index e6025df..d972c23 100644 --- a/nook-case.scad +++ b/nook-case.scad @@ -3,12 +3,12 @@ include include -nook_th = 12.41 + 0.50 - 1.50; +nook_th = 12.41 + 0.50 - 1.50 + 1.35 - .25; nook_w = 127.12 + 0.75 - .95; nook_h = 123.44 + 21.88 + 21.05 + 0.75 - 1.90; edge_ledge_w = 9.60; -edge_ledge_h = 2.44; +edge_ledge_h = 2.44 - .25; edge_ledge_inc_ang = 10; // degrees usb_w = 14.5; @@ -37,7 +37,7 @@ engage_l0 = 10; engage_l1 = 10; engage_l2 = 3; -tooth_inward = gap[0] * 1.0 + 0.25; +tooth_inward = gap[0] * 1.0 + 0.25 + 0.25; tooth_w = 15; diag_near_hinge_slope = 0.5; -- 2.30.2