chiark / gitweb /
wardrobe-hook: break out SElevationPlaced, nfc
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Mar 2014 17:56:06 +0000 (17:56 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Mar 2014 17:56:06 +0000 (17:56 +0000)
wardrobe-hook.scad

index f8150ad03ab34709e03a1b55b7165b5d62a2426e..97292d0833d98b9a5c01339f5b5d86ae2702a902 100644 (file)
@@ -139,11 +139,15 @@ module SElevation(){
           [-1,         boty]]);
 }
 
           [-1,         boty]]);
 }
 
+module SElevationPlaced(){
+  rotate([0,-90,0]) translate([0,0,-100]) linear_extrude(height=200)
+    SElevation();
+}
+
 module SHookL(){ ///toplevel
   intersection(){
     linear_extrude(height=topwidth) SPlan();
 module SHookL(){ ///toplevel
   intersection(){
     linear_extrude(height=topwidth) SPlan();
-    rotate([0,-90,0]) translate([0,0,-100]) linear_extrude(height=200)
-      SElevation();
+    SElevationPlaced();
   }
 }
 
   }
 }