From aeb5c5b785d8b702180abc1d9382d04449e96337 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Jan 2018 18:02:49 +0000 Subject: [PATCH] fairphone-case: keeper slot adj from v1 The keeper is specified to be symmetrical (ie, left and right keepers are the same) but actually it prints quite asymmetrically. The squishing on the printbed mades one of the ledges much deeper, and it now only fits one way! We probably don't want to try compensating for this in the keeper shape. Instead, add some more slop in a place which is basically harmless. Signed-off-by: Ian Jackson --- fairphone-case.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index 1e136a7..42d7a7b 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -23,7 +23,7 @@ keeper_inner_width = 1.75; keeper_inner_height = 1.75; keeper_gap_z_top = 0.25; -keeper_gap_z_bot = 0.25; +keeper_gap_z_bot = 0.75; keeper_gap_x = 0.25; keeper_gap_x_holes = 0.75; -- 2.30.2