chiark / gitweb /
lock-inframe-bracket: for v2: introduce TestTopEdge
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2016 18:24:06 +0000 (19:24 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2016 18:24:06 +0000 (19:24 +0100)
lock-inframe-bracket.scad

index 7a35441935839263a8079ade3bdc233a675bef02..43af97492b4920a2938e6f3c510288683f0d19f7 100644 (file)
@@ -147,10 +147,21 @@ module Bracket(){
   }
 }
 
+module TestTopEdge(){
+  intersection(){
+    translate([0,0, -total_h])
+      translate([0,0, 4])
+      Bracket();
+    translate([-200,-200,0])
+      cube([400,400,100]);
+  }
+}
+
 //MainPlan();
 //ClipElevationPositive();
 //ClipElevation();
 //MainPositive();
 //%ThroughHoles();
+//TestTopEdge();
 
 Bracket();