chiark / gitweb /
sleepphone-cable-box: support trick, print orientation
[reprap-play.git] / sleepphone-cable-box.scad
index 54645e037e2f66011b7ba5330f0fd756be42a930..1fe2e98c8670f62ff8af90eac828cb6c3ed135af 100644 (file)
@@ -166,8 +166,15 @@ module Box(){
     PlugKeeperStalkProfile();
 }
 
+module BoxPrint(){
+  // This makes' Cura's support more optimal: specifically,
+  // it then doesn't seem to touch the back (bottom) wall
+  rotate([0,90,0])
+    Box();
+}
+
 //MainProfileInnerHalf();
 //MainProfile();
 //KeeperProjection();
-Box();
-
+//Box();
+BoxPrint();