From 74ea7fffa72112052e7cf46280b8ed96b5b42bf4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 19 Oct 2023 15:53:27 +0100 Subject: [PATCH] digispark-with-cable: tidying Signed-off-by: Ian Jackson --- digispark-with-cable.scad | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/digispark-with-cable.scad b/digispark-with-cable.scad index 3b012c7..47bca64 100644 --- a/digispark-with-cable.scad +++ b/digispark-with-cable.scad @@ -8,8 +8,6 @@ include -//tongue_w = 11.92 + 0.4; - usb_w = 12.01 + 0.19; usb_wall_w = 0.51; usb_tongue_d = 8.97 - 0.2; @@ -28,7 +26,7 @@ sw_to_edge = board_w/2 + 0.1; front_wall_th = 0.75; // egress_w = 8.0; -wall_y_min = -board_l - side_wall_th; // XXXX remove +wall_y_min = -board_l - side_wall_th; ceil_y_min = wall_y_min - 5;; small_walls = [ @@ -123,7 +121,6 @@ module BottomStrapCutouts(y_c){ // XXXX check strap width // XXXX check cable diameter // XXXX need rear strap -// XXXX need bottom-to-middle registration module CoverStrapCutouts(){ BothSides(){ translate([ -total_side_wall_x, -cover_strap_c_d_y, cover_top_z ]) -- 2.30.2