From: Ian Jackson Date: Sat, 20 Jan 2018 18:02:49 +0000 (+0000) Subject: fairphone-case: keeper slot adj from v1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=aeb5c5b785d8b702180abc1d9382d04449e96337;p=reprap-play.git 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 --- 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;