chiark / gitweb /
sleepphone-cable-box: slightly improve visualisation for adjustments
[reprap-play.git] / sleepphone-cable-box.scad
index 27e851a9222a35485c23ea91a03cfdc8ba197ceb..fb55cf83afde41591fcc1f5c009080d3fad53227 100644 (file)
@@ -165,7 +165,8 @@ module Box(){
 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])
+  translate([0,0,phone[0]])
+    rotate([0,90,0])
     Box();
 }