From 0365c0c471835bbfb44f115b6d8409ca7f77d9f5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jul 2016 23:58:51 +0100 Subject: [PATCH] earring-stand: adjust front height --- earring-stand.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/earring-stand.scad b/earring-stand.scad index 1a5f204..437c038 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -227,7 +227,9 @@ module Front(){ rotate([0, 90-beta, 0]) translate([0, 0, ppxl]) rotate([0,0,90]) - cube([front_width, front_height, thicks[1]]); + cube([front_width, + front_height - (-ppxl) + thicks[1], + thicks[1]]); } module Back(){ -- 2.30.2