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