X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=digispark-with-cable.scad;h=1f7034dc03ca096199af1e469503e1b9f548995e;hb=2cf9a358ff9329173255422e12b076d3cb6ac09b;hp=c29b2fafa8711c9bf19e9a77759b578d686f0a1c;hpb=537e1d82530c7e608532f69d5b4b30e650d89755;p=reprap-play.git diff --git a/digispark-with-cable.scad b/digispark-with-cable.scad index c29b2fa..1f7034d 100644 --- a/digispark-with-cable.scad +++ b/digispark-with-cable.scad @@ -93,12 +93,16 @@ module BothSides(){ module StrapCutouts(y_c, z_top, top_sz_x){ for (z = [ bottom_base_z, z_top ]) { BothSides(){ - translate([ -total_side_wall_x, y_c, z_top ]) { + translate([ -total_side_wall_x, y_c, z_top ]) cube([ top_sz_x*2, strap_w, strap_cutout_z*2 ], center=true); - } + translate([ -total_side_wall_x, y_c, bottom_base_z ]) + cube([ side_wall_th * 0.75, + strap_w, + strap_cutout_z*2 ], + center=true); } } } @@ -228,6 +232,7 @@ module Bottom(){ ////toplevel CoverRegistrations(); cube([ 1, fit_gap_y*2, fit_gap_z*2 ], center=true); } + CoverStrapCutouts(); } }