From: Ian Jackson Date: Tue, 17 Oct 2023 08:15:56 +0000 (+0100) Subject: digispark-with-cable: abolish egress, will do other side X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=c7537ad146f7ed7bd743744dc44c43a5750e3bcd;p=reprap-play.git digispark-with-cable: abolish egress, will do other side Signed-off-by: Ian Jackson --- 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(){