chiark / gitweb /
fairphone-case: fix bug which made lid centre fill too thick
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Mar 2018 13:31:03 +0000 (13:31 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Mar 2018 13:31:18 +0000 (13:31 +0000)
The centre fill should line up with lpp15 (which is the result of the
beam calculation), not lpp10.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index b47413d0a4c2bb6c65c2eb7547bc77cecb01d190..5189cad7e4c23f2c81718aadad9648fd7b3f170a 100644 (file)
@@ -1074,7 +1074,7 @@ module LidAdhocMultiprintFrame(phase){
 }
 
 module LidAroundEdges(){
-  AroundEdges(lpp10[1], lpp13[1] - lpp10[1], 0)
+  AroundEdges(lpp15[1], lpp13[1] - lpp15[1], 0)
     children();
 }