From 3582392868171af73e65d9c12dad32d4609dedfe Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 2 Sep 2020 22:06:37 +0100 Subject: [PATCH] nook-case: wip, tooth Signed-off-by: Ian Jackson --- nook-case.scad | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nook-case.scad b/nook-case.scad index 3b5c0d6..cf15950 100644 --- a/nook-case.scad +++ b/nook-case.scad @@ -24,6 +24,8 @@ engage_l1 = 10; engage_l2 = 3; tooth_inward = gap[0] * 1.0; +tooth_x = nook_w * 1/6; +tooth_w = 15; $test = false; @@ -178,6 +180,10 @@ module Top(){ ////toplevel LeftTopMainProfile(); RightTopMainProfile(); } + translate([tooth_x, nook_h/2, 0]) + linextr_x_yz(-tooth_w/2, +tooth_w/2) + mirror([1,0]) + ToothProfile(); } module TestExtrude(){ -- 2.30.2