From: Bdale Garbee Date: Sat, 12 Jun 2021 21:03:25 +0000 (-0400) Subject: add polarity symbols to new beeper footprint X-Git-Tag: telelco-v3.0~222 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4751b2df5bc85e4368f95cd1f74e4ca7f5d066c7;p=hw%2Faltusmetrum add polarity symbols to new beeper footprint --- diff --git a/packages/AT1220.py b/packages/AT1220.py index 7d336c3..2c63f77 100755 --- a/packages/AT1220.py +++ b/packages/AT1220.py @@ -50,4 +50,28 @@ print(' ElementArc[',\ 1000, \ ']') +print(' ElementLine[',\ + mm2mils100(-3*BodyDiam/8), \ + mm2mils100(-BodyDiam/4), \ + mm2mils100(-BodyDiam/8), \ + mm2mils100(-BodyDiam/4), \ + 1000, \ + ']') + +print(' ElementLine[',\ + mm2mils100(3*BodyDiam/8), \ + mm2mils100(-BodyDiam/4), \ + mm2mils100(BodyDiam/8), \ + mm2mils100(-BodyDiam/4), \ + 1000, \ + ']') + +print(' ElementLine[',\ + mm2mils100(BodyDiam/4), \ + mm2mils100(-3*BodyDiam/8), \ + mm2mils100(BodyDiam/4), \ + mm2mils100(-1*BodyDiam/8), \ + 1000, \ + ']') + print(")")