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:
eaccec2
)
toolbox-inserts: UniversalJoint: wip
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 27 May 2025 20:39:49 +0000
(21:39 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 27 May 2025 20:39:49 +0000
(21:39 +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 87a05da9a5fae771fad786d7fdae1337b7d63bfb..143735ff8658623f2dcae1377440c10757445efe 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-529,6
+529,13
@@
module UniversalJointPositive() { ////toplevel
}
}
module UniversalJointHolder() { ////toplevel
+ WellSurround(
+ half_height = universal_joint_d_fat/2,
+ gaps = [],
+ fixings = []
+ ) {
+ UniversalJointPositive();
+ }
}
//==================== bit holder ====================