From: Ian Jackson Date: Sun, 21 May 2023 22:08:37 +0000 (+0100) Subject: fairphone4-case-tripod: wip X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b60ae491ee3dc1943ef88adb126d6167dfbf7768;p=reprap-play.git fairphone4-case-tripod: wip Signed-off-by: Ian Jackson --- 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 ])