X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=brompton-computer-guard.scad;fp=brompton-computer-guard.scad;h=94803d23bc4f14ab2b5542681a74053796872af4;hp=ea334d5261a20550a0c37a729d3824338f2e493b;hb=892cd79fc5a6853ac9efce9fc5d1cd75c1670599;hpb=d942cebeafdee4feed367a45d17ead192bec028b diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index ea334d5..94803d2 100644 --- a/brompton-computer-guard.scad +++ b/brompton-computer-guard.scad @@ -72,12 +72,13 @@ module Arch(){ difference(){ rotate([0,0,180]){ difference(){ - union(){ - linear_extrude(height=arch_breadth) ArchProfile(false); - linear_extrude(height=pbase_thick) hull(){ - ArchProfile(true); - ArchProfile(false); - } + linear_extrude(height=arch_breadth) ArchProfile(false); + MainCutout(); + } + difference(){ + linear_extrude(height=pbase_thick) hull(){ + ArchProfile(true); + ArchProfile(false); } MainCutout(); }