chiark / gitweb /
scaffold-clamp: prep for print
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Nov 2020 21:52:37 +0000 (21:52 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Nov 2020 21:52:37 +0000 (21:52 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
scaffold-clamp-straphook.scad

index 8e43268552d93a93bd1aab27f04f8a04e2abb0ca..56122411055f7d79c0dd2c999dfad06081fb8daf 100644 (file)
@@ -13,6 +13,10 @@ hhook_th = 3;
 hinge_units = 2;
 nbolts = 1;
 hinge_unit = 5;
-bolt_dia = 4;
+bolt_dia = 3;
+bolt_flat = 7 + 1;
+
+hhook_inside = 35;
+hhook_l = 50;
 
 module DemoA(){ HHookPartA(); }