mirror of
git://projects.qi-hardware.com/ben-counterweight.git
synced 2025-03-25 01:48:53 +02:00
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
This commit is contained in:
parent
23b8aa0618
commit
6dcaa390b4
25
cw.py
25
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user