X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=sleepphone-cable-box.scad;h=1fe2e98c8670f62ff8af90eac828cb6c3ed135af;hb=9f21563a34c99c15c3adcd2a72ab0da7cf741bbe;hp=54645e037e2f66011b7ba5330f0fd756be42a930;hpb=ee7f1f75a1216e904d0216e4372a04d78bd4c732;p=reprap-play.git diff --git a/sleepphone-cable-box.scad b/sleepphone-cable-box.scad index 54645e0..1fe2e98 100644 --- a/sleepphone-cable-box.scad +++ b/sleepphone-cable-box.scad @@ -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();