From: Ian Jackson Date: Wed, 2 Sep 2020 21:06:37 +0000 (+0100) Subject: nook-case: wip, tooth X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3582392868171af73e65d9c12dad32d4609dedfe;p=reprap-play.git nook-case: wip, tooth Signed-off-by: Ian Jackson --- 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(){