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:
49dac1e
)
toolbox-inserts: UniversalJoint: adjust walls taller
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 27 May 2025 21:27:09 +0000
(22:27 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 27 May 2025 21:27:09 +0000
(22:27 +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 7a892e3659085e8dc0e06296bed90cb013fe6b52..7cff66bd6d0cc3f960129f79bef6be6a12c6b4d1 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-60,7
+60,6
@@
ratchet_handle_shaft_main_d = 10.0;
universal_joint_main_len = 30; // XXXX
universal_joint_d_end = 14.0;
universal_joint_d_fat = 14.6;
-universal_joint_deeper = 3;
bit_pitch_x = 25.4 * 2 / 5;
bit_pitch_y = 25.4 * 3 / 4;
@@
-540,7
+539,7
@@
module UniversalJointHolder() { ////toplevel
half_height = universal_joint_d_fat/2,
gaps = [],
fixings = [],
- walls_taller =
universal_joint_deeper
+ walls_taller =
1.5
) {
UniversalJointPositive();
}