From aca3cc1ae53297c3284e777ba515dac2cc7a8d11 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 9 Sep 2017 17:47:48 +0100 Subject: [PATCH] shelf-label-holder: Print --- shelf-label-holder.scad | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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(); -- 2.30.2