From 8c21c2e8714e8ee5f61a69546f07d501ad6cee15 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Mar 2018 13:31:03 +0000 Subject: [PATCH] fairphone-case: fix bug which made lid centre fill too thick The centre fill should line up with lpp15 (which is the result of the beam calculation), not lpp10. Signed-off-by: Ian Jackson --- fairphone-case.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index b47413d..5189cad 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -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(); } -- 2.30.2