chiark / gitweb /
lock-inframe-bracket: Add Demo
[reprap-play.git] / lock-inframe-bracket.scad
index be52d091f4aee8a0ade92b8814272b54acad779c..1267b9ffc3ba22b2b84112d4eaac08a5f2e85bae 100644 (file)
@@ -27,6 +27,8 @@ clip_d = 22.0;
 mountscrew_dia = 4 + 0.5;
 clipbolt_dia = 5 + 0.6;
 
+mountscrew_washer = 10;
+
 backflange_th = 4.5;
 
 $fn=50;
@@ -275,6 +277,13 @@ module TestClipBoltHole(){ ////toplevel
   }
 }
 
+module Demo(){ ////toplevel
+  Bracket();
+  color("blue") MountingHoleCylinders(mountscrew_dia/2 - 0.1);
+  color("black") MountingHoleCylinders(mountscrew_washer/2,
+                                      back_ohw + 0.25);
+}
+
 //MainPlan();
 //ClipElevationPositive();
 //ClipElevation();