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:
0d159a1
)
toolbox-inserts: wip Bits
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 20 May 2025 19:19:50 +0000
(20:19 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 20 May 2025 19:19:50 +0000
(20:19 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad
patch
|
blob
|
history
diff --git
a/toolbox-inserts.scad
b/toolbox-inserts.scad
index b9b1d589e1710582443053b46ab7edab74233acc..daa363daab145c9cb3db2e84fa637447c70e3fcf 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-482,7
+482,7
@@
bitholder_sz = [
bit_pitch_x * (bit_n_x -1),
bit_pitch_y * (bit_n_y -1)
]
- + [2,2] *
bit_around_bit_wall
;
+ + [2,2] *
(bit_bit_d/2 + bit_around_bit_wall)
;
module BitHolderOuterPlan() {
square(bitholder_sz, center=true);