chiark / gitweb /
commitid.scad.pl: make if into a block (nfc)
[reprap-play.git] / wardrobe-hook.scad
index 181076658a669c991536715b9fe134b1eb3f8cf3..d7c070c788278965b9fabc961610d2338ef7aa9e 100644 (file)
@@ -183,7 +183,7 @@ module TPlan(){
   }
 }
 
-module THookL(){ ///toplevel
+module THookR(){ ///toplevel
   intersection(){
     linear_extrude(height=topwidth) TPlan();
     SElevationPlaced();
@@ -200,8 +200,8 @@ module SHookR(){ ////toplevel
   mirror([1,0,0]) SHookL();
 }
 
-module THookR(){ ////toplevel
-  mirror([1,0,0]) THookL();
+module THookL(){ ////toplevel
+  mirror([1,0,0]) THookR();
 }
 
 module Demo(){ ////toplevel