chiark / gitweb /
sleepphone-cable-box: support trick, print orientation
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Sep 2018 21:50:42 +0000 (22:50 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Sep 2018 21:50:42 +0000 (22:50 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
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();