chiark / gitweb /
wardrobe-hook: retune: right-handed version
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2014 21:43:49 +0000 (21:43 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2014 21:43:49 +0000 (21:43 +0000)
wardrobe-hook.scad

index a29c36d79c9aaa7f86f6afb604f9ff3c9c7d311d..263694769e607ef70774a2f58f113413d8902463 100644 (file)
@@ -110,5 +110,9 @@ module Hook(){ ////toplevel
   }
 }
 
+module RightHook(){ ////toplevel
+  mirror([1,0,0]) Hook();
+}
+
 //ElevationCore();
-Hook();
+RightHook();