chiark / gitweb /
digispark-with-cable: cable width
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 19 Oct 2023 14:59:40 +0000 (15:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 26 Oct 2023 17:10:37 +0000 (18:10 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
digispark-with-cable.scad

index 76b905b32eb2a244f9c9ccf1861719fbd6c283bc..3d47ab03605d9cd16245570041d0fe754591b944 100644 (file)
@@ -43,7 +43,7 @@ strain_t = 1.0 + 0.5;
 strain_pitch_across = 5;
 strain_pitch_along = 10;
 strain_groove_d = 2;
-strain_groove_w = 3;
+strain_groove_w = 4.5;
 
 cover_strap_c_d_y = 5.5; // from front of board
 cover_registration_sz_y = 2;
@@ -51,7 +51,7 @@ cover_registration_sz_z = 3;
 midbot_registraton_sz_x = 3;
 
 cable_space_z = 6;
-cable_dia = 5;
+cable_dia = 6;
 bottom_floor_th = 1.5;
 
 fit_gap_z = 0.5;
@@ -121,7 +121,6 @@ module BottomStrapCutouts(y_c){
   NormalStrapCutouts(y_c, bottom_base_z, -45);
 }
 // XXXX check strap width
-// XXXX check cable diameter
 module CoverStrapCutouts(){
   BothSides(){
     translate([ -total_side_wall_x, -cover_strap_c_d_y, cover_top_z ])