From dc281d4a2d650db5094eacc703c06a02fa15783c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Jul 2016 00:07:21 +0100 Subject: [PATCH] earring-stand: back wip --- earring-stand.scad | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/earring-stand.scad b/earring-stand.scad index 5e0d919..bf049ea 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -236,6 +236,19 @@ module Front(){ module Back(){ ObjectJoins(2); + + zmin = pr[1]; + zmax = pq[1] + eclip_prong_th; + height = zmax - zmin; + + translate([pr[0] + eclip_wall_offset - thicks[2], + 0, 0]) + rotate([0,90,0]) + rotate([0,0,90]) { + cube([front_width, + height, + thicks[2]]); + } } module Demo(){ -- 2.30.2