chiark / gitweb /
digispark-with-cable: tidying
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 19 Oct 2023 14:53:27 +0000 (15:53 +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 3b012c797a54ddf68b4156bcff4f38e7c6ae422c..47bca642632b843bcdb99c9b2e3a45acaa7791f2 100644 (file)
@@ -8,8 +8,6 @@
 
 include <utils.scad>
 
-//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 ])