From 24505ff55a03a166d309e59e97f33924b5e624c7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Jun 2020 13:20:02 +0100 Subject: [PATCH] fairphone-battery-case: PushHolePlan better Signed-off-by: Ian Jackson --- fairphone-battery-case.scad | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fairphone-battery-case.scad b/fairphone-battery-case.scad index 7b15375..03eb0fb 100644 --- a/fairphone-battery-case.scad +++ b/fairphone-battery-case.scad @@ -22,9 +22,9 @@ handle_height = 3.5; handle_inward = 10; handle_len = 5; -pushhole_ell_sz = 3.5; -pushhole_ell_th = 1.5; -pushhole_circle_dia = 2.0; +pushhole_ell_sz = 3.75; +pushhole_ell_th = 1.75; +pushhole_circle_dia = 2.5; // for testing: battery_len = 3; @@ -130,12 +130,13 @@ module ExtrudePlan(from,to){ } module PushHolePlan(){ ////toplevel -// translate(-pushhole_ell_th * 0.5 * [1,1]) + translate(-pushhole_ell_th * 0.5 * [1,1]) { for (r=[0,90]) rotate(r) translate(-pushhole_ell_th * 0.5 * [1,1]) square([ pushhole_ell_sz, pushhole_ell_th ]); - circle(pushhole_circle_dia/2, $fn=20); + circle(pushhole_circle_dia/2, $fn=20); + } } module PlanDemo(){ ////toplevel -- 2.30.2