From: Ian Jackson Date: Thu, 19 Oct 2023 14:59:40 +0000 (+0100) Subject: digispark-with-cable: cable width X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=836ecc1c3f98690ba975240af773b9fd23f96c36;p=reprap-play.git digispark-with-cable: cable width Signed-off-by: Ian Jackson --- diff --git a/digispark-with-cable.scad b/digispark-with-cable.scad index 76b905b..3d47ab0 100644 --- a/digispark-with-cable.scad +++ b/digispark-with-cable.scad @@ -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 ])