From: Ian Jackson Date: Mon, 10 Sep 2018 21:50:42 +0000 (+0100) Subject: sleepphone-cable-box: support trick, print orientation X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9f21563a34c99c15c3adcd2a72ab0da7cf741bbe;p=reprap-play.git sleepphone-cable-box: support trick, print orientation Signed-off-by: Ian Jackson --- 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();