From b60ae491ee3dc1943ef88adb126d6167dfbf7768 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 May 2023 23:08:37 +0100 Subject: [PATCH] fairphone4-case-tripod: wip Signed-off-by: Ian Jackson --- fairphone4-case-tripod.scad | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/fairphone4-case-tripod.scad b/fairphone4-case-tripod.scad index dbe8762..fb8abc2 100644 --- a/fairphone4-case-tripod.scad +++ b/fairphone4-case-tripod.scad @@ -3,6 +3,7 @@ include cube_sz = [12, 12, 12]; +around = 10; module Mount(){ difference(){ @@ -15,7 +16,13 @@ module Mount(){ } module CaseMounted(){ ////toplevel - render() Case(); + difference(){ + render() Case(); + translate([ phone_width/2, -phone_height/2 ]) + linextr(-50, 50) + square([phone_width, phone_height] - around * 2 * [1,1], + center=true); + } translate([ phone_width * 0.15, -phone_height - cube_sz[1], epp3[1] - case_th_bottom ]) -- 2.30.2