From b00511ad2b80e6c85d1c7200bce46a401562a9f8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 May 2023 23:13:06 +0100 Subject: [PATCH] fairphone4-case-tripod: wip Signed-off-by: Ian Jackson --- fairphone4-case-tripod.scad | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fairphone4-case-tripod.scad b/fairphone4-case-tripod.scad index db6f5cc..b66dbf7 100644 --- a/fairphone4-case-tripod.scad +++ b/fairphone4-case-tripod.scad @@ -2,16 +2,17 @@ include -cube_sz = [20, 12, 20]; +cube_sz = [20, 20, 15]; around = 10; +over = 1; module Mount(){ difference(){ translate([0, cube_sz[1]/2, cube_sz[2]/2]) cube(cube_sz, center=true); - translate([0, 0, cube_sz[2]/2]) - rotate([90,0,0]) - render() CameraMountThread(cube_sz[1]); + translate([0, cube_sz[1]/2, 0]) +// rotate([90,0,0]) + render() CameraMountThread(cube_sz[2] - over); } } @@ -23,7 +24,7 @@ module CaseMounted(){ ////toplevel square([phone_width, phone_height] - around * 2 * [1,1], center=true); } - translate([ phone_width * 0.15, + translate([ phone_width * 0.85, -phone_height - cube_sz[1], epp3[1] - case_th_bottom ]) Mount(); -- 2.30.2