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:
840fdec
)
digispark-with-cable: wip
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 16 Oct 2023 23:12:02 +0000
(
00:12
+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 69a19e25e3f629eed4c87cc0e22e0bbd9a4cc50f..09d6466beb53ef88f30ee21bcbfe97ee29e1bf2e 100644
(file)
--- a/
digispark-with-cable.scad
+++ b/
digispark-with-cable.scad
@@
-18,6
+18,8
@@
board_th = 1.92 + 0.1;
sw_to_edge = board_w/2 + 0.1;
+front_wall_th = 0.4;
+
small_walls = [
[ [0, 0], [-sw_to_edge, -1.0] ],
[ [sw_to_edge-4.5, -4.5], [sw_to_edge, -5.7] ],
@@
-55,6
+57,8
@@
module TopMainWallsPlan() {
BothSides(){
rectfromto([ -board_w/2 - side_wall_th, 0 ],
[ -board_w/2, -board_l ]);
+ rectfromto([ -board_w/2 - side_wall_th, 0 ],
+ [ -usb_w/2, front_wall_th ]);
}
}