Clamp tweaks, still too weak

This commit is contained in:
jaseg 2018-07-14 10:58:33 +02:00
parent e585910da0
commit 47fccb6b91
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -1,6 +1,6 @@
w = 20;
h = w;
d = 5;
d = 7;
hole_dia = 6;
hole_d = 4;
hole_fringe = 1.5;