X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=scaffold-clamp-straphook.scad;h=1804be96d5e359022217ac25062cf9aa9a7ba7fc;hb=ba7c5b240dcdab5fa3f4e3f7823bb828551471f0;hp=8e43268552d93a93bd1aab27f04f8a04e2abb0ca;hpb=0bce6ec138ba31a70485bf9cc69644fa9201270e;p=reprap-play.git diff --git a/scaffold-clamp-straphook.scad b/scaffold-clamp-straphook.scad index 8e43268..1804be9 100644 --- a/scaffold-clamp-straphook.scad +++ b/scaffold-clamp-straphook.scad @@ -1,8 +1,8 @@ // -*- C -*- // Per gym ring strap retainer print -// HHookPartA -// GeneralPartB +// HHookA +// GeneralB // Pin //// toplevels-from: @@ -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; -module DemoA(){ HHookPartA(); } +hhook_inside = 35; +hhook_l = 50; + +module DemoA(){ HHookA(); }