X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=brompton-computer-guard.scad;h=35b0a182b6e9849e80609278345c2121e857b2ee;hp=e7b1bd17ef42ad48b9e2797a968dd340cdc9ebb4;hb=e488ccdb7b18fc0b32f7579cce4d384f371e15d9;hpb=730cbf07d973f84a7ecb56ebbfb78a4dda064c51 diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index e7b1bd1..35b0a18 100644 --- a/brompton-computer-guard.scad +++ b/brompton-computer-guard.scad @@ -82,6 +82,7 @@ module Arch(){ } } difference(){ + translate([0,0, arch_breadth - pbase_thick]) linear_extrude(height=pbase_thick){ difference(){ hull(){ @@ -102,4 +103,4 @@ module Arch(){ } } -rotate([0,0,45]) Arch(); +rotate([0,0,45]) translate([0,0,arch_breadth]) rotate([0,180,0]) Arch();