From: Ian Jackson Date: Sat, 23 Jul 2016 23:07:14 +0000 (+0100) Subject: earring-stand: replace a -ppxl with eclip_wall_offset X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a293d7998319ec4811d456f3c38cb7315de2da68;p=reprap-play.git earring-stand: replace a -ppxl with eclip_wall_offset --- diff --git a/earring-stand.scad b/earring-stand.scad index 154a5a2..5e0d919 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -229,7 +229,7 @@ module Front(){ translate([0, 0, ppxl]) rotate([0,0,90]) { cube([front_width, - front_height - (-ppxl) + thicks[1], + front_height - eclip_wall_offset + thicks[1], thicks[1]]); } }