From 0f7d187d8ff6028010ab2f4f0c69a3db98a7f4f7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Feb 2020 00:53:41 +0000 Subject: [PATCH] fairphone-battery-case: adjust from v2 Signed-off-by: Ian Jackson --- fairphone-battery-case.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fairphone-battery-case.scad b/fairphone-battery-case.scad index 06dd445..0d6d80f 100644 --- a/fairphone-battery-case.scad +++ b/fairphone-battery-case.scad @@ -1,10 +1,10 @@ // -*- C -*- -mainwall_th = 2.5; -smallwall_th = 1.5; +mainwall_th = 3.0; +smallwall_th = 2.0; -seal_th = 0.3 + 0.6; // total gap for seal etc. -behind_recess = 1.0; +seal_th = 0.3 + 0.6 + 0.6; // total gap for seal etc. +behind_recess = 1.5; recess_gap_end = 0.2; -- 2.30.2