chiark / gitweb /
pawn wip remove old version
[reprap-play.git] / pawn.scad
index 88113c10d597e7039210399cf9616b0f0e8864bc..c4eb293f0282b4b4eb5e3f02684ba3ce578710e7 100644 (file)
--- a/pawn.scad
+++ b/pawn.scad
@@ -50,22 +50,10 @@ module PawnTemplate(){
   ConcaveSegment( x3 - r3,         z3,              r3, z3, z2);
   ConcaveSegment( x3 - r4,         z3,              r4, z4, z3);
   ConvexSegment(  x5 + r5*cos(a6), z5 - r5*sin(a6), r5, z5, z4);
-
-if(0)
-  intersection(){
-    union(){
-      translate([x5 + r5 * cos(a6), z5]) circle(r=r5);
-      polygon([[x6,z6-1],
-              [x5,z5],
-              [1,z5],
-              [1,z6-1]]);
-      difference(){
-       translate([-50,z4]) square([52,z2-z4]);
-//     circle(
-      }
-    }
-    translate([-100,z6]) square([100.1, 200]);
-  }
+  polygon([[x6, z6],
+          [x5, z5+0.01],
+          [0.01, z5],
+          [0.01, z6]]);
 }
 
 PawnTemplate();