chiark / gitweb /
knifeblock: rotate
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Dec 2014 23:39:13 +0000 (23:39 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Dec 2014 23:39:13 +0000 (23:39 +0000)
knifeblock.scad

index 73d3a8954707a30080f1640159a6b33918f3c36e..53654e58afb241dbf841cd7214c5efd95753852a 100644 (file)
@@ -96,4 +96,5 @@ module Block(){
   }
 }
 
-Block();
+rotate([0,0,90])
+  Block();