From: Ian Jackson Date: Sun, 21 May 2023 22:02:54 +0000 (+0100) Subject: fairphone4-case-tripod: wip X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=05ea3d60817f9292d037ccf0308f2e876436d26f;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 new file mode 100644 index 0000000..a204e87 --- /dev/null +++ b/fairphone4-case-tripod.scad @@ -0,0 +1,27 @@ +// -*- C -*- + +include + +cube_sz = [8,8,8]; + +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]); + } +} + +module CaseMounted(){ ////toplevel + render() Case(); + translate([ phone_width/2, + -phone_height - cube_sz[1], + epp3[1] - case_th_bottom ]) + Mount(); +} + +//// toplevels-from: +include +$suppress_hinge = true;