Clamp tweaks, still too weak
This commit is contained in:
parent
e585910da0
commit
47fccb6b91
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ module nut_holder(
|
|||
}
|
||||
}
|
||||
|
||||
module base($fn=25, cw=90, sw=15, sh=15, strut_spacing=30, clamp_dist=90) {
|
||||
module base($fn=25, cw=93, sw=15, sh=15, strut_spacing=30, clamp_dist=90) {
|
||||
d = 30;
|
||||
clamp(l=cw, h=sh);
|
||||
translate([-d, 0, 0]) nut_holder();
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
w = 20;
|
||||
h = w;
|
||||
d = 5;
|
||||
d = 7;
|
||||
hole_dia = 6;
|
||||
hole_d = 4;
|
||||
hole_fringe = 1.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue