chiark / gitweb /
fairphone-case-mounted: Initial cut of plumbing
[reprap-play.git] / fairphone-case-mounted.scad
diff --git a/fairphone-case-mounted.scad b/fairphone-case-mounted.scad
new file mode 100644 (file)
index 0000000..000541f
--- /dev/null
@@ -0,0 +1,13 @@
+// -*- C -*-
+
+include <bike-phone-mount.scad>
+
+module CaseMounted(){ ////toplevel
+  Case();
+  translate([ phone_width/2, phone_height/2, -10 ])
+    Mount();
+}
+
+//// toplevels-from:
+include <fairphone-case.scad>
+$suppress_forward_holes = true;