From: Ian Jackson Date: Sat, 9 Sep 2017 16:38:58 +0000 (+0100) Subject: shelf-label-holder: working on Elevation X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=604db0f29558eaab4e5d5fbc5eecf504c2f079cb;p=reprap-play.git shelf-label-holder: working on Elevation --- diff --git a/shelf-label-holder.scad b/shelf-label-holder.scad index 2912db7..0cea5a9 100644 --- a/shelf-label-holder.scad +++ b/shelf-label-holder.scad @@ -27,12 +27,16 @@ module ProngElevationUnrotated(){ } module Elevation(){ - rotate(-interference_angle) - ProngElevationUnrotated(); - translate([0, -nom_shelf]) - mirror([0,1]) - rotate(-interference_angle) - ProngElevationUnrotated(); + intersection(){ + union(){ + rotate(-interference_angle) + ProngElevationUnrotated(); + translate([0, -nom_shelf]) + mirror([0,1]) + rotate(-interference_angle) + ProngElevationUnrotated(); + } + } } //ProngElevationUnrotated();