From: Ian Jackson Date: Sat, 9 Sep 2017 16:47:48 +0000 (+0100) Subject: shelf-label-holder: Print X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=aca3cc1ae53297c3284e777ba515dac2cc7a8d11 shelf-label-holder: Print --- diff --git a/shelf-label-holder.scad b/shelf-label-holder.scad index 6082625..b2f0596 100644 --- a/shelf-label-holder.scad +++ b/shelf-label-holder.scad @@ -53,6 +53,12 @@ module Main(){ Elevation(); } +module Print(){ + rotate([0,-90,0]) + Main(); +} + //ProngElevationUnrotated(); //Elevation(); -Main(); +//Main(); +Print();