From c7537ad146f7ed7bd743744dc44c43a5750e3bcd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Oct 2023 09:15:56 +0100 Subject: [PATCH] digispark-with-cable: abolish egress, will do other side Signed-off-by: Ian Jackson --- digispark-with-cable.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/digispark-with-cable.scad b/digispark-with-cable.scad index 07a28bd..a597d67 100644 --- a/digispark-with-cable.scad +++ b/digispark-with-cable.scad @@ -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(){ -- 2.30.2