From: Ian Jackson Date: Tue, 27 May 2014 23:32:11 +0000 (+0100) Subject: brompton-computer-guard: adjustments from v1 X-Git-Tag: filamentspool-v2-release~364 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b834783bbe4ba04b75574ab5247481383d62b14e;p=reprap-play.git brompton-computer-guard: adjustments from v1 --- diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index 8b1fcb2..1c7a536 100644 --- a/brompton-computer-guard.scad +++ b/brompton-computer-guard.scad @@ -1,16 +1,16 @@ // -*- C -*- -arch_height = 24; +arch_height = 18; arch_width = 75; end_width = 25; -arch_thick = 5; +arch_thick = 4; arch_breadth = 25; -hole_dia = 3 + 0.5; +hole_dia = 4 + 0.5; -pbase_tab = 15; +pbase_tab = 12; pbase_thick = 2; // computed @@ -24,7 +24,7 @@ arch_to_chord = arch_in_rad * cos(arch_beta); end_thick = arch_thick; holes = [[[ 5 , 5 ], [16 , 21]], // left - [[ 18.5, 4.5], [ 4.5, 22]]]; // right + [[ 18.5, 4.5], [ 4.5, 21]]]; // right module ArchCircle(rad){ translate([0,-arch_to_chord])