From 6dcaa390b4e0916b570655e2d9a830c9d22a5c1f Mon Sep 17 00:00:00 2001 From: Werner Almesberger <werner@openmoko.org> Date: Thu, 5 Aug 2010 01:19:06 -0300 Subject: [PATCH] Various adjustments after trying real prototype: - "tongue" of battery lid hits the counterweight. Open a 1.5 mm deep bay for it. - inclined area was too steep. Make it reach the upper plateau 0.5 mm later. - run protrusions on "podium" at the battery 0.5 mm closer to the battery - extend left "ear" 0.5 mm into available space --- cw.py | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/cw.py b/cw.py index 80f360e..19972e3 100755 --- a/cw.py +++ b/cw.py @@ -153,21 +153,24 @@ def make_base(): rect(89.5, 46.0, 2.6, 99.5, 55, 2.6) # right lateral, bottom rect(88, 46.0, 3.7, 89.5, 55, 3.7) # on pedestal - rect(29.5, 50.5, 3.7, 36, 55, 3.7) # left podium, to beam - rect(38.5, 50.5, 3.7, 41, 55, 3.7) # after beam - rect(71, 50.5, 3.7, 82, 55, 3.7) # right podium + rect(29.5, 50, 3.7, 36, 55, 3.7) # left podium, to beam + rect(38.5, 50, 3.7, 41, 55, 3.7) # after beam + rect(71, 50, 3.7, 82, 55, 3.7) # right podium - rect(16, 55, 2.6, 36, 59.5, 3.9) # middle bar, to 1st beam - rect(38.5, 55, 2.6, 46, 59.5, 3.9) # between beams - rect(48, 55, 2.6, 99.5, 59.5, 3.9) # right of 2nd beam + rect(16, 55, 2.6, 36, 60, 3.9) # middle bar, to 1st beam + rect(38.5, 55, 2.6, 46, 60, 3.9) # between beams + rect(48, 55, 2.6, 52.5, 60, 3.9) # 2nd beam to battery lid + rect(59.5, 55, 2.6, 99.5, 60, 3.9) # right of battery lid "tongue" - rect(36, 56, 3.9, 38.5, 59.5, 3.9) # cover the beams - rect(46, 56, 3.9, 48, 59.5, 3.9) + rect(36, 56, 3.9, 38.5, 60, 3.9) # cover the beams + rect(46, 56, 3.9, 48, 60, 3.9) - rect(15, 59.5, 3.9, 60.5, 64, 3.9) # end bar, left of beam - rect(62.5, 59.5, 3.9, 100, 64, 3.9) # right of beam + rect(52.5, 56.5, 3.0, 59.5, 60, 3.9) # cover the lid "tongue" - rect(15, 64, 3.9, 34, 69, 3.9) # left "ear" + rect(15, 60, 3.9, 60.5, 64, 3.9) # end bar, left of beam + rect(62.5, 60, 3.9, 100, 64, 3.9) # right of beam + + rect(15, 64, 3.9, 34, 69.5, 3.9) # left "ear" rect(89.5, 64, 3.9, 100, 69, 3.9) # right "ear" rect(34, 64, 3.9, 60.5, 65, 3.9) # extend inner area to sponge