chiark / gitweb /
air-hockey-puck: wip
[reprap-play.git] / scaffold-clamp-straphook.scad
1 // -*- C -*-
2
3 // Per gym ring strap retainer print
4 //     HHookA
5 //     GeneralB
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 = 3;
17 bolt_flat = 7 + 1;
18
19 hhook_inside = 35;
20 hhook_l = 50;
21
22 module DemoA(){ HHookA(); }