chiark / gitweb /
fairphone4-case-tripod: wip
[reprap-play.git] / 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();