chiark / gitweb /
fairphone4-case: wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 17 Feb 2022 20:39:12 +0000 (20:39 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 17 Feb 2022 20:39:12 +0000 (20:39 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone4-case.scad

index c26b02b4c70e251cb561323dc04d35f1ef5dda33..37e4f5f897f5e1bf8d3b7a586b1254e651bc951f 100644 (file)
@@ -170,7 +170,7 @@ fingerpushhole_dias = [ 15, 18 ];
 
 lanyard_half_dia = 1.15;
 lanyard_entry_rel_breadth = 2;
-lanyard_channel_len = 15;
+lanyard_channel_len = 8;
 rearspeaker_pos_bl = [ 12.64, 18.72 ];
 rearspeaker_size   = [  3.76,  7.36 ];
 
@@ -821,8 +821,9 @@ module LidButtonishLeg(y, y_ref_sign, l=buttonishleg_default_l_is_fudge) {
 module Buttons(){
   Flip_rhs(1) SideButton(30.320, +1, 22.960  ) children(); // volume
   Flip_rhs(1) SideButton(64.220, +1, 14.500  ) children(); // power
-  Flip_rhs(   ) LidButtonishLeg(14, -1) children();
-  Flip_rhs(0)   LidButtonishLeg(14, +1) children();
+  Flip_rhs(1) LidButtonishLeg(14, -1) children();
+  Flip_rhs(0) LidButtonishLeg(21, -1) children();
+  Flip_rhs(0) LidButtonishLeg(14, +1) children();
   // xxx need hole for whatever that hole is on lhs
 }