chiark / gitweb /
digispark-with-cable: abolish egress, fix
[reprap-play.git] / digispark-with-cable.scad
index 4416aa8c6b26c5ac7568a8b5e5211d9b23a0dfea..89aa5dbf99eb26add3da5c2d4079fd66491168ec 100644 (file)
@@ -31,7 +31,7 @@ small_walls = [
 //            [ [3.0, -11.72],              [sw_to_edge, -13.38] ],
               [ [-sw_to_edge+3.85, -14.90], [sw_to_edge, -13.38] ],
               ];
-chip_cutout = [[ -sw_to_edge + 4.20,    -4.50 ],
+chip_cutout = [[ -sw_to_edge + 4.20,    -3.75 ],
               [ -sw_to_edge + 11.95,  -11.90 ]];
 
 module BothSides(){
@@ -76,8 +76,8 @@ module TopMainWallsPlan() {
               [ -board_w/2,                wall_y_min ]);
   }
   FrontWallsPlan(usb_tongue_w_slop);
-//  rectfromto([ -board_w/2 - side_wall_th + egress_w, -board_l   ],
-//          [ +board_w/2 + side_wall_th,            wall_y_min ]);
+  rectfromto([ -board_w/2 - side_wall_th + 0, -      board_l   ],
+            [ +board_w/2 + side_wall_th,            wall_y_min ]);
 }
 
 module Top(){