From: Ian Jackson Date: Sun, 21 May 2023 22:24:21 +0000 (+0100) Subject: fairphone4-case-tripod: wip X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fa5efbe07b4020b12ec0b2fb54bbbccb65c98bd9;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 c61a821..147adb6 100644 --- a/fairphone4-case-tripod.scad +++ b/fairphone4-case-tripod.scad @@ -4,7 +4,6 @@ include tr_cube_sz = [20, 20, 15]; tr_around = 10; -tr_over = 1; module Mount(){ difference(){ @@ -12,7 +11,7 @@ module Mount(){ cube(tr_cube_sz, center=true); translate([0, tr_cube_sz[1]/2, 0]) rotate([180,0,0]) - render() CameraMountThread(tr_cube_sz[2] - tr_over); + render() CameraMountThread(tr_cube_sz[2] + 1); } }