chiark / gitweb /
fairphone-case: prop: remove old recesses
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Jan 2018 01:52:35 +0000 (01:52 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Jan 2018 01:52:35 +0000 (01:52 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 5ee522e930b6db14b3591d6f8f2a5c94d094c5da..d891ffd82a52daa138fd79b7d7797c60d5ccb3ea 100644 (file)
@@ -986,19 +986,6 @@ module LidPrint(){ ////toplevel
     Lid();
 }
 
     Lid();
 }
 
-module TestSelectPropRecesses(posns){
-  linextr(-100,100){
-    translate([phone_width/2, -phone_height]){
-      square([ 3, 500 ], center=true);
-      for (y=posns)
-       hull()
-         for (dy=[ -prp5[0], -prp2[0] ])
-           translate([0,y+dy])
-             square([prop_main_width+5, 5], center=true);
-    }
-  }
-}
-
 module TestSelectFrame(){
   include = [1,-1] * (epp2i[0] + 4);
 
 module TestSelectFrame(){
   include = [1,-1] * (epp2i[0] + 4);
 
@@ -1012,7 +999,6 @@ module TestSelectFrame(){
 
 module TestSelectLidFrame(){
   TestSelectFrame();
 
 module TestSelectLidFrame(){
   TestSelectFrame();
-  TestSelectPropRecesses(prop_lid_posns);
 }
 
 module TestFrameCase(){ ////toplevel
 }
 
 module TestFrameCase(){ ////toplevel