chiark / gitweb /
fairphone4-case-tripod: wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 May 2023 22:05:37 +0000 (23:05 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 May 2023 22:05:37 +0000 (23:05 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone4-case-tripod.scad

index a204e871b64841028cb96f2b127db9eb2a4303c8..dbe876249598bf5c89aed227f39e4276de2374ab 100644 (file)
@@ -2,7 +2,7 @@
 
 include <camera-mount.scad>
 
-cube_sz = [8,8,8];
+cube_sz = [12, 12, 12];
 
 module Mount(){
   difference(){
@@ -16,7 +16,7 @@ module Mount(){
 
 module CaseMounted(){ ////toplevel
   render() Case();
-  translate([ phone_width/2,
+  translate([ phone_width * 0.15,
              -phone_height - cube_sz[1],
              epp3[1] - case_th_bottom ])
     Mount();