From 04c1102b46ca8e27fc128f2d234c4ddde5063d09 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 12 May 2014 00:02:45 +0100 Subject: [PATCH] brompton-computer-guard: fixes before printing --- brompton-computer-guard.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); } -- 2.30.2