chiark / gitweb /
air-hockey-puck: wip
[reprap-play.git] / fairphone-case-mounted.scad
1 // -*- C -*-
2
3 include <bike-phone-mount.scad>
4
5 module CaseMounted(){ ////toplevel
6   Case();
7   translate([ phone_width/2,
8               -phone_height/2, epp3[1] - case_th_bottom ])
9     Mount();
10 }
11
12 //// toplevels-from:
13 include <fairphone-case.scad>
14 $suppress_forward_holes = true;