From: Ian Jackson Date: Thu, 15 Mar 2018 13:31:03 +0000 (+0000) Subject: fairphone-case: fix bug which made lid centre fill too thick X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8c21c2e8714e8ee5f61a69546f07d501ad6cee15;p=reprap-play.git 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 --- 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(); }