From 7410db38c8cefb20d053035de3bfe2e18afdc81d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 2 Oct 2012 17:59:01 +0100 Subject: [PATCH] pawn wip remove old version --- pawn.scad | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pawn.scad b/pawn.scad index a1d97c4..c4eb293 100644 --- 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(); -- 2.30.2