X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=scaffold-clamp-straphook.scad;h=1804be96d5e359022217ac25062cf9aa9a7ba7fc;hb=fe0b5b4d078c31cb67274832bb9aee68288f5216;hp=304a921ed7130631629dbe8abfe230e470ea9639;hpb=2f104759bacee621a68479c72634736de5bafc3e;p=reprap-play.git diff --git a/scaffold-clamp-straphook.scad b/scaffold-clamp-straphook.scad index 304a921..1804be9 100644 --- a/scaffold-clamp-straphook.scad +++ b/scaffold-clamp-straphook.scad @@ -1,10 +1,22 @@ // -*- C -*- // Per gym ring strap retainer print -// HHookPartA -// GeneralPartB +// HHookA +// GeneralB // Pin //// toplevels-from: include +th = 3; +hhook_th = 3; +hinge_units = 2; +nbolts = 1; +hinge_unit = 5; +bolt_dia = 3; +bolt_flat = 7 + 1; + +hhook_inside = 35; +hhook_l = 50; + +module DemoA(){ HHookA(); }