chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b831e8f
)
digispark-with-cable: abolish egress, will do other side
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 17 Oct 2023 08:15:56 +0000
(09:15 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/digispark-with-cable.scad
b/digispark-with-cable.scad
index 07a28bd784e5040a2e381a0b75d32b3875924146..a597d67d725fd0c972aea06d32cf91155c86ac2e 100644
(file)
--- 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(){