chiark / gitweb /
scaffold-clamp-cleat: sort out toplevels
[reprap-play.git] / fairphone-case-mounted.scad
index 000541f4815874600f6b351838ea0318a5c51514..89993489db8f70026ebda579bde9c0887f85ed3b 100644 (file)
@@ -4,7 +4,8 @@ include <bike-phone-mount.scad>
 
 module CaseMounted(){ ////toplevel
   Case();
-  translate([ phone_width/2, phone_height/2, -10 ])
+  translate([ phone_width/2,
+             -phone_height/2, epp3[1] - case_th_bottom ])
     Mount();
 }