From: Ian Jackson Date: Sat, 20 Jan 2018 01:00:53 +0000 (+0000) Subject: fairphone-case: slight optimisation X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=5dcf9fb624d4e828624d988ac6f969d8a6ecbb30 fairphone-case: slight optimisation Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index bfa7d41..8de633f 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -76,7 +76,7 @@ module KeeperProfile(){ module EdgeProfile(){ difference(){ hull(){ - circleat(epp3, r=case_th_bottom); + translate(epp3) square(case_th_bottom*2, center=true); circleat(epp2, r=case_th_bottom); circleat(epp1, r=case_th_side); rectfromto(epp0, epp4);