From: Ian Jackson Date: Sun, 11 May 2014 23:02:45 +0000 (+0100) Subject: brompton-computer-guard: fixes before printing X-Git-Tag: filamentspool-v2-release~376 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=04c1102b46ca8e27fc128f2d234c4ddde5063d09;p=reprap-play.git brompton-computer-guard: fixes before printing --- diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index 2888379..822e399 100644 --- a/brompton-computer-guard.scad +++ b/brompton-computer-guard.scad @@ -3,13 +3,13 @@ cover_ysz = 45; cover_len = 70; -tube_dia = 18; +tube_dia = 21; attach_cx = -7; attach_cdy = 0; attach_w = 25; -attach_inrad = 25; +attach_inrad = 29; attach_hole_dist = 5; attach_hole_dia = 4 + 0.5; attach_ang = 45; @@ -164,7 +164,7 @@ module Demo(){ } module Print(){ - rotate([180,00]) + rotate([-90,00]) Body(); }