From: Ian Jackson Date: Thu, 19 Oct 2023 15:03:43 +0000 (+0100) Subject: digispark-with-cable: strap width X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=e79de0684c03b570fdcfe698848aae786a8d2008;p=reprap-play.git digispark-with-cable: strap width Signed-off-by: Ian Jackson --- diff --git a/digispark-with-cable.scad b/digispark-with-cable.scad index 477cb86..23b6c2e 100644 --- a/digispark-with-cable.scad +++ b/digispark-with-cable.scad @@ -38,8 +38,8 @@ small_walls = [ chip_cutout = [[ -sw_to_edge + 4.20, -3.75 ], [ -sw_to_edge + 11.95, -11.90 ]]; -strain_w = 2.5 + 0.5; -strain_t = 1.0 + 0.5; +strain_w = 3.5 + 0.5; +strain_t = 1.5 + 0.5; strain_pitch_across = 5; strain_pitch_along = 10; strain_groove_d = 2; @@ -120,7 +120,6 @@ module NormalStrapCutouts(y_c, z, rot){ module BottomStrapCutouts(y_c){ NormalStrapCutouts(y_c, bottom_base_z, -45); } -// XXXX check strap width module CoverStrapCutouts(){ BothSides(){ translate([ -total_side_wall_x, -cover_strap_c_d_y, cover_top_z ])