chiark / gitweb /
8e43268552d93a93bd1aab27f04f8a04e2abb0ca
[reprap-play.git] / scaffold-clamp-straphook.scad
1 // -*- C -*-
2
3 // Per gym ring strap retainer print
4 //     HHookPartA
5 //     GeneralPartB
6 //     Pin
7
8 //// toplevels-from:
9 include <scaffold-clamp-common.scad>
10
11 th = 3;
12 hhook_th = 3;
13 hinge_units = 2;
14 nbolts = 1;
15 hinge_unit = 5;
16 bolt_dia = 4;
17
18 module DemoA(){ HHookPartA(); }