From bb38ebb34bc4e74f183b58385547dad8c6cfd63a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Jan 2018 04:09:46 +0000 Subject: [PATCH] fairphone-case: move two mirrors out of 2d into 3d (bug workaound) the mirror seems to confuse openscad into "non-manifold" this change seems to make it work Signed-off-by: Ian Jackson --- fairphone-case.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index 5fee042..e81ae1b 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -821,9 +821,9 @@ module Case(){ ////toplevel // prop recess Flip_rhs(1) translate([prop_x_pos,0,0]) + mirror([0,1,0]) rotate([90,0,90]) linextr(-prop_recess_hw, +prop_recess_hw) - mirror([1,0]) hull(){ for (d=[ [0,0], [0,-1], [+1,-1/prop_caserecess_taper] ]) circleat(prcp1 + 20*d, @@ -866,9 +866,9 @@ module Lid(){ ////toplevel // prop recess translate([prop_x_pos, -prlp10[0], prlp10[1]]) + mirror([0,1,0]) rotate([90,0,90]) linextr(-prop_recess_hw, +prop_recess_hw) - mirror([1,0]) hull() for (pa = prop_angles) PropProfile(pa, 1,1); -- 2.30.2