chiark / gitweb /
scaffold-clamp: prep for print
[reprap-play.git] / scaffold-clamp-straphook.scad
index 304a921ed7130631629dbe8abfe230e470ea9639..8e43268552d93a93bd1aab27f04f8a04e2abb0ca 100644 (file)
@@ -8,3 +8,11 @@
 //// toplevels-from:
 include <scaffold-clamp-common.scad>
 
+th = 3;
+hhook_th = 3;
+hinge_units = 2;
+nbolts = 1;
+hinge_unit = 5;
+bolt_dia = 4;
+
+module DemoA(){ HHookPartA(); }