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

index cf15950c32dc6addc9644aeeb43c83d862c1cd0c..fc968aac33b33efc47860ed0653402ec77bd68dd 100644 (file)
@@ -169,14 +169,14 @@ module FaceCore(z0,z1, extra_left, extra_right){
 }
 
 module Base(){ ////toplevel
-  FaceCore(0,0, 0.3, 0) {
+  FaceCore(spp7[1],spp8[1], 0.3, 0) {
     LeftSideMainProfile();
     RightSideMainProfile();
   }
 }
 
 module Top(){ ////toplevel
-  FaceCore(0,0, -gap[0], gap[0] + 0.3) {
+  FaceCore(tppE[1],tppD[1], -gap[0], gap[0] + 0.3) {
     LeftTopMainProfile();
     RightTopMainProfile();
   }