From 2456718c0d6c4ad9be577c941230b141d3c7f999 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 11 Sep 2018 08:10:56 +0100 Subject: [PATCH] sleepphone-cable-box: slightly improve visualisation for adjustments Signed-off-by: Ian Jackson --- sleepphone-cable-box.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } -- 2.30.2