chiark / gitweb /
pawn wip remove old version
[reprap-play.git] / pawn.scad
index a1d97c4a1dac24716a213b8e3e2b3d27d834d70d..c4eb293f0282b4b4eb5e3f02684ba3ce578710e7 100644 (file)
--- a/pawn.scad
+++ b/pawn.scad
@@ -54,19 +54,6 @@ module PawnTemplate(){
           [x5, z5+0.01],
           [0.01, z5],
           [0.01, z6]]);
-  
-
-if(0)
-  intersection(){
-    union(){
-      translate([x5 + r5 * cos(a6), z5]) circle(r=r5);
-      difference(){
-       translate([-50,z4]) square([52,z2-z4]);
-//     circle(
-      }
-    }
-    translate([-100,z6]) square([100.1, 200]);
-  }
 }
 
 PawnTemplate();