X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=sleepphone-cable-box.scad;fp=sleepphone-cable-box.scad;h=fb55cf83afde41591fcc1f5c009080d3fad53227;hb=2456718c0d6c4ad9be577c941230b141d3c7f999;hp=27e851a9222a35485c23ea91a03cfdc8ba197ceb;hpb=e29fab099900ab7e872347e1494c6f257dd215e4;p=reprap-play.git diff --git a/sleepphone-cable-box.scad b/sleepphone-cable-box.scad index 27e851a..fb55cf8 100644 --- a/sleepphone-cable-box.scad +++ b/sleepphone-cable-box.scad @@ -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(); }