From 339c51137a2a99f5d2878bb23b1a147983f1b40f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 17 Sep 2018 10:55:24 +0100 Subject: [PATCH] fairphone-case: CatchCatchProfile, better demo Signed-off-by: Ian Jackson --- fairphone-case.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index 3aaf617..ba710bd 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -1767,8 +1767,9 @@ module DemoProfiles(){ ////toplevel %EdgeProfile(); %LidEdgeProfile(); //translate([0,0,1]) CatchCutProfile(); + translate([0,0,+1]) color("red") + difference(){ EdgeProfile(); CatchCutProfile(); } color("blue") CatchCatchProfile(); - color("red") difference(){ EdgeProfile(); CatchCutProfile(); } } translate([40,-30]) { -- 2.30.2