From: Ian Jackson Date: Sat, 15 Feb 2014 19:27:13 +0000 (+0000) Subject: wardrobe-hook: wip, combine X-Git-Tag: filamentspool-v2-release~440 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=06f9b413dd355fd5652491ff212d93687a788f9a;p=reprap-play.git wardrobe-hook: wip, combine --- diff --git a/wardrobe-hook.scad b/wardrobe-hook.scad index ecb1b12..e43822e 100644 --- a/wardrobe-hook.scad +++ b/wardrobe-hook.scad @@ -74,6 +74,11 @@ module ElevationCore(){ ellow]); } -Plan(); -translate([50,0]) - ElevationCore(); +intersection(){ + translate([0,1, -(topwidth+10)/2]) + linear_extrude(height=topwidth+10) Plan(); + translate([50,0]) + rotate([0,-90,0]) + linear_extrude(height=100) + ElevationCore(); +}