chiark / gitweb /
digispark-with-cable: abolish egress, will do other side
[reprap-play.git] / digispark-with-cable.scad
index 07a28bd784e5040a2e381a0b75d32b3875924146..a597d67d725fd0c972aea06d32cf91155c86ac2e 100644 (file)
@@ -19,7 +19,7 @@ board_th = 1.92 + 0.1;
 sw_to_edge = board_w/2 + 0.1;
 
 front_wall_th = 0.75;
-egress_w = 8.0;
+// egress_w = 8.0;
 
 wall_y_min = -board_l - side_wall_th;;
 ceil_y_min = wall_y_min - 5;;
@@ -69,8 +69,8 @@ module TopMainWallsPlan() {
     rectfromto([ -board_w/2 - side_wall_th, 0             ],
                [ -usb_w/2,                  front_wall_th ]);
   }
-  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 + egress_w, -board_l   ],
+//          [ +board_w/2 + side_wall_th,            wall_y_min ]);
 }
 
 module Top(){