chiark / gitweb /
nook-case: wip, tooth
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 2 Sep 2020 21:06:37 +0000 (22:06 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 2 Sep 2020 21:06:37 +0000 (22:06 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
nook-case.scad

index 3b5c0d68dda18653e38d92db21ec8df9a6c4b44e..cf15950c32dc6addc9644aeeb43c83d862c1cd0c 100644 (file)
@@ -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(){