chiark / gitweb /
shelf-label-holder: Print
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 9 Sep 2017 16:47:48 +0000 (17:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 9 Sep 2017 16:47:48 +0000 (17:47 +0100)
shelf-label-holder.scad

index 6082625321e632d84fd7c89e8b94156d548c526b..b2f0596f72e702d30cc687fcf6ba47a138b821e8 100644 (file)
@@ -53,6 +53,12 @@ module Main(){
     Elevation();
 }
 
+module Print(){
+  rotate([0,-90,0])
+    Main();
+}
+
 //ProngElevationUnrotated();
 //Elevation();
-Main();
+//Main();
+Print();