From 446c7a055b0b46a5b8ae7617fcd521c94dd07af5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 10 Sep 2018 22:15:12 +0100 Subject: [PATCH] sleepphone-cable-box: new button arrangements Signed-off-by: Ian Jackson --- sleepphone-cable-box.scad | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sleepphone-cable-box.scad b/sleepphone-cable-box.scad index 60b34cd..b577650 100644 --- a/sleepphone-cable-box.scad +++ b/sleepphone-cable-box.scad @@ -69,8 +69,10 @@ module MainProfile(){ p = phone + phone_slop; difference(){ for (m=[0,1]) mirror([m,0]) { - translate([-1, -wall[2] ]) - square([ p[1]/2 + wall[1] + 1, top_z + wall[2] ]); + minkowski(){ + square(2 * [wall[1], wall[2]], center=true); + MainProfileInnerHalf(); + } } for (m=[0,1]) mirror([m,0]) { MainProfileInnerHalf(); -- 2.30.2