component
Adom Machine Parts Library
Public Made by Adomby adom
Adom's machine pin/contact component library — the six machine parts (contacts + press-fit pins, medium/large, standard/short) linked as dependencies, with the assembled 'Adom Machine Symbols' and 'Ad
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286
(kicad_symbol_lib
(version 20231120)
(generator "adom-library-importer")
(symbol "MachineContactLarge"
(pin_numbers (hide yes))
(pin_names (offset 0.254) (hide yes))
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0.3836 2.941 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "MachineContactLarge"
(at 0.3836 -3.079 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "MachineContactLarge"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Datasheet" ""
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer" "Adom"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer Part Number" "MachineContactLarge"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(symbol "MachineContactLarge_0_1"
(polyline
(pts
(xy -1.27 1.27)
(xy -1.2311 1.2669)
(xy -1.1924 1.2619)
(xy -1.1539 1.255)
(xy -1.1158 1.2461)
(xy -1.0781 1.2354)
(xy -1.0408 1.2227)
(xy -1.004 1.2081)
(xy -0.9679 1.1917)
(xy -0.9677 1.1912)
(xy -0.9675 1.1908)
(xy -0.9673 1.1903)
(xy -0.9671 1.1899)
(xy -0.967 1.1895)
(xy -0.9668 1.189)
(xy -0.9667 1.1886)
(xy -0.9667 1.1882)
(xy -0.9666 1.1878)
(xy -0.9666 1.1873)
(xy -0.9665 1.1869)
(xy -0.9665 1.1865)
(xy -0.9666 1.1861)
(xy -0.9666 1.1857)
(xy -0.9667 1.1854)
(xy -0.9668 1.185)
(xy -1.1227 0.6033)
(xy -1.0783 0.5898)
(xy -1.0352 0.5735)
(xy -0.9936 0.5546)
(xy -0.9535 0.533)
(xy -0.915 0.509)
(xy -0.8784 0.4826)
(xy -0.8435 0.454)
(xy -0.8106 0.4232)
(xy -0.7798 0.3903)
(xy -0.7512 0.3554)
(xy -0.7248 0.3188)
(xy -0.7008 0.2803)
(xy -0.6792 0.2402)
(xy -0.6603 0.1986)
(xy -0.644 0.1555)
(xy -0.6305 0.1111)
(xy -0.0488 0.267)
(xy -0.0484 0.2671)
(xy -0.0481 0.2671)
(xy -0.0477 0.2672)
(xy -0.0473 0.2672)
(xy -0.0469 0.2672)
(xy -0.0465 0.2672)
(xy -0.046 0.2672)
(xy -0.0456 0.2671)
(xy -0.0452 0.267)
(xy -0.0448 0.2669)
(xy -0.0443 0.2668)
(xy -0.0439 0.2667)
(xy -0.0435 0.2665)
(xy -0.043 0.2663)
(xy -0.0426 0.2661)
(xy -0.0421 0.2659)
(xy -0.0413 0.2655)
(xy -0.0405 0.265)
(xy -0.0397 0.2644)
(xy -0.039 0.2638)
(xy -0.0382 0.2632)
(xy -0.0373 0.2624)
(xy -0.0365 0.2617)
(xy -0.0357 0.2608)
(xy -0.0349 0.2599)
(xy -0.0341 0.259)
(xy -0.0332 0.258)
(xy -0.0324 0.2569)
(xy -0.0315 0.2558)
(xy -0.0307 0.2546)
(xy -0.0298 0.2534)
(xy -0.029 0.2521)
(xy -0.0272 0.2493)
(xy -0.0254 0.2463)
(xy -0.0237 0.2431)
(xy -0.0219 0.2397)
(xy -0.0201 0.236)
(xy -0.0182 0.2321)
(xy -0.0164 0.228)
(xy -0.0146 0.2237)
(xy -0.0128 0.2192)
(xy -0.011 0.2145)
(xy -0.0092 0.2096)
(xy -0.0074 0.2045)
(xy -0.0056 0.1992)
(xy -0.0038 0.1937)
(xy -0.002 0.1881)
(xy -0.0003 0.1822)
(xy 0.0014 0.1762)
(xy 0.0031 0.17)
(xy 0.0048 0.1636)
(xy 0.0064 0.1571)
(xy 0.008 0.1505)
(xy 0.0096 0.1436)
(xy 0.0111 0.1366)
(xy 0.0126 0.1295)
(xy 0.0154 0.1149)
(xy 0.0181 0.0997)
(xy 0.0206 0.0841)
(xy 0.0228 0.0681)
(xy 0.0248 0.0517)
(xy 0.0266 0.0351)
(xy 0.0281 0.0181)
(xy 0.0293 0.001)
(xy 0.0303 -0.0162)
(xy 0.031 -0.0337)
(xy 0.0314 -0.0512)
(xy 0.0316 -0.069)
(xy 0.0314 -0.0868)
(xy 0.031 -0.1043)
(xy 0.0303 -0.1218)
(xy 0.0293 -0.139)
(xy 0.0281 -0.1561)
(xy 0.0266 -0.1731)
(xy 0.0248 -0.1898)
(xy 0.0228 -0.2061)
(xy 0.0206 -0.2221)
(xy 0.0181 -0.2377)
(xy 0.0154 -0.2529)
(xy 0.0126 -0.2675)
(xy 0.0096 -0.2816)
(xy 0.0064 -0.2951)
(xy 0.0031 -0.308)
(xy -0.0003 -0.3202)
(xy -0.002 -0.3261)
(xy -0.0038 -0.3317)
(xy -0.0056 -0.3372)
(xy -0.0074 -0.3425)
(xy -0.0092 -0.3476)
(xy -0.011 -0.3525)
(xy -0.0128 -0.3572)
(xy -0.0146 -0.3618)
(xy -0.0164 -0.3661)
(xy -0.0182 -0.3701)
(xy -0.0201 -0.374)
(xy -0.0219 -0.3777)
(xy -0.0237 -0.3811)
(xy -0.0254 -0.3844)
(xy -0.0272 -0.3873)
(xy -0.029 -0.3901)
(xy -0.0298 -0.3914)
(xy -0.0307 -0.3926)
(xy -0.0315 -0.3938)
(xy -0.0324 -0.3949)
(xy -0.0332 -0.396)
(xy -0.0341 -0.397)
(xy -0.0349 -0.3979)
(xy -0.0357 -0.3988)
(xy -0.0365 -0.3997)
(xy -0.0373 -0.4004)
(xy -0.0381 -0.4012)
(xy -0.0389 -0.4018)
(xy -0.0397 -0.4024)
(xy -0.0405 -0.403)
(xy -0.0413 -0.4035)
(xy -0.0421 -0.4039)
(xy -0.0425 -0.4041)
(xy -0.043 -0.4043)
(xy -0.0434 -0.4045)
(xy -0.0439 -0.4047)
(xy -0.0443 -0.4048)
(xy -0.0448 -0.4049)
(xy -0.0452 -0.405)
(xy -0.0456 -0.4051)
(xy -0.046 -0.4052)
(xy -0.0465 -0.4052)
(xy -0.0469 -0.4052)
(xy -0.0473 -0.4052)
(xy -0.0477 -0.4052)
(xy -0.0481 -0.4052)
(xy -0.0485 -0.4051)
(xy -0.0488 -0.405)
(xy -0.6305 -0.2491)
(xy -0.644 -0.2935)
(xy -0.6603 -0.3366)
(xy -0.6792 -0.3782)
(xy -0.7008 -0.4183)
(xy -0.7248 -0.4568)
(xy -0.7512 -0.4934)
(xy -0.7798 -0.5283)
(xy -0.8106 -0.5612)
(xy -0.8435 -0.592)
(xy -0.8784 -0.6206)
(xy -0.915 -0.647)
(xy -0.9535 -0.671)
(xy -0.9936 -0.6926)
(xy -1.0352 -0.7115)
(xy -1.0783 -0.7278)
(xy -1.1227 -0.7413)
(xy -0.9668 -1.323)
(xy -0.9667 -1.3233)
(xy -0.9666 -1.3237)
(xy -0.9666 -1.3241)
(xy -0.9666 -1.3245)
(xy -0.9665 -1.3249)
(xy -0.9666 -1.3253)
(xy -0.9666 -1.3258)
(xy -0.9667 -1.3262)
(xy -0.9667 -1.3266)
(xy -0.9668 -1.327)
(xy -0.967 -1.3275)
(xy -0.9671 -1.3279)
(xy -0.9673 -1.3283)
(xy -0.9675 -1.3288)
(xy -0.9677 -1.3292)
(xy -0.9679 -1.3297)
(xy -0.9685 -1.3307)
(xy -0.9691 -1.3317)
(xy -0.9698 -1.3327)
(xy -0.9706 -1.3337)
(xy -0.9716 -1.3347)
(xy -0.9726 -1.3357)
(xy -0.9737 -1.3367)
(xy -0.9749 -1.3378)
(xy -0.9761 -1.3388)
(xy -0.9775 -1.3399)
(xy -0.979 -1.341)
(xy -0.9805 -1.3421)
(xy -0.9822 -1.3431)
(xy -0.9839 -1.3442)
(xy -0.9857 -1.3453)
(xy -0.9876 -1.3465)
(xy -0.9896 -1.3476)
(xy -0.9917 -1.3487)
(xy -0.9939 -1.3498)
(xy -0.9962 -1.351)
(xy -0.9985 -1.3521)
(xy -1.001 -1.3533)
(xy -1.0035 -1.3544)
(xy -1.0061 -1.3555)
(xy -1.0088 -1.3567)
(xy -1.0116 -1.3578)
(xy -1.0145 -1.359)
(xy -1.0174 -1.3601)
(xy -1.0204 -1.3613)
(xy -1.0235 -1.3624)
(xy -1.0267 -1.3635)
(xy -1.0644 -1.3759)
(xy -1.1025 -1.3863)
(xy -1.141 -1.3947)
(xy -1.1797 -1.4013)
(xy -1.2186 -1.4059)
(xy -1.2576 -1.4085)
(xy -1.2966 -1.4092)
(xy -1.3356 -1.408)
(xy -1.3745 -1.4049)
(xy -1.4132 -1.3999)
(xy -1.4516 -1.3929)
(xy -1.4898 -1.3841)
(xy -1.5275 -1.3733)
(xy -1.5648 -1.3607)
(xy -1.6016 -1.3461)
(xy -1.6377 -1.3297)
(xy -1.6379 -1.3292)
(xy -1.6381 -1.3288)
(xy -1.6383 -1.3283)
(xy -1.6385 -1.3279)
(xy -1.6386 -1.3275)
(xy -1.6388 -1.327)
(xy -1.6389 -1.3266)
(xy -1.6389 -1.3262)
(xy -1.639 -1.3258)
(xy -1.639 -1.3253)
(xy -1.639 -1.3249)
(xy -1.639 -1.3245)
(xy -1.639 -1.3241)
(xy -1.639 -1.3237)
(xy -1.6389 -1.3233)
(xy -1.6388 -1.323)
(xy -1.4829 -0.7413)
(xy -1.5273 -0.7278)
(xy -1.5704 -0.7115)
(xy -1.612 -0.6926)
(xy -1.6521 -0.671)
(xy -1.6906 -0.647)
(xy -1.7272 -0.6206)
(xy -1.7621 -0.592)
(xy -1.795 -0.5612)
(xy -1.8258 -0.5283)
(xy -1.8544 -0.4934)
(xy -1.8808 -0.4568)
(xy -1.9048 -0.4183)
(xy -1.9264 -0.3782)
(xy -1.9453 -0.3366)
(xy -1.9616 -0.2935)
(xy -1.9751 -0.2491)
(xy -2.5568 -0.405)
(xy -2.5571 -0.4051)
(xy -2.5575 -0.4052)
(xy -2.5579 -0.4052)
(xy -2.5583 -0.4052)
(xy -2.5587 -0.4052)
(xy -2.5591 -0.4052)
(xy -2.5596 -0.4052)
(xy -2.56 -0.4051)
(xy -2.5604 -0.405)
(xy -2.5608 -0.4049)
(xy -2.5613 -0.4048)
(xy -2.5617 -0.4047)
(xy -2.5622 -0.4045)
(xy -2.5626 -0.4043)
(xy -2.5631 -0.4041)
(xy -2.5635 -0.4039)
(xy -2.5643 -0.4035)
(xy -2.5651 -0.403)
(xy -2.5659 -0.4024)
(xy -2.5667 -0.4018)
(xy -2.5675 -0.4012)
(xy -2.5683 -0.4004)
(xy -2.5691 -0.3997)
(xy -2.5699 -0.3988)
(xy -2.5707 -0.3979)
(xy -2.5715 -0.397)
(xy -2.5724 -0.396)
(xy -2.5732 -0.3949)
(xy -2.5741 -0.3938)
(xy -2.5749 -0.3926)
(xy -2.5758 -0.3914)
(xy -2.5766 -0.3901)
(xy -2.5784 -0.3873)
(xy -2.5802 -0.3843)
(xy -2.5819 -0.3811)
(xy -2.5837 -0.3777)
(xy -2.5855 -0.374)
(xy -2.5874 -0.3701)
(xy -2.5892 -0.366)
(xy -2.591 -0.3617)
(xy -2.5928 -0.3572)
(xy -2.5946 -0.3525)
(xy -2.5964 -0.3476)
(xy -2.5982 -0.3425)
(xy -2.6 -0.3372)
(xy -2.6018 -0.3317)
(xy -2.6036 -0.3261)
(xy -2.6053 -0.3202)
(xy -2.607 -0.3142)
(xy -2.6087 -0.308)
(xy -2.6104 -0.3016)
(xy -2.612 -0.2951)
(xy -2.6136 -0.2885)
(xy -2.6152 -0.2816)
(xy -2.6167 -0.2746)
(xy -2.6182 -0.2675)
(xy -2.621 -0.2529)
(xy -2.6237 -0.2377)
(xy -2.6262 -0.2221)
(xy -2.6284 -0.2061)
(xy -2.6304 -0.1897)
(xy -2.6322 -0.1731)
(xy -2.6337 -0.1561)
(xy -2.6349 -0.139)
(xy -2.6359 -0.1218)
(xy -2.6366 -0.1043)
(xy -2.637 -0.0868)
(xy -2.6372 -0.069)
(xy -2.637 -0.0512)
(xy -2.6366 -0.0337)
(xy -2.6359 -0.0162)
(xy -2.6349 0.001)
(xy -2.6337 0.0181)
(xy -2.6322 0.0351)
(xy -2.6304 0.0518)
(xy -2.6284 0.0681)
(xy -2.6262 0.0841)
(xy -2.6237 0.0997)
(xy -2.621 0.1149)
(xy -2.6182 0.1295)
(xy -2.6152 0.1436)
(xy -2.612 0.1571)
(xy -2.6087 0.17)
(xy -2.6053 0.1822)
(xy -2.6036 0.1881)
(xy -2.6018 0.1937)
(xy -2.6 0.1992)
(xy -2.5982 0.2045)
(xy -2.5964 0.2096)
(xy -2.5946 0.2145)
(xy -2.5928 0.2192)
(xy -2.591 0.2238)
(xy -2.5892 0.2281)
(xy -2.5874 0.2321)
(xy -2.5855 0.236)
(xy -2.5837 0.2397)
(xy -2.5819 0.2431)
(xy -2.5802 0.2464)
(xy -2.5784 0.2493)
(xy -2.5766 0.2521)
(xy -2.5758 0.2534)
(xy -2.5749 0.2546)
(xy -2.5741 0.2558)
(xy -2.5732 0.2569)
(xy -2.5724 0.258)
(xy -2.5715 0.259)
(xy -2.5707 0.2599)
(xy -2.5699 0.2608)
(xy -2.5691 0.2617)
(xy -2.5683 0.2625)
(xy -2.5674 0.2632)
(xy -2.5666 0.2638)
(xy -2.5659 0.2644)
(xy -2.5651 0.265)
(xy -2.5643 0.2655)
(xy -2.5635 0.2659)
(xy -2.563 0.2661)
(xy -2.5626 0.2663)
(xy -2.5621 0.2665)
(xy -2.5617 0.2667)
(xy -2.5613 0.2668)
(xy -2.5608 0.2669)
(xy -2.5604 0.267)
(xy -2.56 0.2671)
(xy -2.5596 0.2672)
(xy -2.5591 0.2672)
(xy -2.5587 0.2672)
(xy -2.5583 0.2672)
(xy -2.5579 0.2672)
(xy -2.5575 0.2672)
(xy -2.5572 0.2671)
(xy -2.5568 0.267)
(xy -1.9751 0.1111)
(xy -1.9616 0.1555)
(xy -1.9453 0.1986)
(xy -1.9264 0.2402)
(xy -1.9048 0.2803)
(xy -1.8808 0.3188)
(xy -1.8544 0.3554)
(xy -1.8258 0.3903)
(xy -1.795 0.4232)
(xy -1.7621 0.454)
(xy -1.7272 0.4826)
(xy -1.6906 0.509)
(xy -1.6521 0.533)
(xy -1.612 0.5546)
(xy -1.5704 0.5735)
(xy -1.5273 0.5898)
(xy -1.4829 0.6033)
(xy -1.6388 1.185)
(xy -1.6389 1.1853)
(xy -1.639 1.1857)
(xy -1.639 1.1861)
(xy -1.639 1.1865)
(xy -1.6391 1.1869)
(xy -1.639 1.1873)
(xy -1.639 1.1878)
(xy -1.6389 1.1882)
(xy -1.6389 1.1886)
(xy -1.6388 1.189)
(xy -1.6386 1.1895)
(xy -1.6385 1.1899)
(xy -1.6383 1.1903)
(xy -1.6381 1.1908)
(xy -1.6379 1.1912)
(xy -1.6377 1.1917)
(xy -1.6371 1.1927)
(xy -1.6365 1.1937)
(xy -1.6358 1.1947)
(xy -1.635 1.1957)
(xy -1.634 1.1967)
(xy -1.633 1.1977)
(xy -1.6319 1.1987)
(xy -1.6307 1.1998)
(xy -1.6295 1.2008)
(xy -1.6281 1.2019)
(xy -1.6266 1.203)
(xy -1.6251 1.2041)
(xy -1.6234 1.2052)
(xy -1.6217 1.2062)
(xy -1.6199 1.2073)
(xy -1.618 1.2085)
(xy -1.6159 1.2096)
(xy -1.6138 1.2107)
(xy -1.6117 1.2118)
(xy -1.6094 1.213)
(xy -1.607 1.2141)
(xy -1.6046 1.2153)
(xy -1.6021 1.2164)
(xy -1.5994 1.2176)
(xy -1.5967 1.2187)
(xy -1.594 1.2198)
(xy -1.5911 1.221)
(xy -1.5882 1.2221)
(xy -1.5851 1.2233)
(xy -1.5821 1.2244)
(xy -1.5789 1.2256)
(xy -1.5412 1.2379)
(xy -1.503 1.2483)
(xy -1.4646 1.2568)
(xy -1.4259 1.2633)
(xy -1.387 1.2679)
(xy -1.348 1.2705)
(xy -1.309 1.2712)
(xy -1.27 1.27)
)
(stroke (width 0.1889) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.2133 1.6687)
(xy -1.1249 1.662)
(xy -1.0378 1.651)
(xy -0.9521 1.6356)
(xy -0.868 1.6162)
(xy -0.7854 1.5928)
(xy -0.7045 1.5654)
(xy -0.6255 1.5343)
(xy -0.5484 1.4994)
(xy -0.4734 1.461)
(xy -0.4006 1.4191)
(xy -0.33 1.3738)
(xy -0.2617 1.3253)
(xy -0.196 1.2737)
(xy -0.1329 1.219)
(xy -0.0724 1.1614)
(xy -0.0148 1.1009)
(xy 0.0399 1.0378)
(xy 0.0915 0.9721)
(xy 0.14 0.9038)
(xy 0.1853 0.8332)
(xy 0.2272 0.7604)
(xy 0.2656 0.6854)
(xy 0.3005 0.6083)
(xy 0.3316 0.5293)
(xy 0.359 0.4484)
(xy 0.3824 0.3658)
(xy 0.4018 0.2817)
(xy 0.4172 0.196)
(xy 0.4282 0.1089)
(xy 0.4349 0.0205)
(xy 0.4372 -0.069)
(xy 0.4349 -0.1585)
(xy 0.4282 -0.2469)
(xy 0.4172 -0.334)
(xy 0.4018 -0.4197)
(xy 0.3824 -0.5038)
(xy 0.359 -0.5864)
(xy 0.3316 -0.6673)
(xy 0.3005 -0.7463)
(xy 0.2656 -0.8234)
(xy 0.2272 -0.8984)
(xy 0.1853 -0.9712)
(xy 0.14 -1.0418)
(xy 0.0915 -1.1101)
(xy 0.0399 -1.1758)
(xy -0.0148 -1.2389)
(xy -0.0724 -1.2994)
(xy -0.1329 -1.357)
(xy -0.196 -1.4117)
(xy -0.2617 -1.4633)
(xy -0.33 -1.5118)
(xy -0.4006 -1.5571)
(xy -0.4734 -1.599)
(xy -0.5484 -1.6374)
(xy -0.6255 -1.6723)
(xy -0.7045 -1.7034)
(xy -0.7854 -1.7308)
(xy -0.868 -1.7542)
(xy -0.9521 -1.7736)
(xy -1.0378 -1.789)
(xy -1.1249 -1.8)
(xy -1.2133 -1.8067)
(xy -1.3028 -1.809)
(xy -1.3923 -1.8067)
(xy -1.4807 -1.8)
(xy -1.5678 -1.789)
(xy -1.6535 -1.7736)
(xy -1.7376 -1.7542)
(xy -1.8202 -1.7308)
(xy -1.9011 -1.7034)
(xy -1.9801 -1.6723)
(xy -2.0572 -1.6374)
(xy -2.1322 -1.599)
(xy -2.205 -1.5571)
(xy -2.2756 -1.5118)
(xy -2.3439 -1.4633)
(xy -2.4096 -1.4117)
(xy -2.4727 -1.357)
(xy -2.5332 -1.2994)
(xy -2.5908 -1.2389)
(xy -2.6455 -1.1758)
(xy -2.6971 -1.1101)
(xy -2.7456 -1.0418)
(xy -2.7909 -0.9712)
(xy -2.8328 -0.8984)
(xy -2.8712 -0.8234)
(xy -2.9061 -0.7463)
(xy -2.9372 -0.6673)
(xy -2.9646 -0.5864)
(xy -2.988 -0.5038)
(xy -3.0074 -0.4197)
(xy -3.0228 -0.334)
(xy -3.0338 -0.2469)
(xy -3.0405 -0.1585)
(xy -3.0428 -0.069)
(xy -3.0405 0.0205)
(xy -3.0338 0.1089)
(xy -3.0228 0.196)
(xy -3.0074 0.2817)
(xy -2.988 0.3658)
(xy -2.9646 0.4484)
(xy -2.9372 0.5293)
(xy -2.9061 0.6083)
(xy -2.8712 0.6854)
(xy -2.8328 0.7604)
(xy -2.7909 0.8332)
(xy -2.7456 0.9038)
(xy -2.6971 0.9721)
(xy -2.6455 1.0378)
(xy -2.5908 1.1009)
(xy -2.5332 1.1614)
(xy -2.4727 1.219)
(xy -2.4096 1.2737)
(xy -2.3439 1.3253)
(xy -2.2756 1.3738)
(xy -2.205 1.4191)
(xy -2.1322 1.461)
(xy -2.0572 1.4994)
(xy -1.9801 1.5343)
(xy -1.9011 1.5654)
(xy -1.8202 1.5928)
(xy -1.7376 1.6162)
(xy -1.6535 1.6356)
(xy -1.5678 1.651)
(xy -1.4807 1.662)
(xy -1.3923 1.6687)
(xy -1.3028 1.671)
(xy -1.2133 1.6687)
)
(stroke (width 0.1889) (type default))
(fill (type none))
)
)
(symbol "MachineContactLarge_1_1"
(pin unspecified line
(at 3.81 0 180)
(length 3.81)
(name "" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "MachineContactMedium"
(pin_numbers (hide yes))
(pin_names (offset 0.254) (hide yes))
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0.3836 2.941 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "MachineContactMedium"
(at 0.3836 -3.079 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "MachineContactMedium"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Datasheet" ""
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer" "Adom"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer Part Number" "MachineContactMedium"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(symbol "MachineContactMedium_0_1"
(polyline
(pts
(xy -1.27 1.27)
(xy -1.2311 1.2669)
(xy -1.1924 1.2619)
(xy -1.1539 1.255)
(xy -1.1158 1.2461)
(xy -1.0781 1.2354)
(xy -1.0408 1.2227)
(xy -1.004 1.2081)
(xy -0.9679 1.1917)
(xy -0.9677 1.1912)
(xy -0.9675 1.1908)
(xy -0.9673 1.1903)
(xy -0.9671 1.1899)
(xy -0.967 1.1895)
(xy -0.9668 1.189)
(xy -0.9667 1.1886)
(xy -0.9667 1.1882)
(xy -0.9666 1.1878)
(xy -0.9666 1.1873)
(xy -0.9665 1.1869)
(xy -0.9665 1.1865)
(xy -0.9666 1.1861)
(xy -0.9666 1.1857)
(xy -0.9667 1.1854)
(xy -0.9668 1.185)
(xy -1.1227 0.6033)
(xy -1.0783 0.5898)
(xy -1.0352 0.5735)
(xy -0.9936 0.5546)
(xy -0.9535 0.533)
(xy -0.915 0.509)
(xy -0.8784 0.4826)
(xy -0.8435 0.454)
(xy -0.8106 0.4232)
(xy -0.7798 0.3903)
(xy -0.7512 0.3554)
(xy -0.7248 0.3188)
(xy -0.7008 0.2803)
(xy -0.6792 0.2402)
(xy -0.6603 0.1986)
(xy -0.644 0.1555)
(xy -0.6305 0.1111)
(xy -0.0488 0.267)
(xy -0.0484 0.2671)
(xy -0.0481 0.2671)
(xy -0.0477 0.2672)
(xy -0.0473 0.2672)
(xy -0.0469 0.2672)
(xy -0.0465 0.2672)
(xy -0.046 0.2672)
(xy -0.0456 0.2671)
(xy -0.0452 0.267)
(xy -0.0448 0.2669)
(xy -0.0443 0.2668)
(xy -0.0439 0.2667)
(xy -0.0435 0.2665)
(xy -0.043 0.2663)
(xy -0.0426 0.2661)
(xy -0.0421 0.2659)
(xy -0.0413 0.2655)
(xy -0.0405 0.265)
(xy -0.0397 0.2644)
(xy -0.039 0.2638)
(xy -0.0382 0.2632)
(xy -0.0373 0.2624)
(xy -0.0365 0.2617)
(xy -0.0357 0.2608)
(xy -0.0349 0.2599)
(xy -0.0341 0.259)
(xy -0.0332 0.258)
(xy -0.0324 0.2569)
(xy -0.0315 0.2558)
(xy -0.0307 0.2546)
(xy -0.0298 0.2534)
(xy -0.029 0.2521)
(xy -0.0272 0.2493)
(xy -0.0254 0.2463)
(xy -0.0237 0.2431)
(xy -0.0219 0.2397)
(xy -0.0201 0.236)
(xy -0.0182 0.2321)
(xy -0.0164 0.228)
(xy -0.0146 0.2237)
(xy -0.0128 0.2192)
(xy -0.011 0.2145)
(xy -0.0092 0.2096)
(xy -0.0074 0.2045)
(xy -0.0056 0.1992)
(xy -0.0038 0.1937)
(xy -0.002 0.1881)
(xy -0.0003 0.1822)
(xy 0.0014 0.1762)
(xy 0.0031 0.17)
(xy 0.0048 0.1636)
(xy 0.0064 0.1571)
(xy 0.008 0.1505)
(xy 0.0096 0.1436)
(xy 0.0111 0.1366)
(xy 0.0126 0.1295)
(xy 0.0154 0.1149)
(xy 0.0181 0.0997)
(xy 0.0206 0.0841)
(xy 0.0228 0.0681)
(xy 0.0248 0.0517)
(xy 0.0266 0.0351)
(xy 0.0281 0.0181)
(xy 0.0293 0.001)
(xy 0.0303 -0.0162)
(xy 0.031 -0.0337)
(xy 0.0314 -0.0512)
(xy 0.0316 -0.069)
(xy 0.0314 -0.0868)
(xy 0.031 -0.1043)
(xy 0.0303 -0.1218)
(xy 0.0293 -0.139)
(xy 0.0281 -0.1561)
(xy 0.0266 -0.1731)
(xy 0.0248 -0.1898)
(xy 0.0228 -0.2061)
(xy 0.0206 -0.2221)
(xy 0.0181 -0.2377)
(xy 0.0154 -0.2529)
(xy 0.0126 -0.2675)
(xy 0.0096 -0.2816)
(xy 0.0064 -0.2951)
(xy 0.0031 -0.308)
(xy -0.0003 -0.3202)
(xy -0.002 -0.3261)
(xy -0.0038 -0.3317)
(xy -0.0056 -0.3372)
(xy -0.0074 -0.3425)
(xy -0.0092 -0.3476)
(xy -0.011 -0.3525)
(xy -0.0128 -0.3572)
(xy -0.0146 -0.3618)
(xy -0.0164 -0.3661)
(xy -0.0182 -0.3701)
(xy -0.0201 -0.374)
(xy -0.0219 -0.3777)
(xy -0.0237 -0.3811)
(xy -0.0254 -0.3844)
(xy -0.0272 -0.3873)
(xy -0.029 -0.3901)
(xy -0.0298 -0.3914)
(xy -0.0307 -0.3926)
(xy -0.0315 -0.3938)
(xy -0.0324 -0.3949)
(xy -0.0332 -0.396)
(xy -0.0341 -0.397)
(xy -0.0349 -0.3979)
(xy -0.0357 -0.3988)
(xy -0.0365 -0.3997)
(xy -0.0373 -0.4004)
(xy -0.0381 -0.4012)
(xy -0.0389 -0.4018)
(xy -0.0397 -0.4024)
(xy -0.0405 -0.403)
(xy -0.0413 -0.4035)
(xy -0.0421 -0.4039)
(xy -0.0425 -0.4041)
(xy -0.043 -0.4043)
(xy -0.0434 -0.4045)
(xy -0.0439 -0.4047)
(xy -0.0443 -0.4048)
(xy -0.0448 -0.4049)
(xy -0.0452 -0.405)
(xy -0.0456 -0.4051)
(xy -0.046 -0.4052)
(xy -0.0465 -0.4052)
(xy -0.0469 -0.4052)
(xy -0.0473 -0.4052)
(xy -0.0477 -0.4052)
(xy -0.0481 -0.4052)
(xy -0.0485 -0.4051)
(xy -0.0488 -0.405)
(xy -0.6305 -0.2491)
(xy -0.644 -0.2935)
(xy -0.6603 -0.3366)
(xy -0.6792 -0.3782)
(xy -0.7008 -0.4183)
(xy -0.7248 -0.4568)
(xy -0.7512 -0.4934)
(xy -0.7798 -0.5283)
(xy -0.8106 -0.5612)
(xy -0.8435 -0.592)
(xy -0.8784 -0.6206)
(xy -0.915 -0.647)
(xy -0.9535 -0.671)
(xy -0.9936 -0.6926)
(xy -1.0352 -0.7115)
(xy -1.0783 -0.7278)
(xy -1.1227 -0.7413)
(xy -0.9668 -1.323)
(xy -0.9667 -1.3233)
(xy -0.9666 -1.3237)
(xy -0.9666 -1.3241)
(xy -0.9666 -1.3245)
(xy -0.9665 -1.3249)
(xy -0.9666 -1.3253)
(xy -0.9666 -1.3258)
(xy -0.9667 -1.3262)
(xy -0.9667 -1.3266)
(xy -0.9668 -1.327)
(xy -0.967 -1.3275)
(xy -0.9671 -1.3279)
(xy -0.9673 -1.3283)
(xy -0.9675 -1.3288)
(xy -0.9677 -1.3292)
(xy -0.9679 -1.3297)
(xy -0.9685 -1.3307)
(xy -0.9691 -1.3317)
(xy -0.9698 -1.3327)
(xy -0.9706 -1.3337)
(xy -0.9716 -1.3347)
(xy -0.9726 -1.3357)
(xy -0.9737 -1.3367)
(xy -0.9749 -1.3378)
(xy -0.9761 -1.3388)
(xy -0.9775 -1.3399)
(xy -0.979 -1.341)
(xy -0.9805 -1.3421)
(xy -0.9822 -1.3431)
(xy -0.9839 -1.3442)
(xy -0.9857 -1.3453)
(xy -0.9876 -1.3465)
(xy -0.9896 -1.3476)
(xy -0.9917 -1.3487)
(xy -0.9939 -1.3498)
(xy -0.9962 -1.351)
(xy -0.9985 -1.3521)
(xy -1.001 -1.3533)
(xy -1.0035 -1.3544)
(xy -1.0061 -1.3555)
(xy -1.0088 -1.3567)
(xy -1.0116 -1.3578)
(xy -1.0145 -1.359)
(xy -1.0174 -1.3601)
(xy -1.0204 -1.3613)
(xy -1.0235 -1.3624)
(xy -1.0267 -1.3635)
(xy -1.0644 -1.3759)
(xy -1.1025 -1.3863)
(xy -1.141 -1.3947)
(xy -1.1797 -1.4013)
(xy -1.2186 -1.4059)
(xy -1.2576 -1.4085)
(xy -1.2966 -1.4092)
(xy -1.3356 -1.408)
(xy -1.3745 -1.4049)
(xy -1.4132 -1.3999)
(xy -1.4516 -1.3929)
(xy -1.4898 -1.3841)
(xy -1.5275 -1.3733)
(xy -1.5648 -1.3607)
(xy -1.6016 -1.3461)
(xy -1.6377 -1.3297)
(xy -1.6379 -1.3292)
(xy -1.6381 -1.3288)
(xy -1.6383 -1.3283)
(xy -1.6385 -1.3279)
(xy -1.6386 -1.3275)
(xy -1.6388 -1.327)
(xy -1.6389 -1.3266)
(xy -1.6389 -1.3262)
(xy -1.639 -1.3258)
(xy -1.639 -1.3253)
(xy -1.639 -1.3249)
(xy -1.639 -1.3245)
(xy -1.639 -1.3241)
(xy -1.639 -1.3237)
(xy -1.6389 -1.3233)
(xy -1.6388 -1.323)
(xy -1.4829 -0.7413)
(xy -1.5273 -0.7278)
(xy -1.5704 -0.7115)
(xy -1.612 -0.6926)
(xy -1.6521 -0.671)
(xy -1.6906 -0.647)
(xy -1.7272 -0.6206)
(xy -1.7621 -0.592)
(xy -1.795 -0.5612)
(xy -1.8258 -0.5283)
(xy -1.8544 -0.4934)
(xy -1.8808 -0.4568)
(xy -1.9048 -0.4183)
(xy -1.9264 -0.3782)
(xy -1.9453 -0.3366)
(xy -1.9616 -0.2935)
(xy -1.9751 -0.2491)
(xy -2.5568 -0.405)
(xy -2.5571 -0.4051)
(xy -2.5575 -0.4052)
(xy -2.5579 -0.4052)
(xy -2.5583 -0.4052)
(xy -2.5587 -0.4052)
(xy -2.5591 -0.4052)
(xy -2.5596 -0.4052)
(xy -2.56 -0.4051)
(xy -2.5604 -0.405)
(xy -2.5608 -0.4049)
(xy -2.5613 -0.4048)
(xy -2.5617 -0.4047)
(xy -2.5622 -0.4045)
(xy -2.5626 -0.4043)
(xy -2.5631 -0.4041)
(xy -2.5635 -0.4039)
(xy -2.5643 -0.4035)
(xy -2.5651 -0.403)
(xy -2.5659 -0.4024)
(xy -2.5667 -0.4018)
(xy -2.5675 -0.4012)
(xy -2.5683 -0.4004)
(xy -2.5691 -0.3997)
(xy -2.5699 -0.3988)
(xy -2.5707 -0.3979)
(xy -2.5715 -0.397)
(xy -2.5724 -0.396)
(xy -2.5732 -0.3949)
(xy -2.5741 -0.3938)
(xy -2.5749 -0.3926)
(xy -2.5758 -0.3914)
(xy -2.5766 -0.3901)
(xy -2.5784 -0.3873)
(xy -2.5802 -0.3843)
(xy -2.5819 -0.3811)
(xy -2.5837 -0.3777)
(xy -2.5855 -0.374)
(xy -2.5874 -0.3701)
(xy -2.5892 -0.366)
(xy -2.591 -0.3617)
(xy -2.5928 -0.3572)
(xy -2.5946 -0.3525)
(xy -2.5964 -0.3476)
(xy -2.5982 -0.3425)
(xy -2.6 -0.3372)
(xy -2.6018 -0.3317)
(xy -2.6036 -0.3261)
(xy -2.6053 -0.3202)
(xy -2.607 -0.3142)
(xy -2.6087 -0.308)
(xy -2.6104 -0.3016)
(xy -2.612 -0.2951)
(xy -2.6136 -0.2885)
(xy -2.6152 -0.2816)
(xy -2.6167 -0.2746)
(xy -2.6182 -0.2675)
(xy -2.621 -0.2529)
(xy -2.6237 -0.2377)
(xy -2.6262 -0.2221)
(xy -2.6284 -0.2061)
(xy -2.6304 -0.1897)
(xy -2.6322 -0.1731)
(xy -2.6337 -0.1561)
(xy -2.6349 -0.139)
(xy -2.6359 -0.1218)
(xy -2.6366 -0.1043)
(xy -2.637 -0.0868)
(xy -2.6372 -0.069)
(xy -2.637 -0.0512)
(xy -2.6366 -0.0337)
(xy -2.6359 -0.0162)
(xy -2.6349 0.001)
(xy -2.6337 0.0181)
(xy -2.6322 0.0351)
(xy -2.6304 0.0518)
(xy -2.6284 0.0681)
(xy -2.6262 0.0841)
(xy -2.6237 0.0997)
(xy -2.621 0.1149)
(xy -2.6182 0.1295)
(xy -2.6152 0.1436)
(xy -2.612 0.1571)
(xy -2.6087 0.17)
(xy -2.6053 0.1822)
(xy -2.6036 0.1881)
(xy -2.6018 0.1937)
(xy -2.6 0.1992)
(xy -2.5982 0.2045)
(xy -2.5964 0.2096)
(xy -2.5946 0.2145)
(xy -2.5928 0.2192)
(xy -2.591 0.2238)
(xy -2.5892 0.2281)
(xy -2.5874 0.2321)
(xy -2.5855 0.236)
(xy -2.5837 0.2397)
(xy -2.5819 0.2431)
(xy -2.5802 0.2464)
(xy -2.5784 0.2493)
(xy -2.5766 0.2521)
(xy -2.5758 0.2534)
(xy -2.5749 0.2546)
(xy -2.5741 0.2558)
(xy -2.5732 0.2569)
(xy -2.5724 0.258)
(xy -2.5715 0.259)
(xy -2.5707 0.2599)
(xy -2.5699 0.2608)
(xy -2.5691 0.2617)
(xy -2.5683 0.2625)
(xy -2.5674 0.2632)
(xy -2.5666 0.2638)
(xy -2.5659 0.2644)
(xy -2.5651 0.265)
(xy -2.5643 0.2655)
(xy -2.5635 0.2659)
(xy -2.563 0.2661)
(xy -2.5626 0.2663)
(xy -2.5621 0.2665)
(xy -2.5617 0.2667)
(xy -2.5613 0.2668)
(xy -2.5608 0.2669)
(xy -2.5604 0.267)
(xy -2.56 0.2671)
(xy -2.5596 0.2672)
(xy -2.5591 0.2672)
(xy -2.5587 0.2672)
(xy -2.5583 0.2672)
(xy -2.5579 0.2672)
(xy -2.5575 0.2672)
(xy -2.5572 0.2671)
(xy -2.5568 0.267)
(xy -1.9751 0.1111)
(xy -1.9616 0.1555)
(xy -1.9453 0.1986)
(xy -1.9264 0.2402)
(xy -1.9048 0.2803)
(xy -1.8808 0.3188)
(xy -1.8544 0.3554)
(xy -1.8258 0.3903)
(xy -1.795 0.4232)
(xy -1.7621 0.454)
(xy -1.7272 0.4826)
(xy -1.6906 0.509)
(xy -1.6521 0.533)
(xy -1.612 0.5546)
(xy -1.5704 0.5735)
(xy -1.5273 0.5898)
(xy -1.4829 0.6033)
(xy -1.6388 1.185)
(xy -1.6389 1.1853)
(xy -1.639 1.1857)
(xy -1.639 1.1861)
(xy -1.639 1.1865)
(xy -1.6391 1.1869)
(xy -1.639 1.1873)
(xy -1.639 1.1878)
(xy -1.6389 1.1882)
(xy -1.6389 1.1886)
(xy -1.6388 1.189)
(xy -1.6386 1.1895)
(xy -1.6385 1.1899)
(xy -1.6383 1.1903)
(xy -1.6381 1.1908)
(xy -1.6379 1.1912)
(xy -1.6377 1.1917)
(xy -1.6371 1.1927)
(xy -1.6365 1.1937)
(xy -1.6358 1.1947)
(xy -1.635 1.1957)
(xy -1.634 1.1967)
(xy -1.633 1.1977)
(xy -1.6319 1.1987)
(xy -1.6307 1.1998)
(xy -1.6295 1.2008)
(xy -1.6281 1.2019)
(xy -1.6266 1.203)
(xy -1.6251 1.2041)
(xy -1.6234 1.2052)
(xy -1.6217 1.2062)
(xy -1.6199 1.2073)
(xy -1.618 1.2085)
(xy -1.6159 1.2096)
(xy -1.6138 1.2107)
(xy -1.6117 1.2118)
(xy -1.6094 1.213)
(xy -1.607 1.2141)
(xy -1.6046 1.2153)
(xy -1.6021 1.2164)
(xy -1.5994 1.2176)
(xy -1.5967 1.2187)
(xy -1.594 1.2198)
(xy -1.5911 1.221)
(xy -1.5882 1.2221)
(xy -1.5851 1.2233)
(xy -1.5821 1.2244)
(xy -1.5789 1.2256)
(xy -1.5412 1.2379)
(xy -1.503 1.2483)
(xy -1.4646 1.2568)
(xy -1.4259 1.2633)
(xy -1.387 1.2679)
(xy -1.348 1.2705)
(xy -1.309 1.2712)
(xy -1.27 1.27)
)
(stroke (width 0.1889) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.2133 1.6687)
(xy -1.1249 1.662)
(xy -1.0378 1.651)
(xy -0.9521 1.6356)
(xy -0.868 1.6162)
(xy -0.7854 1.5928)
(xy -0.7045 1.5654)
(xy -0.6255 1.5343)
(xy -0.5484 1.4994)
(xy -0.4734 1.461)
(xy -0.4006 1.4191)
(xy -0.33 1.3738)
(xy -0.2617 1.3253)
(xy -0.196 1.2737)
(xy -0.1329 1.219)
(xy -0.0724 1.1614)
(xy -0.0148 1.1009)
(xy 0.0399 1.0378)
(xy 0.0915 0.9721)
(xy 0.14 0.9038)
(xy 0.1853 0.8332)
(xy 0.2272 0.7604)
(xy 0.2656 0.6854)
(xy 0.3005 0.6083)
(xy 0.3316 0.5293)
(xy 0.359 0.4484)
(xy 0.3824 0.3658)
(xy 0.4018 0.2817)
(xy 0.4172 0.196)
(xy 0.4282 0.1089)
(xy 0.4349 0.0205)
(xy 0.4372 -0.069)
(xy 0.4349 -0.1585)
(xy 0.4282 -0.2469)
(xy 0.4172 -0.334)
(xy 0.4018 -0.4197)
(xy 0.3824 -0.5038)
(xy 0.359 -0.5864)
(xy 0.3316 -0.6673)
(xy 0.3005 -0.7463)
(xy 0.2656 -0.8234)
(xy 0.2272 -0.8984)
(xy 0.1853 -0.9712)
(xy 0.14 -1.0418)
(xy 0.0915 -1.1101)
(xy 0.0399 -1.1758)
(xy -0.0148 -1.2389)
(xy -0.0724 -1.2994)
(xy -0.1329 -1.357)
(xy -0.196 -1.4117)
(xy -0.2617 -1.4633)
(xy -0.33 -1.5118)
(xy -0.4006 -1.5571)
(xy -0.4734 -1.599)
(xy -0.5484 -1.6374)
(xy -0.6255 -1.6723)
(xy -0.7045 -1.7034)
(xy -0.7854 -1.7308)
(xy -0.868 -1.7542)
(xy -0.9521 -1.7736)
(xy -1.0378 -1.789)
(xy -1.1249 -1.8)
(xy -1.2133 -1.8067)
(xy -1.3028 -1.809)
(xy -1.3923 -1.8067)
(xy -1.4807 -1.8)
(xy -1.5678 -1.789)
(xy -1.6535 -1.7736)
(xy -1.7376 -1.7542)
(xy -1.8202 -1.7308)
(xy -1.9011 -1.7034)
(xy -1.9801 -1.6723)
(xy -2.0572 -1.6374)
(xy -2.1322 -1.599)
(xy -2.205 -1.5571)
(xy -2.2756 -1.5118)
(xy -2.3439 -1.4633)
(xy -2.4096 -1.4117)
(xy -2.4727 -1.357)
(xy -2.5332 -1.2994)
(xy -2.5908 -1.2389)
(xy -2.6455 -1.1758)
(xy -2.6971 -1.1101)
(xy -2.7456 -1.0418)
(xy -2.7909 -0.9712)
(xy -2.8328 -0.8984)
(xy -2.8712 -0.8234)
(xy -2.9061 -0.7463)
(xy -2.9372 -0.6673)
(xy -2.9646 -0.5864)
(xy -2.988 -0.5038)
(xy -3.0074 -0.4197)
(xy -3.0228 -0.334)
(xy -3.0338 -0.2469)
(xy -3.0405 -0.1585)
(xy -3.0428 -0.069)
(xy -3.0405 0.0205)
(xy -3.0338 0.1089)
(xy -3.0228 0.196)
(xy -3.0074 0.2817)
(xy -2.988 0.3658)
(xy -2.9646 0.4484)
(xy -2.9372 0.5293)
(xy -2.9061 0.6083)
(xy -2.8712 0.6854)
(xy -2.8328 0.7604)
(xy -2.7909 0.8332)
(xy -2.7456 0.9038)
(xy -2.6971 0.9721)
(xy -2.6455 1.0378)
(xy -2.5908 1.1009)
(xy -2.5332 1.1614)
(xy -2.4727 1.219)
(xy -2.4096 1.2737)
(xy -2.3439 1.3253)
(xy -2.2756 1.3738)
(xy -2.205 1.4191)
(xy -2.1322 1.461)
(xy -2.0572 1.4994)
(xy -1.9801 1.5343)
(xy -1.9011 1.5654)
(xy -1.8202 1.5928)
(xy -1.7376 1.6162)
(xy -1.6535 1.6356)
(xy -1.5678 1.651)
(xy -1.4807 1.662)
(xy -1.3923 1.6687)
(xy -1.3028 1.671)
(xy -1.2133 1.6687)
)
(stroke (width 0.1889) (type default))
(fill (type none))
)
)
(symbol "MachineContactMedium_1_1"
(pin unspecified line
(at 3.81 0 180)
(length 3.81)
(name "" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "MachinePinLargeShort"
(pin_numbers (hide yes))
(pin_names (offset 0.254) (hide yes))
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0.19 2.07 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "MachinePinLargeShort"
(at 0.19 -2.07 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "MachinePinLargeShort"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Datasheet" ""
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer" "Adom"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer Part Number" "MachinePinLargeShort"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(symbol "MachinePinLargeShort_0_1"
(polyline
(pts
(xy -4.445 0.255)
(xy -2.54 0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 0.435)
(xy -2.475 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 0.255)
(xy -2.54 0.435)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 -0.255)
(xy -4.445 -0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 -0.435)
(xy -2.54 -0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.475 0.5)
(xy -2.375 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.475 -0.5)
(xy -2.54 -0.435)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.375 0.5)
(xy 0.06 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.375 -0.5)
(xy -2.475 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 0.8)
(xy 0.26 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 0.5)
(xy 0.06 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 -0.5)
(xy -2.375 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 -0.8)
(xy 0.06 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 0.8)
(xy 0.26 0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 0.6)
(xy 2.16 0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 -0.6)
(xy 0.26 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 -0.8)
(xy 0.06 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 0.8)
(xy 2.96 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 0.6)
(xy 2.16 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 -0.6)
(xy 0.26 -0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 -0.8)
(xy 2.16 -0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.96 0.8)
(xy 2.96 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.96 -0.8)
(xy 2.16 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(arc
(start -4.445 0.255)
(mid -4.7 0)
(end -4.445 -0.255)
(stroke (width 0.2) (type default))
(fill (type none))
)
)
(symbol "MachinePinLargeShort_1_1"
(pin unspecified line
(at 5.08 0 180)
(length 2.0066)
(name "" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "MachinePinLargeStandard"
(pin_numbers (hide yes))
(pin_names (offset 0.254) (hide yes))
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0.19 2.07 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "MachinePinLargeStandard"
(at 0.19 -2.07 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "MachinePinLargeStandard"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Datasheet" ""
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer" "Adom"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer Part Number" "MachinePinLargeStandard"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(symbol "MachinePinLargeStandard_0_1"
(polyline
(pts
(xy -4.445 0.255)
(xy -2.54 0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 0.435)
(xy -2.475 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 0.255)
(xy -2.54 0.435)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 -0.255)
(xy -4.445 -0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 -0.435)
(xy -2.54 -0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.475 0.5)
(xy -2.375 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.475 -0.5)
(xy -2.54 -0.435)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.375 0.5)
(xy 0.06 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.375 -0.5)
(xy -2.475 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 0.8)
(xy 0.26 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 0.5)
(xy 0.06 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 -0.5)
(xy -2.375 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 -0.8)
(xy 0.06 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 0.8)
(xy 0.26 0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 0.6)
(xy 2.16 0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 -0.6)
(xy 0.26 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 -0.8)
(xy 0.06 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 0.8)
(xy 2.96 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 0.6)
(xy 2.16 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 -0.6)
(xy 0.26 -0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 -0.8)
(xy 2.16 -0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.96 0.8)
(xy 2.96 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.96 -0.8)
(xy 2.16 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(arc
(start -4.445 0.255)
(mid -4.7 0)
(end -4.445 -0.255)
(stroke (width 0.2) (type default))
(fill (type none))
)
)
(symbol "MachinePinLargeStandard_1_1"
(pin unspecified line
(at 5.08 0 180)
(length 2.0066)
(name "" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "MachinePinMediumShort"
(pin_numbers (hide yes))
(pin_names (offset 0.254) (hide yes))
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0.19 2.07 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "MachinePinMediumShort"
(at 0.19 -2.07 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "MachinePinMediumShort"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Datasheet" ""
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer" "Adom"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer Part Number" "MachinePinMediumShort"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(symbol "MachinePinMediumShort_0_1"
(polyline
(pts
(xy -4.445 0.255)
(xy -2.54 0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 0.435)
(xy -2.475 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 0.255)
(xy -2.54 0.435)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 -0.255)
(xy -4.445 -0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 -0.435)
(xy -2.54 -0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.475 0.5)
(xy -2.375 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.475 -0.5)
(xy -2.54 -0.435)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.375 0.5)
(xy 0.06 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.375 -0.5)
(xy -2.475 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 0.8)
(xy 0.26 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 0.5)
(xy 0.06 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 -0.5)
(xy -2.375 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 -0.8)
(xy 0.06 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 0.8)
(xy 0.26 0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 0.6)
(xy 2.16 0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 -0.6)
(xy 0.26 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 -0.8)
(xy 0.06 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 0.8)
(xy 2.96 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 0.6)
(xy 2.16 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 -0.6)
(xy 0.26 -0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 -0.8)
(xy 2.16 -0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.96 0.8)
(xy 2.96 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.96 -0.8)
(xy 2.16 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(arc
(start -4.445 0.255)
(mid -4.7 0)
(end -4.445 -0.255)
(stroke (width 0.2) (type default))
(fill (type none))
)
)
(symbol "MachinePinMediumShort_1_1"
(pin unspecified line
(at 5.08 0 180)
(length 2.0066)
(name "" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "MachinePinMediumStandard"
(pin_numbers (hide yes))
(pin_names (offset 0.254) (hide yes))
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0.19 2.07 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "MachinePinMediumStandard"
(at 0.19 -2.07 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "MachinePinMediumStandard"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Datasheet" ""
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer" "Adom"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(property "Manufacturer Part Number" "MachinePinMediumStandard"
(at 0 0 0)
(effects (font (size 1.27 1.27)) (hide yes))
)
(symbol "MachinePinMediumStandard_0_1"
(polyline
(pts
(xy -4.445 0.255)
(xy -2.54 0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 0.435)
(xy -2.475 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 0.255)
(xy -2.54 0.435)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 -0.255)
(xy -4.445 -0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 -0.435)
(xy -2.54 -0.255)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.475 0.5)
(xy -2.375 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.475 -0.5)
(xy -2.54 -0.435)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.375 0.5)
(xy 0.06 0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.375 -0.5)
(xy -2.475 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 0.8)
(xy 0.26 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 0.5)
(xy 0.06 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 -0.5)
(xy -2.375 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.06 -0.8)
(xy 0.06 -0.5)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 0.8)
(xy 0.26 0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 0.6)
(xy 2.16 0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 -0.6)
(xy 0.26 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.26 -0.8)
(xy 0.06 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 0.8)
(xy 2.96 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 0.6)
(xy 2.16 0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 -0.6)
(xy 0.26 -0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.16 -0.8)
(xy 2.16 -0.6)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.96 0.8)
(xy 2.96 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.96 -0.8)
(xy 2.16 -0.8)
)
(stroke (width 0.2) (type default))
(fill (type none))
)
(arc
(start -4.445 0.255)
(mid -4.7 0)
(end -4.445 -0.255)
(stroke (width 0.2) (type default))
(fill (type none))
)
)
(symbol "MachinePinMediumStandard_1_1"
(pin unspecified line
(at 5.08 0 180)
(length 2.0066)
(name "" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)