chiark / gitweb /
scaffold-clamp-cleat: wip, reorg nfc
[reprap-play.git] / scaffold-clamp-straphook.scad
index 925be0afa104ac259601b5b254bcaeffa120f844..1804be96d5e359022217ac25062cf9aa9a7ba7fc 100644 (file)
@@ -1,8 +1,8 @@
 // -*- C -*-
 
 // Per gym ring strap retainer print
-//     HHookPartA
-//     GeneralPartB
+//     HHookA
+//     GeneralB
 //     Pin
 
 //// toplevels-from:
@@ -12,4 +12,11 @@ th = 3;
 hhook_th = 3;
 hinge_units = 2;
 nbolts = 1;
-hinge_unit = 7;
+hinge_unit = 5;
+bolt_dia = 3;
+bolt_flat = 7 + 1;
+
+hhook_inside = 35;
+hhook_l = 50;
+
+module DemoA(){ HHookA(); }