chiark / gitweb /
digispark-with-cable: wip progress
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 Oct 2023 21:49:13 +0000 (22:49 +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 c29b2fafa8711c9bf19e9a77759b578d686f0a1c..1f7034dc03ca096199af1e469503e1b9f548995e 100644 (file)
@@ -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();
   }
 }