From a293d7998319ec4811d456f3c38cb7315de2da68 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Jul 2016 00:07:14 +0100 Subject: [PATCH] earring-stand: replace a -ppxl with eclip_wall_offset --- earring-stand.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]); } } -- 2.30.2