chiark / gitweb /
fairphone-case: wip lanyard, introduce LanyardEntryOuterProfile (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Mar 2018 15:33:50 +0000 (15:33 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Mar 2018 15:33:50 +0000 (15:33 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 6a1aecd689c6cf22c122992af59d67ad7b09457d..b1b0e225e5540ded60413f444a30a27700016351 100644 (file)
@@ -554,6 +554,10 @@ module LanyardMainChannelProfile(){
   }
 }
 
   }
 }
 
+module LanyardEntryOuterProfile(){
+  circleat([ly_re + ly_r, 0], ly_re);
+}
+
 module LanyardEntry(){
   q_z = -(ly_rc + ly_r);
   d_x = -ly_rc;
 module LanyardEntry(){
   q_z = -(ly_rc + ly_r);
   d_x = -ly_rc;
@@ -595,7 +599,7 @@ module LanyardEntry(){
            translate(ly_re * [-1,0,-1])
              cube(ly_re * [2,1,1]);
            rotate_extrude(convexity=10)
            translate(ly_re * [-1,0,-1])
              cube(ly_re * [2,1,1]);
            rotate_extrude(convexity=10)
-             circleat([ly_re + ly_r, 0], ly_re);
+             LanyardEntryOuterProfile();
          }
        }
       }
          }
        }
       }