From 84c0c47cb1219826fbb5e55a2a1713c98d88d63b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jul 2016 23:51:53 +0100 Subject: [PATCH] earring-stand: wip front --- earring-stand.scad | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/earring-stand.scad b/earring-stand.scad index 61eebe2..ef1ad56 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -224,7 +224,11 @@ module Base(){ } module Front(){ - ObjectJoins(1); + %ObjectJoins(1); + rotate([0, 90-beta, 0]) + translate([0, 0, ppxl]) + rotate([0,0,90]) + cube([front_width, front_height, thicks[1]]); } module Back(){ -- 2.30.2