From f9af64088a8146ada75aaeef34e32f5a8721c548 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Jun 2020 14:19:18 +0100 Subject: [PATCH] fairphone-battery-case: adjustments from v9 Signed-off-by: Ian Jackson --- fairphone-battery-case.scad | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fairphone-battery-case.scad b/fairphone-battery-case.scad index f3b4368..02977d8 100644 --- a/fairphone-battery-case.scad +++ b/fairphone-battery-case.scad @@ -24,9 +24,9 @@ handle_height = 3.5; handle_inward = 10; handle_len = 5; -pushhole_ell_sz = 3.75; +pushhole_ell_sz = 4.75; pushhole_ell_th = 1.75; -pushhole_circle_dia = 3.0; +pushhole_circle_dia = 4.0; // for testing: battery_len = 3; @@ -132,7 +132,8 @@ module ExtrudePlan(from,to){ } module PushHolePlan(){ ////toplevel - translate(-pushhole_ell_th * 0.30 * [1,1]) { + translate(-(pushhole_ell_th * 0.10 + + pushhole_ell_sz * 0.10) * [1,1]) { for (r=[0,90]) rotate(r) translate(-pushhole_ell_th * 0.5 * [1,1]) -- 2.30.2