chiark / gitweb /
scaffold-clamp: fix comments
[reprap-play.git] / scaffold-clamp-straphook.scad
index 911ece88855b2dc5e10fd1ec266f4936d74c539c..09334823f36b746dca7f6c0b982349b9294ae060 100644 (file)
@@ -2,7 +2,7 @@
 
 // Per gym ring strap retainer print
 //     HHookPartA
-//     GeneralPartB
+//     GeneralB
 //     Pin
 
 //// toplevels-from:
@@ -11,3 +11,12 @@ include <scaffold-clamp-common.scad>
 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(){ HHookPartA(); }