From 9f21563a34c99c15c3adcd2a72ab0da7cf741bbe Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 10 Sep 2018 22:50:42 +0100 Subject: [PATCH] sleepphone-cable-box: support trick, print orientation Signed-off-by: Ian Jackson --- sleepphone-cable-box.scad | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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(); -- 2.30.2