From: Ian Jackson Date: Sat, 23 Jul 2016 22:58:51 +0000 (+0100) Subject: earring-stand: adjust front height X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0365c0c471835bbfb44f115b6d8409ca7f77d9f5;p=reprap-play.git earring-stand: adjust front height --- 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(){