From 74cfe7b1a49aff63c6205a9a13036cf056a75947 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 21 Jan 2017 00:26:32 +0300 Subject: Initial commit --- .gitmodules | 3 + LICENSE | 674 + README.org | 32 + dxf/metal-plate-curved-out.dxf | 32678 +++++++++++++++++++++++++++++++++++++++ firmware/keys.h | 146 + firmware/main.cpp | 142 + pcb/Teensy-3.1 | 1 + pcb/cherry_switch.bak | 476 + pcb/cherry_switch.bck | 3 + pcb/cherry_switch.dcm | 3 + pcb/cherry_switch.lib | 476 + pcb/footprint.mod | 1406 ++ pcb/hole.mod | 306 + pcb/kb.cmp | 451 + pcb/kb.kicad_pcb | 7609 +++++++++ pcb/kb.net | 887 ++ pcb/kb.pro | 90 + pcb/kb.sch | 1520 ++ pcb/teensy.mod | 216 + 19 files changed, 47119 insertions(+) create mode 100644 .gitmodules create mode 100644 LICENSE create mode 100644 README.org create mode 100644 dxf/metal-plate-curved-out.dxf create mode 100644 firmware/keys.h create mode 100644 firmware/main.cpp create mode 160000 pcb/Teensy-3.1 create mode 100644 pcb/cherry_switch.bak create mode 100644 pcb/cherry_switch.bck create mode 100644 pcb/cherry_switch.dcm create mode 100644 pcb/cherry_switch.lib create mode 100644 pcb/footprint.mod create mode 100644 pcb/hole.mod create mode 100644 pcb/kb.cmp create mode 100644 pcb/kb.kicad_pcb create mode 100644 pcb/kb.net create mode 100644 pcb/kb.pro create mode 100644 pcb/kb.sch create mode 100644 pcb/teensy.mod diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d709675 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pcb/Teensy-3.1"] + path = pcb/Teensy-3.1 + url = https://github.com/LuisDiazUgena/Teensy-3.1.git diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.org b/README.org new file mode 100644 index 0000000..a969726 --- /dev/null +++ b/README.org @@ -0,0 +1,32 @@ +* A 5x15 keyboard +This is a keyboard project. That's also my first hardware project, so +in case if somebody would want to reuse it, be careful. Though I've +built it and it works. + +The keyboard has 5 rows and 15 columns (well, depends on how one +counts, but approximately that much), and intended to be handy for +emacs: has plenty of accessible modifier keys, and never requires to +get too far from the home row. + +More information, photos, and the build process description can be +found in the "[[https://defanor.uberspace.net/notes/building-a-keyboard.html][building a keyboard]]" note. + +** Dependencies and software +The switches are borrowed from [[ergodox][ergodox]] (and altered a bit), and the +[[https://github.com/LuisDiazUgena/Teensy-3.1][LuisDiazUgena/Teensy-3.1]] library for kicad is used. KiCad and LibreCAD +were used, by the way. + +For the firmware, I've used PaulStoffregen/{[[https://github.com/PaulStoffregen/cores][cores]], +[[https://github.com/PaulStoffregen/teensy_loader_cli][teensy_loader_cli]]}. Changes introduced to ~teensy3/Makefile~: + +#+BEGIN_EXAMPLE + # configurable options +-OPTIONS = -DF_CPU=48000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -DUSING_MAKEFILE ++OPTIONS = -DF_CPU=48000000 -DUSB_KEYBOARDONLY -DLAYOUT_US_ENGLISH -DUSING_MAKEFILE +#+END_EXAMPLE + +Then it can be built with ~NO_ARDUINO=1 make~. + +** License +Hopefully without violating licenses of the reused bits, this project +is GPL-licensed. diff --git a/dxf/metal-plate-curved-out.dxf b/dxf/metal-plate-curved-out.dxf new file mode 100644 index 0000000..f143cf8 --- /dev/null +++ b/dxf/metal-plate-curved-out.dxf @@ -0,0 +1,32678 @@ +999 +dxfrw 0.5.11 +0 +SECTION +2 +HEADER +9 +$ACADVER +1 +AC1021 +9 +$HANDSEED +5 +20000 +9 +$DWGCODEPAGE +3 +ANSI_1252 +9 +$INSBASE +10 +0 +20 +0 +30 +0 +9 +$EXTMIN +10 +28.8112804 +20 +-175.000000001 +30 +0 +9 +$EXTMAX +10 +401.1887196 +20 +-49.9999999982 +30 +0 +9 +$LIMMIN +10 +0 +20 +0 +9 +$LIMMAX +10 +420 +20 +297 +9 +$ORTHOMODE +70 +0 +9 +$LTSCALE +40 +1 +9 +$TEXTSTYLE +7 +STANDARD +9 +$CLAYER +8 +BLACK +9 +$DIMASZ +40 +2.5 +9 +$DIMLFAC +40 +1 +9 +$DIMSCALE +40 +1 +9 +$DIMEXO +40 +0.625 +9 +$DIMEXE +40 +1.25 +9 +$DIMTXT +40 +2.5 +9 +$DIMTSZ +40 +0 +9 +$DIMAUNIT +70 +0 +9 +$DIMADEC +70 +2 +9 +$DIMLUNIT +70 +2 +9 +$DIMSTYLE +2 +STANDARD +9 +$DIMGAP +40 +0.625 +9 +$DIMTIH +70 +0 +9 +$LUNITS +70 +2 +9 +$LUPREC +70 +4 +9 +$AUNITS +70 +0 +9 +$AUPREC +70 +2 +9 +$SPLINESEGS +70 +8 +9 +$GRIDMODE +70 +1 +9 +$SNAPSTYLE +70 +0 +9 +$GRIDUNIT +10 +0 +20 +0 +9 +$PINSBASE +10 +0 +20 +0 +30 +0 +9 +$PLIMMIN +10 +0 +20 +0 +9 +$PLIMMAX +10 +297 +20 +210 +9 +$INSUNITS +70 +4 +9 +$PSVPSCALE +40 +1 +0 +ENDSEC +0 +SECTION +2 +CLASSES +0 +ENDSEC +0 +SECTION +2 +TABLES +0 +TABLE +2 +VPORT +5 +8 +330 +0 +100 +AcDbSymbolTable +70 +1 +0 +VPORT +5 +31 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbViewportTableRecord +2 +*ACTIVE +70 +0 +10 +0 +20 +0 +11 +1 +21 +1 +12 +234.062500001 +22 +7.18750000003 +13 +0 +23 +0 +14 +10 +24 +10 +15 +10 +25 +10 +16 +0 +26 +0 +36 +1 +17 +0 +27 +0 +37 +0 +40 +265.000000001 +41 +1.85495283019 +42 +50 +43 +0 +44 +0 +50 +0 +51 +0 +71 +0 +72 +100 +73 +1 +74 +3 +75 +0 +76 +1 +77 +0 +78 +0 +281 +0 +65 +1 +110 +0 +120 +0 +130 +0 +111 +1 +121 +0 +131 +0 +112 +0 +122 +1 +132 +0 +79 +0 +146 +0 +348 +10020 +60 +7 +61 +5 +292 +1 +282 +1 +141 +0 +142 +0 +63 +250 +421 +3358443 +0 +ENDTAB +0 +TABLE +2 +LTYPE +5 +5 +330 +0 +100 +AcDbSymbolTable +70 +4 +0 +LTYPE +5 +14 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +ByBlock +70 +0 +3 + +72 +65 +73 +0 +40 +0 +0 +LTYPE +5 +15 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +ByLayer +70 +0 +3 + +72 +65 +73 +0 +40 +0 +0 +LTYPE +5 +16 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +Continuous +70 +0 +3 +Solid line +72 +65 +73 +0 +40 +0 +0 +LTYPE +5 +32 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DOT +70 +0 +3 +Dot . . . . . . . . . . . . . . . . . . . . . . +72 +65 +73 +2 +40 +6.35 +49 +0 +74 +0 +49 +-6.35 +74 +0 +0 +LTYPE +5 +33 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DOT2 +70 +0 +3 +Dot (.5x) ..................................... +72 +65 +73 +2 +40 +3.175 +49 +0 +74 +0 +49 +-3.175 +74 +0 +0 +LTYPE +5 +34 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DOTX2 +70 +0 +3 +Dot (2x) . . . . . . . . . . . . . +72 +65 +73 +2 +40 +12.7 +49 +0 +74 +0 +49 +-12.7 +74 +0 +0 +LTYPE +5 +35 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DASHED +70 +0 +3 +Dot . . . . . . . . . . . . . . . . . . . . . . +72 +65 +73 +2 +40 +19.05 +49 +12.7 +74 +0 +49 +-6.35 +74 +0 +0 +LTYPE +5 +36 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DASHED2 +70 +0 +3 +Dashed (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ +72 +65 +73 +2 +40 +9.525 +49 +6.35 +74 +0 +49 +-3.175 +74 +0 +0 +LTYPE +5 +37 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DASHEDX2 +70 +0 +3 +Dashed (2x) ____ ____ ____ ____ ____ ___ +72 +65 +73 +2 +40 +38.1 +49 +25.4 +74 +0 +49 +-12.7 +74 +0 +0 +LTYPE +5 +38 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DASHDOT +70 +0 +3 +Dash dot __ . __ . __ . __ . __ . __ . __ . __ +72 +65 +73 +4 +40 +25.4 +49 +12.7 +74 +0 +49 +-6.35 +74 +0 +49 +0 +74 +0 +49 +-6.35 +74 +0 +0 +LTYPE +5 +39 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DASHDOT2 +70 +0 +3 +Dash dot (.5x) _._._._._._._._._._._._._._._. +72 +65 +73 +4 +40 +12.7 +49 +6.35 +74 +0 +49 +-3.175 +74 +0 +49 +0 +74 +0 +49 +-3.175 +74 +0 +0 +LTYPE +5 +3A +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DASHDOTX2 +70 +0 +3 +Dash dot (2x) ____ . ____ . ____ . ___ +72 +65 +73 +4 +40 +50.8 +49 +25.4 +74 +0 +49 +-12.7 +74 +0 +49 +0 +74 +0 +49 +-12.7 +74 +0 +0 +LTYPE +5 +3B +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DIVIDE +70 +0 +3 +Divide ____ . . ____ . . ____ . . ____ . . ____ +72 +65 +73 +6 +40 +31.75 +49 +12.7 +74 +0 +49 +-6.35 +74 +0 +49 +0 +74 +0 +49 +-6.35 +74 +0 +49 +0 +74 +0 +49 +-6.35 +74 +0 +0 +LTYPE +5 +3C +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DIVIDE2 +70 +0 +3 +Divide (.5x) __..__..__..__..__..__..__..__.._ +72 +65 +73 +6 +40 +15.875 +49 +6.35 +74 +0 +49 +-3.175 +74 +0 +49 +0 +74 +0 +49 +-3.175 +74 +0 +49 +0 +74 +0 +49 +-3.175 +74 +0 +0 +LTYPE +5 +3D +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +DIVIDEX2 +70 +0 +3 +Divide (2x) ________ . . ________ . . _ +72 +65 +73 +6 +40 +63.5 +49 +25.4 +74 +0 +49 +-12.7 +74 +0 +49 +0 +74 +0 +49 +-12.7 +74 +0 +49 +0 +74 +0 +49 +-12.7 +74 +0 +0 +LTYPE +5 +3E +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +BORDER +70 +0 +3 +Border __ __ . __ __ . __ __ . __ __ . __ __ . +72 +65 +73 +6 +40 +44.45 +49 +12.7 +74 +0 +49 +-6.35 +74 +0 +49 +12.7 +74 +0 +49 +-6.35 +74 +0 +49 +0 +74 +0 +49 +-6.35 +74 +0 +0 +LTYPE +5 +3F +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +BORDER2 +70 +0 +3 +Border (.5x) __.__.__.__.__.__.__.__.__.__.__. +72 +65 +73 +6 +40 +22.225 +49 +6.35 +74 +0 +49 +-3.175 +74 +0 +49 +6.35 +74 +0 +49 +-3.175 +74 +0 +49 +0 +74 +0 +49 +-3.175 +74 +0 +0 +LTYPE +5 +40 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +BORDERX2 +70 +0 +3 +Border (2x) ____ ____ . ____ ____ . ___ +72 +65 +73 +6 +40 +88.9 +49 +25.4 +74 +0 +49 +-12.7 +74 +0 +49 +25.4 +74 +0 +49 +-12.7 +74 +0 +49 +0 +74 +0 +49 +-12.7 +74 +0 +0 +LTYPE +5 +41 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +CENTER +70 +0 +3 +Center ____ _ ____ _ ____ _ ____ _ ____ _ ____ +72 +65 +73 +4 +40 +50.8 +49 +31.75 +74 +0 +49 +-6.35 +74 +0 +49 +6.35 +74 +0 +49 +-6.35 +74 +0 +0 +LTYPE +5 +42 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +CENTER2 +70 +0 +3 +Center (.5x) ___ _ ___ _ ___ _ ___ _ ___ _ ___ +72 +65 +73 +4 +40 +28.575 +49 +19.05 +74 +0 +49 +-3.175 +74 +0 +49 +3.175 +74 +0 +49 +-3.175 +74 +0 +0 +LTYPE +5 +43 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord +2 +CENTERX2 +70 +0 +3 +Center (2x) ________ __ ________ __ _____ +72 +65 +73 +4 +40 +101.6 +49 +63.5 +74 +0 +49 +-12.7 +74 +0 +49 +12.7 +74 +0 +49 +-12.7 +74 +0 +0 +ENDTAB +0 +TABLE +2 +LAYER +5 +2 +330 +0 +100 +AcDbSymbolTable +70 +1 +0 +LAYER +5 +10 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +0 +70 +0 +62 +7 +6 +CONTINUOUS +370 +0 +390 +F +0 +LAYER +5 +44 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +BLACK +70 +0 +62 +250 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +45 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +BLUE +70 +0 +62 +5 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +46 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +BROWN +70 +0 +62 +54 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +47 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +CYAN +70 +0 +62 +4 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +48 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +DARKBLUE +70 +0 +62 +178 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +49 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +DARKBROWN +70 +0 +62 +58 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +4A +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +DARKCYAN +70 +0 +62 +138 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +4B +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +DARKDARKGRAY +70 +0 +62 +251 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +4C +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +DARKGRAY +70 +0 +62 +8 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +4D +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +DARKGREEN +70 +0 +62 +98 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +4E +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +DARKMAGENTA +70 +0 +62 +228 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +4F +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +DARKRED +70 +0 +62 +18 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +50 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +GREEN +70 +0 +62 +3 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +51 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +LIGHTBLUE +70 +0 +62 +171 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +52 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +LIGHTCYAN +70 +0 +62 +131 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +53 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +LIGHTGRAY +70 +0 +62 +9 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +54 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +LIGHTGREEN +70 +0 +62 +91 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +55 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +LIGHTMAGENTA +70 +0 +62 +221 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +56 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +LIGHTRED +70 +0 +62 +11 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +57 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +LIGHTYELLOW +70 +0 +62 +51 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +58 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +MAGENTA +70 +0 +62 +6 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +59 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +RED +70 +0 +62 +1 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +5A +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +WHITE +70 +0 +62 +7 +6 +CONTINUOUS +370 +-1 +390 +F +0 +LAYER +5 +5B +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord +2 +YELLOW +70 +0 +62 +2 +6 +CONTINUOUS +370 +-1 +390 +F +0 +ENDTAB +0 +TABLE +2 +STYLE +5 +3 +330 +0 +100 +AcDbSymbolTable +70 +3 +0 +STYLE +5 +5C +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord +2 +Standard +70 +0 +40 +0 +41 +1 +50 +0 +71 +0 +42 +1 +3 +txt +4 + +0 +ENDTAB +0 +TABLE +2 +VIEW +5 +6 +330 +0 +100 +AcDbSymbolTable +70 +0 +0 +ENDTAB +0 +TABLE +2 +UCS +5 +7 +330 +0 +100 +AcDbSymbolTable +70 +0 +0 +ENDTAB +0 +TABLE +2 +APPID +5 +9 +330 +0 +100 +AcDbSymbolTable +70 +1 +0 +APPID +5 +12 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord +2 +ACAD +70 +0 +0 +ENDTAB +0 +TABLE +2 +DIMSTYLE +5 +A +330 +0 +100 +AcDbSymbolTable +70 +1 +100 +AcDbDimStyleTable +71 +1 +0 +DIMSTYLE +105 +5D +330 +A +100 +AcDbSymbolTableRecord +100 +AcDbDimStyleTableRecord +2 +Standard +70 +0 +40 +1 +41 +2.5 +42 +0.625 +43 +0.38 +44 +1.25 +45 +0 +46 +0 +47 +0 +48 +0 +140 +2.5 +141 +0.09 +142 +0 +143 +25.4 +144 +1 +145 +0 +146 +1 +147 +0.625 +148 +0 +71 +0 +72 +0 +73 +0 +74 +1 +75 +0 +76 +0 +77 +0 +78 +0 +79 +0 +170 +0 +171 +2 +172 +0 +173 +0 +174 +0 +175 +0 +176 +0 +177 +0 +178 +0 +179 +0 +271 +4 +272 +4 +273 +2 +274 +2 +275 +0 +276 +0 +277 +2 +278 +46 +279 +0 +280 +0 +281 +0 +282 +0 +283 +1 +284 +0 +285 +0 +286 +0 +288 +0 +289 +3 +340 +Standard +341 + +371 +-2 +372 +-2 +0 +ENDTAB +0 +TABLE +2 +BLOCK_RECORD +5 +1 +330 +0 +100 +AcDbSymbolTable +70 +2 +0 +BLOCK_RECORD +5 +1F +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord +2 +*Model_Space +70 +0 +280 +1 +281 +0 +0 +BLOCK_RECORD +5 +1E +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord +2 +*Paper_Space +70 +0 +280 +1 +281 +0 +0 +ENDTAB +0 +ENDSEC +0 +SECTION +2 +BLOCKS +0 +BLOCK +5 +20 +330 +1F +100 +AcDbEntity +8 +0 +100 +AcDbBlockBegin +2 +*Model_Space +70 +0 +10 +0 +20 +0 +30 +0 +3 +*Model_Space +1 + +0 +ENDBLK +5 +21 +330 +1F +100 +AcDbEntity +8 +0 +100 +AcDbBlockEnd +0 +BLOCK +5 +1C +330 +1B +100 +AcDbEntity +8 +0 +100 +AcDbBlockBegin +2 +*Paper_Space +70 +0 +10 +0 +20 +0 +30 +0 +3 +*Paper_Space +1 + +0 +ENDBLK +5 +1D +330 +1F +100 +AcDbEntity +8 +0 +100 +AcDbBlockEnd +0 +ENDSEC +0 +SECTION +2 +ENTITIES +0 +LINE +5 +5E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-108.015 +11 +221.985 +21 +-108.015 +0 +LINE +5 +5F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-108.015 +11 +221.985 +21 +-108.995 +0 +LINE +5 +60 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-108.995 +11 +222.798 +21 +-108.995 +0 +LINE +5 +61 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-108.995 +11 +222.798 +21 +-112.496 +0 +LINE +5 +62 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-112.496 +11 +221.985 +21 +-112.496 +0 +LINE +5 +63 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-112.496 +11 +221.985 +21 +-117.504 +0 +LINE +5 +64 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-117.504 +11 +222.798 +21 +-117.504 +0 +LINE +5 +65 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-117.504 +11 +222.798 +21 +-121.005 +0 +LINE +5 +66 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-121.005 +11 +221.985 +21 +-121.005 +0 +LINE +5 +67 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-121.005 +11 +221.985 +21 +-121.985 +0 +LINE +5 +68 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-121.985 +11 +208.015 +21 +-121.985 +0 +LINE +5 +69 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-121.985 +11 +208.015 +21 +-121.005 +0 +LINE +5 +6A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-121.005 +11 +207.202 +21 +-121.005 +0 +LINE +5 +6B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-121.005 +11 +207.202 +21 +-117.504 +0 +LINE +5 +6C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-117.504 +11 +208.015 +21 +-117.504 +0 +LINE +5 +6D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-117.504 +11 +208.015 +21 +-112.496 +0 +LINE +5 +6E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-112.496 +11 +207.202 +21 +-112.496 +0 +LINE +5 +6F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-112.496 +11 +207.202 +21 +-108.995 +0 +LINE +5 +70 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-108.995 +11 +208.015 +21 +-108.995 +0 +LINE +5 +71 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-108.995 +11 +208.015 +21 +-108.015 +0 +LINE +5 +72 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +103.015 +20 +-148.015 +11 +116.985 +21 +-148.015 +0 +LINE +5 +73 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.985 +20 +-148.015 +11 +116.985 +21 +-148.995 +0 +LINE +5 +74 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.985 +20 +-148.995 +11 +117.798 +21 +-148.995 +0 +LINE +5 +75 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +117.798 +20 +-148.995 +11 +117.798 +21 +-152.496 +0 +LINE +5 +76 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +117.798 +20 +-152.496 +11 +116.985 +21 +-152.496 +0 +LINE +5 +77 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.985 +20 +-152.496 +11 +116.985 +21 +-157.504 +0 +LINE +5 +78 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.985 +20 +-157.504 +11 +117.798 +21 +-157.504 +0 +LINE +5 +79 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +117.798 +20 +-157.504 +11 +117.798 +21 +-161.005 +0 +LINE +5 +7A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +117.798 +20 +-161.005 +11 +116.985 +21 +-161.005 +0 +LINE +5 +7B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.985 +20 +-161.005 +11 +116.985 +21 +-161.985 +0 +LINE +5 +7C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.985 +20 +-161.985 +11 +103.015 +21 +-161.985 +0 +LINE +5 +7D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +103.015 +20 +-161.985 +11 +103.015 +21 +-161.005 +0 +LINE +5 +7E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +103.015 +20 +-161.005 +11 +102.202 +21 +-161.005 +0 +LINE +5 +7F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +102.202 +20 +-161.005 +11 +102.202 +21 +-157.504 +0 +LINE +5 +80 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +102.202 +20 +-157.504 +11 +103.015 +21 +-157.504 +0 +LINE +5 +81 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +103.015 +20 +-157.504 +11 +103.015 +21 +-152.496 +0 +LINE +5 +82 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +103.015 +20 +-152.496 +11 +102.202 +21 +-152.496 +0 +LINE +5 +83 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +102.202 +20 +-152.496 +11 +102.202 +21 +-148.995 +0 +LINE +5 +84 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +102.202 +20 +-148.995 +11 +103.015 +21 +-148.995 +0 +LINE +5 +85 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +103.015 +20 +-148.995 +11 +103.015 +21 +-148.015 +0 +LINE +5 +86 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-128.015 +11 +221.985 +21 +-128.015 +0 +LINE +5 +87 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-128.015 +11 +221.985 +21 +-128.995 +0 +LINE +5 +88 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-128.995 +11 +222.798 +21 +-128.995 +0 +LINE +5 +89 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-128.995 +11 +222.798 +21 +-132.496 +0 +LINE +5 +8A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-132.496 +11 +221.985 +21 +-132.496 +0 +LINE +5 +8B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-132.496 +11 +221.985 +21 +-137.504 +0 +LINE +5 +8C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-137.504 +11 +222.798 +21 +-137.504 +0 +LINE +5 +8D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-137.504 +11 +222.798 +21 +-141.005 +0 +LINE +5 +8E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-141.005 +11 +221.985 +21 +-141.005 +0 +LINE +5 +8F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-141.005 +11 +221.985 +21 +-141.985 +0 +LINE +5 +90 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-141.985 +11 +208.015 +21 +-141.985 +0 +LINE +5 +91 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-141.985 +11 +208.015 +21 +-141.005 +0 +LINE +5 +92 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-141.005 +11 +207.202 +21 +-141.005 +0 +LINE +5 +93 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-141.005 +11 +207.202 +21 +-137.504 +0 +LINE +5 +94 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-137.504 +11 +208.015 +21 +-137.504 +0 +LINE +5 +95 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-137.504 +11 +208.015 +21 +-132.496 +0 +LINE +5 +96 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-132.496 +11 +207.202 +21 +-132.496 +0 +LINE +5 +97 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-132.496 +11 +207.202 +21 +-128.995 +0 +LINE +5 +98 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-128.995 +11 +208.015 +21 +-128.995 +0 +LINE +5 +99 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-128.995 +11 +208.015 +21 +-128.015 +0 +LINE +5 +9A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-148.015 +11 +291.985 +21 +-148.015 +0 +LINE +5 +9B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-148.015 +11 +291.985 +21 +-148.995 +0 +LINE +5 +9C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-148.995 +11 +292.798 +21 +-148.995 +0 +LINE +5 +9D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +292.798 +20 +-148.995 +11 +292.798 +21 +-152.496 +0 +LINE +5 +9E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +292.798 +20 +-152.496 +11 +291.985 +21 +-152.496 +0 +LINE +5 +9F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-152.496 +11 +291.985 +21 +-157.504 +0 +LINE +5 +A0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-157.504 +11 +292.798 +21 +-157.504 +0 +LINE +5 +A1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +292.798 +20 +-157.504 +11 +292.798 +21 +-161.005 +0 +LINE +5 +A2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +292.798 +20 +-161.005 +11 +291.985 +21 +-161.005 +0 +LINE +5 +A3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-161.005 +11 +291.985 +21 +-161.985 +0 +LINE +5 +A4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-161.985 +11 +278.015 +21 +-161.985 +0 +LINE +5 +A5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-161.985 +11 +278.015 +21 +-161.005 +0 +LINE +5 +A6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-161.005 +11 +277.202 +21 +-161.005 +0 +LINE +5 +A7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +277.202 +20 +-161.005 +11 +277.202 +21 +-157.504 +0 +LINE +5 +A8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +277.202 +20 +-157.504 +11 +278.015 +21 +-157.504 +0 +LINE +5 +A9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-157.504 +11 +278.015 +21 +-152.496 +0 +LINE +5 +AA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-152.496 +11 +277.202 +21 +-152.496 +0 +LINE +5 +AB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +277.202 +20 +-152.496 +11 +277.202 +21 +-148.995 +0 +LINE +5 +AC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +277.202 +20 +-148.995 +11 +278.015 +21 +-148.995 +0 +LINE +5 +AD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-148.995 +11 +278.015 +21 +-148.015 +0 +LINE +5 +AE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +243.015 +20 +-148.015 +11 +256.985 +21 +-148.015 +0 +LINE +5 +AF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.985 +20 +-148.015 +11 +256.985 +21 +-148.995 +0 +LINE +5 +B0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.985 +20 +-148.995 +11 +257.798 +21 +-148.995 +0 +LINE +5 +B1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +257.798 +20 +-148.995 +11 +257.798 +21 +-152.496 +0 +LINE +5 +B2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +257.798 +20 +-152.496 +11 +256.985 +21 +-152.496 +0 +LINE +5 +B3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.985 +20 +-152.496 +11 +256.985 +21 +-157.504 +0 +LINE +5 +B4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.985 +20 +-157.504 +11 +257.798 +21 +-157.504 +0 +LINE +5 +B5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +257.798 +20 +-157.504 +11 +257.798 +21 +-161.005 +0 +LINE +5 +B6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +257.798 +20 +-161.005 +11 +256.985 +21 +-161.005 +0 +LINE +5 +B7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.985 +20 +-161.005 +11 +256.985 +21 +-161.985 +0 +LINE +5 +B8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.985 +20 +-161.985 +11 +243.015 +21 +-161.985 +0 +LINE +5 +B9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +243.015 +20 +-161.985 +11 +243.015 +21 +-161.005 +0 +LINE +5 +BA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +243.015 +20 +-161.005 +11 +242.202 +21 +-161.005 +0 +LINE +5 +BB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.202 +20 +-161.005 +11 +242.202 +21 +-157.504 +0 +LINE +5 +BC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.202 +20 +-157.504 +11 +243.015 +21 +-157.504 +0 +LINE +5 +BD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +243.015 +20 +-157.504 +11 +243.015 +21 +-152.496 +0 +LINE +5 +BE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +243.015 +20 +-152.496 +11 +242.202 +21 +-152.496 +0 +LINE +5 +BF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.202 +20 +-152.496 +11 +242.202 +21 +-148.995 +0 +LINE +5 +C0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.202 +20 +-148.995 +11 +243.015 +21 +-148.995 +0 +LINE +5 +C1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +243.015 +20 +-148.995 +11 +243.015 +21 +-148.015 +0 +LINE +5 +C2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-148.015 +11 +221.985 +21 +-148.015 +0 +LINE +5 +C3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-148.015 +11 +221.985 +21 +-148.995 +0 +LINE +5 +C4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-148.995 +11 +222.798 +21 +-148.995 +0 +LINE +5 +C5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-148.995 +11 +222.798 +21 +-152.496 +0 +LINE +5 +C6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-152.496 +11 +221.985 +21 +-152.496 +0 +LINE +5 +C7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-152.496 +11 +221.985 +21 +-157.504 +0 +LINE +5 +C8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-157.504 +11 +222.798 +21 +-157.504 +0 +LINE +5 +C9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-157.504 +11 +222.798 +21 +-161.005 +0 +LINE +5 +CA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +222.798 +20 +-161.005 +11 +221.985 +21 +-161.005 +0 +LINE +5 +CB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-161.005 +11 +221.985 +21 +-161.985 +0 +LINE +5 +CC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +221.985 +20 +-161.985 +11 +208.015 +21 +-161.985 +0 +LINE +5 +CD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-161.985 +11 +208.015 +21 +-161.005 +0 +LINE +5 +CE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-161.005 +11 +207.202 +21 +-161.005 +0 +LINE +5 +CF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-161.005 +11 +207.202 +21 +-157.504 +0 +LINE +5 +D0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-157.504 +11 +208.015 +21 +-157.504 +0 +LINE +5 +D1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-157.504 +11 +208.015 +21 +-152.496 +0 +LINE +5 +D2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-152.496 +11 +207.202 +21 +-152.496 +0 +LINE +5 +D3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-152.496 +11 +207.202 +21 +-148.995 +0 +LINE +5 +D4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +207.202 +20 +-148.995 +11 +208.015 +21 +-148.995 +0 +LINE +5 +D5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +208.015 +20 +-148.995 +11 +208.015 +21 +-148.015 +0 +LINE +5 +D6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.015 +20 +-148.015 +11 +186.985 +21 +-148.015 +0 +LINE +5 +D7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +186.985 +20 +-148.015 +11 +186.985 +21 +-148.995 +0 +LINE +5 +D8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +186.985 +20 +-148.995 +11 +187.798 +21 +-148.995 +0 +LINE +5 +D9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.798 +20 +-148.995 +11 +187.798 +21 +-152.496 +0 +LINE +5 +DA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.798 +20 +-152.496 +11 +186.985 +21 +-152.496 +0 +LINE +5 +DB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +186.985 +20 +-152.496 +11 +186.985 +21 +-157.504 +0 +LINE +5 +DC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +186.985 +20 +-157.504 +11 +187.798 +21 +-157.504 +0 +LINE +5 +DD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.798 +20 +-157.504 +11 +187.798 +21 +-161.005 +0 +LINE +5 +DE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.798 +20 +-161.005 +11 +186.985 +21 +-161.005 +0 +LINE +5 +DF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +186.985 +20 +-161.005 +11 +186.985 +21 +-161.985 +0 +LINE +5 +E0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +186.985 +20 +-161.985 +11 +173.015 +21 +-161.985 +0 +LINE +5 +E1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.015 +20 +-161.985 +11 +173.015 +21 +-161.005 +0 +LINE +5 +E2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.015 +20 +-161.005 +11 +172.202 +21 +-161.005 +0 +LINE +5 +E3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +172.202 +20 +-161.005 +11 +172.202 +21 +-157.504 +0 +LINE +5 +E4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +172.202 +20 +-157.504 +11 +173.015 +21 +-157.504 +0 +LINE +5 +E5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.015 +20 +-157.504 +11 +173.015 +21 +-152.496 +0 +LINE +5 +E6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.015 +20 +-152.496 +11 +172.202 +21 +-152.496 +0 +LINE +5 +E7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +172.202 +20 +-152.496 +11 +172.202 +21 +-148.995 +0 +LINE +5 +E8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +172.202 +20 +-148.995 +11 +173.015 +21 +-148.995 +0 +LINE +5 +E9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.015 +20 +-148.995 +11 +173.015 +21 +-148.015 +0 +LINE +5 +EA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-148.015 +11 +151.985 +21 +-148.015 +0 +LINE +5 +EB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-148.015 +11 +151.985 +21 +-148.995 +0 +LINE +5 +EC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-148.995 +11 +152.798 +21 +-148.995 +0 +LINE +5 +ED +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +152.798 +20 +-148.995 +11 +152.798 +21 +-152.496 +0 +LINE +5 +EE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +152.798 +20 +-152.496 +11 +151.985 +21 +-152.496 +0 +LINE +5 +EF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-152.496 +11 +151.985 +21 +-157.504 +0 +LINE +5 +F0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-157.504 +11 +152.798 +21 +-157.504 +0 +LINE +5 +F1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +152.798 +20 +-157.504 +11 +152.798 +21 +-161.005 +0 +LINE +5 +F2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +152.798 +20 +-161.005 +11 +151.985 +21 +-161.005 +0 +LINE +5 +F3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-161.005 +11 +151.985 +21 +-161.985 +0 +LINE +5 +F4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-161.985 +11 +138.015 +21 +-161.985 +0 +LINE +5 +F5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-161.985 +11 +138.015 +21 +-161.005 +0 +LINE +5 +F6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-161.005 +11 +137.202 +21 +-161.005 +0 +LINE +5 +F7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +137.202 +20 +-161.005 +11 +137.202 +21 +-157.504 +0 +LINE +5 +F8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +137.202 +20 +-157.504 +11 +138.015 +21 +-157.504 +0 +LINE +5 +F9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-157.504 +11 +138.015 +21 +-152.496 +0 +LINE +5 +FA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-152.496 +11 +137.202 +21 +-152.496 +0 +LINE +5 +FB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +137.202 +20 +-152.496 +11 +137.202 +21 +-148.995 +0 +LINE +5 +FC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +137.202 +20 +-148.995 +11 +138.015 +21 +-148.995 +0 +LINE +5 +FD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-148.995 +11 +138.015 +21 +-148.015 +0 +LINE +5 +FE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-108.015 +11 +81.985 +21 +-108.015 +0 +LINE +5 +FF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-108.015 +11 +81.985 +21 +-108.995 +0 +LINE +5 +100 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-108.995 +11 +82.7978 +21 +-108.995 +0 +LINE +5 +101 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +82.7978 +20 +-108.995 +11 +82.7978 +21 +-112.496 +0 +LINE +5 +102 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +82.7978 +20 +-112.496 +11 +81.985 +21 +-112.496 +0 +LINE +5 +103 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-112.496 +11 +81.985 +21 +-117.504 +0 +LINE +5 +104 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-117.504 +11 +82.7978 +21 +-117.504 +0 +LINE +5 +105 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +82.7978 +20 +-117.504 +11 +82.7978 +21 +-121.005 +0 +LINE +5 +106 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +82.7978 +20 +-121.005 +11 +81.985 +21 +-121.005 +0 +LINE +5 +107 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-121.005 +11 +81.985 +21 +-121.985 +0 +LINE +5 +108 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-121.985 +11 +68.015 +21 +-121.985 +0 +LINE +5 +109 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-121.985 +11 +68.015 +21 +-121.005 +0 +LINE +5 +10A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-121.005 +11 +67.2022 +21 +-121.005 +0 +LINE +5 +10B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +67.2022 +20 +-121.005 +11 +67.2022 +21 +-117.504 +0 +LINE +5 +10C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +67.2022 +20 +-117.504 +11 +68.015 +21 +-117.504 +0 +LINE +5 +10D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-117.504 +11 +68.015 +21 +-112.496 +0 +LINE +5 +10E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-112.496 +11 +67.2022 +21 +-112.496 +0 +LINE +5 +10F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +67.2022 +20 +-112.496 +11 +67.2022 +21 +-108.995 +0 +LINE +5 +110 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +67.2022 +20 +-108.995 +11 +68.015 +21 +-108.995 +0 +LINE +5 +111 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-108.995 +11 +68.015 +21 +-108.015 +0 +LINE +5 +112 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +66.015 +20 +-128.015 +11 +79.985 +21 +-128.015 +0 +LINE +5 +113 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.985 +20 +-128.015 +11 +79.985 +21 +-128.995 +0 +LINE +5 +114 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.985 +20 +-128.995 +11 +80.7978 +21 +-128.995 +0 +LINE +5 +115 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.7978 +20 +-128.995 +11 +80.7978 +21 +-132.496 +0 +LINE +5 +116 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.7978 +20 +-132.496 +11 +79.985 +21 +-132.496 +0 +LINE +5 +117 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.985 +20 +-132.496 +11 +79.985 +21 +-137.504 +0 +LINE +5 +118 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.985 +20 +-137.504 +11 +80.7978 +21 +-137.504 +0 +LINE +5 +119 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.7978 +20 +-137.504 +11 +80.7978 +21 +-141.005 +0 +LINE +5 +11A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.7978 +20 +-141.005 +11 +79.985 +21 +-141.005 +0 +LINE +5 +11B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.985 +20 +-141.005 +11 +79.985 +21 +-141.985 +0 +LINE +5 +11C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.985 +20 +-141.985 +11 +66.015 +21 +-141.985 +0 +LINE +5 +11D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +66.015 +20 +-141.985 +11 +66.015 +21 +-141.005 +0 +LINE +5 +11E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +66.015 +20 +-141.005 +11 +65.2022 +21 +-141.005 +0 +LINE +5 +11F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +65.2022 +20 +-141.005 +11 +65.2022 +21 +-137.504 +0 +LINE +5 +120 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +65.2022 +20 +-137.504 +11 +66.015 +21 +-137.504 +0 +LINE +5 +121 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +66.015 +20 +-137.504 +11 +66.015 +21 +-132.496 +0 +LINE +5 +122 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +66.015 +20 +-132.496 +11 +65.2022 +21 +-132.496 +0 +LINE +5 +123 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +65.2022 +20 +-132.496 +11 +65.2022 +21 +-128.995 +0 +LINE +5 +124 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +65.2022 +20 +-128.995 +11 +66.015 +21 +-128.995 +0 +LINE +5 +125 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +66.015 +20 +-128.995 +11 +66.015 +21 +-128.015 +0 +LINE +5 +126 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.015 +20 +-68.015 +11 +309.985 +21 +-68.015 +0 +LINE +5 +127 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +309.985 +20 +-68.015 +11 +309.985 +21 +-68.9954 +0 +LINE +5 +128 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +309.985 +20 +-68.9954 +11 +310.798 +21 +-68.9954 +0 +LINE +5 +129 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +310.798 +20 +-68.9954 +11 +310.798 +21 +-72.4956 +0 +LINE +5 +12A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +310.798 +20 +-72.4956 +11 +309.985 +21 +-72.4956 +0 +LINE +5 +12B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +309.985 +20 +-72.4956 +11 +309.985 +21 +-77.5044 +0 +LINE +5 +12C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +309.985 +20 +-77.5044 +11 +310.798 +21 +-77.5044 +0 +LINE +5 +12D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +310.798 +20 +-77.5044 +11 +310.798 +21 +-81.0046 +0 +LINE +5 +12E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +310.798 +20 +-81.0046 +11 +309.985 +21 +-81.0046 +0 +LINE +5 +12F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +309.985 +20 +-81.0046 +11 +309.985 +21 +-81.985 +0 +LINE +5 +130 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +309.985 +20 +-81.985 +11 +296.015 +21 +-81.985 +0 +LINE +5 +131 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.015 +20 +-81.985 +11 +296.015 +21 +-81.0046 +0 +LINE +5 +132 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.015 +20 +-81.0046 +11 +295.202 +21 +-81.0046 +0 +LINE +5 +133 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.202 +20 +-81.0046 +11 +295.202 +21 +-77.5044 +0 +LINE +5 +134 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.202 +20 +-77.5044 +11 +296.015 +21 +-77.5044 +0 +LINE +5 +135 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.015 +20 +-77.5044 +11 +296.015 +21 +-72.4956 +0 +LINE +5 +136 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.015 +20 +-72.4956 +11 +295.202 +21 +-72.4956 +0 +LINE +5 +137 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.202 +20 +-72.4956 +11 +295.202 +21 +-68.9954 +0 +LINE +5 +138 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.202 +20 +-68.9954 +11 +296.015 +21 +-68.9954 +0 +LINE +5 +139 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.015 +20 +-68.9954 +11 +296.015 +21 +-68.015 +0 +LINE +5 +13A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +236.015 +20 +-68.015 +11 +249.985 +21 +-68.015 +0 +LINE +5 +13B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +249.985 +20 +-68.015 +11 +249.985 +21 +-68.9954 +0 +LINE +5 +13C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +249.985 +20 +-68.9954 +11 +250.798 +21 +-68.9954 +0 +LINE +5 +13D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +250.798 +20 +-68.9954 +11 +250.798 +21 +-72.4956 +0 +LINE +5 +13E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +250.798 +20 +-72.4956 +11 +249.985 +21 +-72.4956 +0 +LINE +5 +13F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +249.985 +20 +-72.4956 +11 +249.985 +21 +-77.5044 +0 +LINE +5 +140 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +249.985 +20 +-77.5044 +11 +250.798 +21 +-77.5044 +0 +LINE +5 +141 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +250.798 +20 +-77.5044 +11 +250.798 +21 +-81.0046 +0 +LINE +5 +142 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +250.798 +20 +-81.0046 +11 +249.985 +21 +-81.0046 +0 +LINE +5 +143 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +249.985 +20 +-81.0046 +11 +249.985 +21 +-81.985 +0 +LINE +5 +144 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +249.985 +20 +-81.985 +11 +236.015 +21 +-81.985 +0 +LINE +5 +145 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +236.015 +20 +-81.985 +11 +236.015 +21 +-81.0046 +0 +LINE +5 +146 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +236.015 +20 +-81.0046 +11 +235.202 +21 +-81.0046 +0 +LINE +5 +147 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +235.202 +20 +-81.0046 +11 +235.202 +21 +-77.5044 +0 +LINE +5 +148 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +235.202 +20 +-77.5044 +11 +236.015 +21 +-77.5044 +0 +LINE +5 +149 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +236.015 +20 +-77.5044 +11 +236.015 +21 +-72.4956 +0 +LINE +5 +14A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +236.015 +20 +-72.4956 +11 +235.202 +21 +-72.4956 +0 +LINE +5 +14B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +235.202 +20 +-72.4956 +11 +235.202 +21 +-68.9954 +0 +LINE +5 +14C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +235.202 +20 +-68.9954 +11 +236.015 +21 +-68.9954 +0 +LINE +5 +14D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +236.015 +20 +-68.9954 +11 +236.015 +21 +-68.015 +0 +LINE +5 +14E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +282.015 +20 +-128.015 +11 +295.985 +21 +-128.015 +0 +LINE +5 +14F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.985 +20 +-128.015 +11 +295.985 +21 +-128.995 +0 +LINE +5 +150 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.985 +20 +-128.995 +11 +296.798 +21 +-128.995 +0 +LINE +5 +151 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.798 +20 +-128.995 +11 +296.798 +21 +-132.496 +0 +LINE +5 +152 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.798 +20 +-132.496 +11 +295.985 +21 +-132.496 +0 +LINE +5 +153 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.985 +20 +-132.496 +11 +295.985 +21 +-137.504 +0 +LINE +5 +154 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.985 +20 +-137.504 +11 +296.798 +21 +-137.504 +0 +LINE +5 +155 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.798 +20 +-137.504 +11 +296.798 +21 +-141.005 +0 +LINE +5 +156 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +296.798 +20 +-141.005 +11 +295.985 +21 +-141.005 +0 +LINE +5 +157 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.985 +20 +-141.005 +11 +295.985 +21 +-141.985 +0 +LINE +5 +158 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +295.985 +20 +-141.985 +11 +282.015 +21 +-141.985 +0 +LINE +5 +159 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +282.015 +20 +-141.985 +11 +282.015 +21 +-141.005 +0 +LINE +5 +15A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +282.015 +20 +-141.005 +11 +281.202 +21 +-141.005 +0 +LINE +5 +15B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +281.202 +20 +-141.005 +11 +281.202 +21 +-137.504 +0 +LINE +5 +15C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +281.202 +20 +-137.504 +11 +282.015 +21 +-137.504 +0 +LINE +5 +15D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +282.015 +20 +-137.504 +11 +282.015 +21 +-132.496 +0 +LINE +5 +15E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +282.015 +20 +-132.496 +11 +281.202 +21 +-132.496 +0 +LINE +5 +15F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +281.202 +20 +-132.496 +11 +281.202 +21 +-128.995 +0 +LINE +5 +160 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +281.202 +20 +-128.995 +11 +282.015 +21 +-128.995 +0 +LINE +5 +161 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +282.015 +20 +-128.995 +11 +282.015 +21 +-128.015 +0 +LINE +5 +162 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +280.015 +20 +-108.015 +11 +293.985 +21 +-108.015 +0 +LINE +5 +163 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +293.985 +20 +-108.015 +11 +293.985 +21 +-108.995 +0 +LINE +5 +164 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +293.985 +20 +-108.995 +11 +294.798 +21 +-108.995 +0 +LINE +5 +165 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +294.798 +20 +-108.995 +11 +294.798 +21 +-112.496 +0 +LINE +5 +166 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +294.798 +20 +-112.496 +11 +293.985 +21 +-112.496 +0 +LINE +5 +167 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +293.985 +20 +-112.496 +11 +293.985 +21 +-117.504 +0 +LINE +5 +168 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +293.985 +20 +-117.504 +11 +294.798 +21 +-117.504 +0 +LINE +5 +169 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +294.798 +20 +-117.504 +11 +294.798 +21 +-121.005 +0 +LINE +5 +16A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +294.798 +20 +-121.005 +11 +293.985 +21 +-121.005 +0 +LINE +5 +16B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +293.985 +20 +-121.005 +11 +293.985 +21 +-121.985 +0 +LINE +5 +16C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +293.985 +20 +-121.985 +11 +280.015 +21 +-121.985 +0 +LINE +5 +16D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +280.015 +20 +-121.985 +11 +280.015 +21 +-121.005 +0 +LINE +5 +16E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +280.015 +20 +-121.005 +11 +279.202 +21 +-121.005 +0 +LINE +5 +16F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +279.202 +20 +-121.005 +11 +279.202 +21 +-117.504 +0 +LINE +5 +170 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +279.202 +20 +-117.504 +11 +280.015 +21 +-117.504 +0 +LINE +5 +171 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +280.015 +20 +-117.504 +11 +280.015 +21 +-112.496 +0 +LINE +5 +172 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +280.015 +20 +-112.496 +11 +279.202 +21 +-112.496 +0 +LINE +5 +173 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +279.202 +20 +-112.496 +11 +279.202 +21 +-108.995 +0 +LINE +5 +174 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +279.202 +20 +-108.995 +11 +280.015 +21 +-108.995 +0 +LINE +5 +175 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +280.015 +20 +-108.995 +11 +280.015 +21 +-108.015 +0 +LINE +5 +176 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +258.015 +20 +-88.015 +11 +271.985 +21 +-88.015 +0 +LINE +5 +177 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +271.985 +20 +-88.015 +11 +271.985 +21 +-88.9954 +0 +LINE +5 +178 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +271.985 +20 +-88.9954 +11 +272.798 +21 +-88.9954 +0 +LINE +5 +179 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +272.798 +20 +-88.9954 +11 +272.798 +21 +-92.4956 +0 +LINE +5 +17A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +272.798 +20 +-92.4956 +11 +271.985 +21 +-92.4956 +0 +LINE +5 +17B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +271.985 +20 +-92.4956 +11 +271.985 +21 +-97.5044 +0 +LINE +5 +17C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +271.985 +20 +-97.5044 +11 +272.798 +21 +-97.5044 +0 +LINE +5 +17D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +272.798 +20 +-97.5044 +11 +272.798 +21 +-101.005 +0 +LINE +5 +17E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +272.798 +20 +-101.005 +11 +271.985 +21 +-101.005 +0 +LINE +5 +17F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +271.985 +20 +-101.005 +11 +271.985 +21 +-101.985 +0 +LINE +5 +180 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +271.985 +20 +-101.985 +11 +258.015 +21 +-101.985 +0 +LINE +5 +181 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +258.015 +20 +-101.985 +11 +258.015 +21 +-101.005 +0 +LINE +5 +182 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +258.015 +20 +-101.005 +11 +257.202 +21 +-101.005 +0 +LINE +5 +183 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +257.202 +20 +-101.005 +11 +257.202 +21 +-97.5044 +0 +LINE +5 +184 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +257.202 +20 +-97.5044 +11 +258.015 +21 +-97.5044 +0 +LINE +5 +185 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +258.015 +20 +-97.5044 +11 +258.015 +21 +-92.4956 +0 +LINE +5 +186 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +258.015 +20 +-92.4956 +11 +257.202 +21 +-92.4956 +0 +LINE +5 +187 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +257.202 +20 +-92.4956 +11 +257.202 +21 +-88.9954 +0 +LINE +5 +188 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +257.202 +20 +-88.9954 +11 +258.015 +21 +-88.9954 +0 +LINE +5 +189 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +258.015 +20 +-88.9954 +11 +258.015 +21 +-88.015 +0 +LINE +5 +18A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.015 +20 +-68.015 +11 +269.985 +21 +-68.015 +0 +LINE +5 +18B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +269.985 +20 +-68.015 +11 +269.985 +21 +-68.9954 +0 +LINE +5 +18C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +269.985 +20 +-68.9954 +11 +270.798 +21 +-68.9954 +0 +LINE +5 +18D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +270.798 +20 +-68.9954 +11 +270.798 +21 +-72.4956 +0 +LINE +5 +18E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +270.798 +20 +-72.4956 +11 +269.985 +21 +-72.4956 +0 +LINE +5 +18F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +269.985 +20 +-72.4956 +11 +269.985 +21 +-77.5044 +0 +LINE +5 +190 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +269.985 +20 +-77.5044 +11 +270.798 +21 +-77.5044 +0 +LINE +5 +191 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +270.798 +20 +-77.5044 +11 +270.798 +21 +-81.0046 +0 +LINE +5 +192 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +270.798 +20 +-81.0046 +11 +269.985 +21 +-81.0046 +0 +LINE +5 +193 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +269.985 +20 +-81.0046 +11 +269.985 +21 +-81.985 +0 +LINE +5 +194 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +269.985 +20 +-81.985 +11 +256.015 +21 +-81.985 +0 +LINE +5 +195 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.015 +20 +-81.985 +11 +256.015 +21 +-81.0046 +0 +LINE +5 +196 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.015 +20 +-81.0046 +11 +255.202 +21 +-81.0046 +0 +LINE +5 +197 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.202 +20 +-81.0046 +11 +255.202 +21 +-77.5044 +0 +LINE +5 +198 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.202 +20 +-77.5044 +11 +256.015 +21 +-77.5044 +0 +LINE +5 +199 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.015 +20 +-77.5044 +11 +256.015 +21 +-72.4956 +0 +LINE +5 +19A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.015 +20 +-72.4956 +11 +255.202 +21 +-72.4956 +0 +LINE +5 +19B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.202 +20 +-72.4956 +11 +255.202 +21 +-68.9954 +0 +LINE +5 +19C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.202 +20 +-68.9954 +11 +256.015 +21 +-68.9954 +0 +LINE +5 +19D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.015 +20 +-68.9954 +11 +256.015 +21 +-68.015 +0 +LINE +5 +19E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +302.015 +20 +-128.015 +11 +315.985 +21 +-128.015 +0 +LINE +5 +19F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.985 +20 +-128.015 +11 +315.985 +21 +-128.995 +0 +LINE +5 +1A0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.985 +20 +-128.995 +11 +316.798 +21 +-128.995 +0 +LINE +5 +1A1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.798 +20 +-128.995 +11 +316.798 +21 +-132.496 +0 +LINE +5 +1A2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.798 +20 +-132.496 +11 +315.985 +21 +-132.496 +0 +LINE +5 +1A3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.985 +20 +-132.496 +11 +315.985 +21 +-137.504 +0 +LINE +5 +1A4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.985 +20 +-137.504 +11 +316.798 +21 +-137.504 +0 +LINE +5 +1A5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.798 +20 +-137.504 +11 +316.798 +21 +-141.005 +0 +LINE +5 +1A6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.798 +20 +-141.005 +11 +315.985 +21 +-141.005 +0 +LINE +5 +1A7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.985 +20 +-141.005 +11 +315.985 +21 +-141.985 +0 +LINE +5 +1A8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.985 +20 +-141.985 +11 +302.015 +21 +-141.985 +0 +LINE +5 +1A9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +302.015 +20 +-141.985 +11 +302.015 +21 +-141.005 +0 +LINE +5 +1AA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +302.015 +20 +-141.005 +11 +301.202 +21 +-141.005 +0 +LINE +5 +1AB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +301.202 +20 +-141.005 +11 +301.202 +21 +-137.504 +0 +LINE +5 +1AC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +301.202 +20 +-137.504 +11 +302.015 +21 +-137.504 +0 +LINE +5 +1AD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +302.015 +20 +-137.504 +11 +302.015 +21 +-132.496 +0 +LINE +5 +1AE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +302.015 +20 +-132.496 +11 +301.202 +21 +-132.496 +0 +LINE +5 +1AF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +301.202 +20 +-132.496 +11 +301.202 +21 +-128.995 +0 +LINE +5 +1B0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +301.202 +20 +-128.995 +11 +302.015 +21 +-128.995 +0 +LINE +5 +1B1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +302.015 +20 +-128.995 +11 +302.015 +21 +-128.015 +0 +LINE +5 +1B2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +300.015 +20 +-108.015 +11 +313.985 +21 +-108.015 +0 +LINE +5 +1B3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.985 +20 +-108.015 +11 +313.985 +21 +-108.995 +0 +LINE +5 +1B4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.985 +20 +-108.995 +11 +314.798 +21 +-108.995 +0 +LINE +5 +1B5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +314.798 +20 +-108.995 +11 +314.798 +21 +-112.496 +0 +LINE +5 +1B6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +314.798 +20 +-112.496 +11 +313.985 +21 +-112.496 +0 +LINE +5 +1B7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.985 +20 +-112.496 +11 +313.985 +21 +-117.504 +0 +LINE +5 +1B8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.985 +20 +-117.504 +11 +314.798 +21 +-117.504 +0 +LINE +5 +1B9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +314.798 +20 +-117.504 +11 +314.798 +21 +-121.005 +0 +LINE +5 +1BA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +314.798 +20 +-121.005 +11 +313.985 +21 +-121.005 +0 +LINE +5 +1BB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.985 +20 +-121.005 +11 +313.985 +21 +-121.985 +0 +LINE +5 +1BC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.985 +20 +-121.985 +11 +300.015 +21 +-121.985 +0 +LINE +5 +1BD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +300.015 +20 +-121.985 +11 +300.015 +21 +-121.005 +0 +LINE +5 +1BE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +300.015 +20 +-121.005 +11 +299.202 +21 +-121.005 +0 +LINE +5 +1BF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +299.202 +20 +-121.005 +11 +299.202 +21 +-117.504 +0 +LINE +5 +1C0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +299.202 +20 +-117.504 +11 +300.015 +21 +-117.504 +0 +LINE +5 +1C1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +300.015 +20 +-117.504 +11 +300.015 +21 +-112.496 +0 +LINE +5 +1C2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +300.015 +20 +-112.496 +11 +299.202 +21 +-112.496 +0 +LINE +5 +1C3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +299.202 +20 +-112.496 +11 +299.202 +21 +-108.995 +0 +LINE +5 +1C4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +299.202 +20 +-108.995 +11 +300.015 +21 +-108.995 +0 +LINE +5 +1C5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +300.015 +20 +-108.995 +11 +300.015 +21 +-108.015 +0 +LINE +5 +1C6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-88.015 +11 +291.985 +21 +-88.015 +0 +LINE +5 +1C7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-88.015 +11 +291.985 +21 +-88.9954 +0 +LINE +5 +1C8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-88.9954 +11 +292.798 +21 +-88.9954 +0 +LINE +5 +1C9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +292.798 +20 +-88.9954 +11 +292.798 +21 +-92.4956 +0 +LINE +5 +1CA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +292.798 +20 +-92.4956 +11 +291.985 +21 +-92.4956 +0 +LINE +5 +1CB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-92.4956 +11 +291.985 +21 +-97.5044 +0 +LINE +5 +1CC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-97.5044 +11 +292.798 +21 +-97.5044 +0 +LINE +5 +1CD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +292.798 +20 +-97.5044 +11 +292.798 +21 +-101.005 +0 +LINE +5 +1CE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +292.798 +20 +-101.005 +11 +291.985 +21 +-101.005 +0 +LINE +5 +1CF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-101.005 +11 +291.985 +21 +-101.985 +0 +LINE +5 +1D0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +291.985 +20 +-101.985 +11 +278.015 +21 +-101.985 +0 +LINE +5 +1D1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-101.985 +11 +278.015 +21 +-101.005 +0 +LINE +5 +1D2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-101.005 +11 +277.202 +21 +-101.005 +0 +LINE +5 +1D3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +277.202 +20 +-101.005 +11 +277.202 +21 +-97.5044 +0 +LINE +5 +1D4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +277.202 +20 +-97.5044 +11 +278.015 +21 +-97.5044 +0 +LINE +5 +1D5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-97.5044 +11 +278.015 +21 +-92.4956 +0 +LINE +5 +1D6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-92.4956 +11 +277.202 +21 +-92.4956 +0 +LINE +5 +1D7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +277.202 +20 +-92.4956 +11 +277.202 +21 +-88.9954 +0 +LINE +5 +1D8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +277.202 +20 +-88.9954 +11 +278.015 +21 +-88.9954 +0 +LINE +5 +1D9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +278.015 +20 +-88.9954 +11 +278.015 +21 +-88.015 +0 +LINE +5 +1DA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.015 +20 +-68.015 +11 +289.985 +21 +-68.015 +0 +LINE +5 +1DB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +289.985 +20 +-68.015 +11 +289.985 +21 +-68.9954 +0 +LINE +5 +1DC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +289.985 +20 +-68.9954 +11 +290.798 +21 +-68.9954 +0 +LINE +5 +1DD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +290.798 +20 +-68.9954 +11 +290.798 +21 +-72.4956 +0 +LINE +5 +1DE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +290.798 +20 +-72.4956 +11 +289.985 +21 +-72.4956 +0 +LINE +5 +1DF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +289.985 +20 +-72.4956 +11 +289.985 +21 +-77.5044 +0 +LINE +5 +1E0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +289.985 +20 +-77.5044 +11 +290.798 +21 +-77.5044 +0 +LINE +5 +1E1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +290.798 +20 +-77.5044 +11 +290.798 +21 +-81.0046 +0 +LINE +5 +1E2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +290.798 +20 +-81.0046 +11 +289.985 +21 +-81.0046 +0 +LINE +5 +1E3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +289.985 +20 +-81.0046 +11 +289.985 +21 +-81.985 +0 +LINE +5 +1E4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +289.985 +20 +-81.985 +11 +276.015 +21 +-81.985 +0 +LINE +5 +1E5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.015 +20 +-81.985 +11 +276.015 +21 +-81.0046 +0 +LINE +5 +1E6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.015 +20 +-81.0046 +11 +275.202 +21 +-81.0046 +0 +LINE +5 +1E7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.202 +20 +-81.0046 +11 +275.202 +21 +-77.5044 +0 +LINE +5 +1E8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.202 +20 +-77.5044 +11 +276.015 +21 +-77.5044 +0 +LINE +5 +1E9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.015 +20 +-77.5044 +11 +276.015 +21 +-72.4956 +0 +LINE +5 +1EA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.015 +20 +-72.4956 +11 +275.202 +21 +-72.4956 +0 +LINE +5 +1EB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.202 +20 +-72.4956 +11 +275.202 +21 +-68.9954 +0 +LINE +5 +1EC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.202 +20 +-68.9954 +11 +276.015 +21 +-68.9954 +0 +LINE +5 +1ED +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.015 +20 +-68.9954 +11 +276.015 +21 +-68.015 +0 +LINE +5 +1EE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +322.015 +20 +-128.015 +11 +335.985 +21 +-128.015 +0 +LINE +5 +1EF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.985 +20 +-128.015 +11 +335.985 +21 +-128.995 +0 +LINE +5 +1F0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.985 +20 +-128.995 +11 +336.798 +21 +-128.995 +0 +LINE +5 +1F1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.798 +20 +-128.995 +11 +336.798 +21 +-132.496 +0 +LINE +5 +1F2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.798 +20 +-132.496 +11 +335.985 +21 +-132.496 +0 +LINE +5 +1F3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.985 +20 +-132.496 +11 +335.985 +21 +-137.504 +0 +LINE +5 +1F4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.985 +20 +-137.504 +11 +336.798 +21 +-137.504 +0 +LINE +5 +1F5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.798 +20 +-137.504 +11 +336.798 +21 +-141.005 +0 +LINE +5 +1F6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.798 +20 +-141.005 +11 +335.985 +21 +-141.005 +0 +LINE +5 +1F7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.985 +20 +-141.005 +11 +335.985 +21 +-141.985 +0 +LINE +5 +1F8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.985 +20 +-141.985 +11 +322.015 +21 +-141.985 +0 +LINE +5 +1F9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +322.015 +20 +-141.985 +11 +322.015 +21 +-141.005 +0 +LINE +5 +1FA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +322.015 +20 +-141.005 +11 +321.202 +21 +-141.005 +0 +LINE +5 +1FB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +321.202 +20 +-141.005 +11 +321.202 +21 +-137.504 +0 +LINE +5 +1FC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +321.202 +20 +-137.504 +11 +322.015 +21 +-137.504 +0 +LINE +5 +1FD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +322.015 +20 +-137.504 +11 +322.015 +21 +-132.496 +0 +LINE +5 +1FE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +322.015 +20 +-132.496 +11 +321.202 +21 +-132.496 +0 +LINE +5 +1FF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +321.202 +20 +-132.496 +11 +321.202 +21 +-128.995 +0 +LINE +5 +200 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +321.202 +20 +-128.995 +11 +322.015 +21 +-128.995 +0 +LINE +5 +201 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +322.015 +20 +-128.995 +11 +322.015 +21 +-128.015 +0 +LINE +5 +202 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +320.015 +20 +-108.015 +11 +333.985 +21 +-108.015 +0 +LINE +5 +203 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +333.985 +20 +-108.015 +11 +333.985 +21 +-108.995 +0 +LINE +5 +204 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +333.985 +20 +-108.995 +11 +334.798 +21 +-108.995 +0 +LINE +5 +205 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +334.798 +20 +-108.995 +11 +334.798 +21 +-112.496 +0 +LINE +5 +206 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +334.798 +20 +-112.496 +11 +333.985 +21 +-112.496 +0 +LINE +5 +207 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +333.985 +20 +-112.496 +11 +333.985 +21 +-117.504 +0 +LINE +5 +208 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +333.985 +20 +-117.504 +11 +334.798 +21 +-117.504 +0 +LINE +5 +209 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +334.798 +20 +-117.504 +11 +334.798 +21 +-121.005 +0 +LINE +5 +20A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +334.798 +20 +-121.005 +11 +333.985 +21 +-121.005 +0 +LINE +5 +20B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +333.985 +20 +-121.005 +11 +333.985 +21 +-121.985 +0 +LINE +5 +20C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +333.985 +20 +-121.985 +11 +320.015 +21 +-121.985 +0 +LINE +5 +20D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +320.015 +20 +-121.985 +11 +320.015 +21 +-121.005 +0 +LINE +5 +20E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +320.015 +20 +-121.005 +11 +319.202 +21 +-121.005 +0 +LINE +5 +20F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +319.202 +20 +-121.005 +11 +319.202 +21 +-117.504 +0 +LINE +5 +210 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +319.202 +20 +-117.504 +11 +320.015 +21 +-117.504 +0 +LINE +5 +211 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +320.015 +20 +-117.504 +11 +320.015 +21 +-112.496 +0 +LINE +5 +212 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +320.015 +20 +-112.496 +11 +319.202 +21 +-112.496 +0 +LINE +5 +213 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +319.202 +20 +-112.496 +11 +319.202 +21 +-108.995 +0 +LINE +5 +214 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +319.202 +20 +-108.995 +11 +320.015 +21 +-108.995 +0 +LINE +5 +215 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +320.015 +20 +-108.995 +11 +320.015 +21 +-108.015 +0 +LINE +5 +216 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +298.015 +20 +-88.015 +11 +311.985 +21 +-88.015 +0 +LINE +5 +217 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +311.985 +20 +-88.015 +11 +311.985 +21 +-88.9954 +0 +LINE +5 +218 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +311.985 +20 +-88.9954 +11 +312.798 +21 +-88.9954 +0 +LINE +5 +219 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +312.798 +20 +-88.9954 +11 +312.798 +21 +-92.4956 +0 +LINE +5 +21A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +312.798 +20 +-92.4956 +11 +311.985 +21 +-92.4956 +0 +LINE +5 +21B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +311.985 +20 +-92.4956 +11 +311.985 +21 +-97.5044 +0 +LINE +5 +21C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +311.985 +20 +-97.5044 +11 +312.798 +21 +-97.5044 +0 +LINE +5 +21D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +312.798 +20 +-97.5044 +11 +312.798 +21 +-101.005 +0 +LINE +5 +21E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +312.798 +20 +-101.005 +11 +311.985 +21 +-101.005 +0 +LINE +5 +21F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +311.985 +20 +-101.005 +11 +311.985 +21 +-101.985 +0 +LINE +5 +220 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +311.985 +20 +-101.985 +11 +298.015 +21 +-101.985 +0 +LINE +5 +221 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +298.015 +20 +-101.985 +11 +298.015 +21 +-101.005 +0 +LINE +5 +222 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +298.015 +20 +-101.005 +11 +297.202 +21 +-101.005 +0 +LINE +5 +223 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +297.202 +20 +-101.005 +11 +297.202 +21 +-97.5044 +0 +LINE +5 +224 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +297.202 +20 +-97.5044 +11 +298.015 +21 +-97.5044 +0 +LINE +5 +225 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +298.015 +20 +-97.5044 +11 +298.015 +21 +-92.4956 +0 +LINE +5 +226 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +298.015 +20 +-92.4956 +11 +297.202 +21 +-92.4956 +0 +LINE +5 +227 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +297.202 +20 +-92.4956 +11 +297.202 +21 +-88.9954 +0 +LINE +5 +228 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +297.202 +20 +-88.9954 +11 +298.015 +21 +-88.9954 +0 +LINE +5 +229 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +298.015 +20 +-88.9954 +11 +298.015 +21 +-88.015 +0 +LINE +5 +22A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +260.015 +20 +-108.015 +11 +273.985 +21 +-108.015 +0 +LINE +5 +22B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +273.985 +20 +-108.015 +11 +273.985 +21 +-108.995 +0 +LINE +5 +22C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +273.985 +20 +-108.995 +11 +274.798 +21 +-108.995 +0 +LINE +5 +22D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +274.798 +20 +-108.995 +11 +274.798 +21 +-112.496 +0 +LINE +5 +22E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +274.798 +20 +-112.496 +11 +273.985 +21 +-112.496 +0 +LINE +5 +22F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +273.985 +20 +-112.496 +11 +273.985 +21 +-117.504 +0 +LINE +5 +230 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +273.985 +20 +-117.504 +11 +274.798 +21 +-117.504 +0 +LINE +5 +231 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +274.798 +20 +-117.504 +11 +274.798 +21 +-121.005 +0 +LINE +5 +232 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +274.798 +20 +-121.005 +11 +273.985 +21 +-121.005 +0 +LINE +5 +233 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +273.985 +20 +-121.005 +11 +273.985 +21 +-121.985 +0 +LINE +5 +234 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +273.985 +20 +-121.985 +11 +260.015 +21 +-121.985 +0 +LINE +5 +235 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +260.015 +20 +-121.985 +11 +260.015 +21 +-121.005 +0 +LINE +5 +236 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +260.015 +20 +-121.005 +11 +259.202 +21 +-121.005 +0 +LINE +5 +237 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +259.202 +20 +-121.005 +11 +259.202 +21 +-117.504 +0 +LINE +5 +238 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +259.202 +20 +-117.504 +11 +260.015 +21 +-117.504 +0 +LINE +5 +239 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +260.015 +20 +-117.504 +11 +260.015 +21 +-112.496 +0 +LINE +5 +23A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +260.015 +20 +-112.496 +11 +259.202 +21 +-112.496 +0 +LINE +5 +23B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +259.202 +20 +-112.496 +11 +259.202 +21 +-108.995 +0 +LINE +5 +23C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +259.202 +20 +-108.995 +11 +260.015 +21 +-108.995 +0 +LINE +5 +23D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +260.015 +20 +-108.995 +11 +260.015 +21 +-108.015 +0 +LINE +5 +23E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +318.015 +20 +-88.015 +11 +331.985 +21 +-88.015 +0 +LINE +5 +23F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +331.985 +20 +-88.015 +11 +331.985 +21 +-88.9954 +0 +LINE +5 +240 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +331.985 +20 +-88.9954 +11 +332.798 +21 +-88.9954 +0 +LINE +5 +241 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +332.798 +20 +-88.9954 +11 +332.798 +21 +-92.4956 +0 +LINE +5 +242 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +332.798 +20 +-92.4956 +11 +331.985 +21 +-92.4956 +0 +LINE +5 +243 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +331.985 +20 +-92.4956 +11 +331.985 +21 +-97.5044 +0 +LINE +5 +244 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +331.985 +20 +-97.5044 +11 +332.798 +21 +-97.5044 +0 +LINE +5 +245 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +332.798 +20 +-97.5044 +11 +332.798 +21 +-101.005 +0 +LINE +5 +246 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +332.798 +20 +-101.005 +11 +331.985 +21 +-101.005 +0 +LINE +5 +247 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +331.985 +20 +-101.005 +11 +331.985 +21 +-101.985 +0 +LINE +5 +248 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +331.985 +20 +-101.985 +11 +318.015 +21 +-101.985 +0 +LINE +5 +249 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +318.015 +20 +-101.985 +11 +318.015 +21 +-101.005 +0 +LINE +5 +24A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +318.015 +20 +-101.005 +11 +317.202 +21 +-101.005 +0 +LINE +5 +24B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +317.202 +20 +-101.005 +11 +317.202 +21 +-97.5044 +0 +LINE +5 +24C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +317.202 +20 +-97.5044 +11 +318.015 +21 +-97.5044 +0 +LINE +5 +24D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +318.015 +20 +-97.5044 +11 +318.015 +21 +-92.4956 +0 +LINE +5 +24E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +318.015 +20 +-92.4956 +11 +317.202 +21 +-92.4956 +0 +LINE +5 +24F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +317.202 +20 +-92.4956 +11 +317.202 +21 +-88.9954 +0 +LINE +5 +250 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +317.202 +20 +-88.9954 +11 +318.015 +21 +-88.9954 +0 +LINE +5 +251 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +318.015 +20 +-88.9954 +11 +318.015 +21 +-88.015 +0 +LINE +5 +252 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.015 +20 +-68.015 +11 +329.985 +21 +-68.015 +0 +LINE +5 +253 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +329.985 +20 +-68.015 +11 +329.985 +21 +-68.9954 +0 +LINE +5 +254 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +329.985 +20 +-68.9954 +11 +330.798 +21 +-68.9954 +0 +LINE +5 +255 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +330.798 +20 +-68.9954 +11 +330.798 +21 +-72.4956 +0 +LINE +5 +256 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +330.798 +20 +-72.4956 +11 +329.985 +21 +-72.4956 +0 +LINE +5 +257 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +329.985 +20 +-72.4956 +11 +329.985 +21 +-77.5044 +0 +LINE +5 +258 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +329.985 +20 +-77.5044 +11 +330.798 +21 +-77.5044 +0 +LINE +5 +259 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +330.798 +20 +-77.5044 +11 +330.798 +21 +-81.0046 +0 +LINE +5 +25A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +330.798 +20 +-81.0046 +11 +329.985 +21 +-81.0046 +0 +LINE +5 +25B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +329.985 +20 +-81.0046 +11 +329.985 +21 +-81.985 +0 +LINE +5 +25C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +329.985 +20 +-81.985 +11 +316.015 +21 +-81.985 +0 +LINE +5 +25D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.015 +20 +-81.985 +11 +316.015 +21 +-81.0046 +0 +LINE +5 +25E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.015 +20 +-81.0046 +11 +315.202 +21 +-81.0046 +0 +LINE +5 +25F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.202 +20 +-81.0046 +11 +315.202 +21 +-77.5044 +0 +LINE +5 +260 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.202 +20 +-77.5044 +11 +316.015 +21 +-77.5044 +0 +LINE +5 +261 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.015 +20 +-77.5044 +11 +316.015 +21 +-72.4956 +0 +LINE +5 +262 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.015 +20 +-72.4956 +11 +315.202 +21 +-72.4956 +0 +LINE +5 +263 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.202 +20 +-72.4956 +11 +315.202 +21 +-68.9954 +0 +LINE +5 +264 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +315.202 +20 +-68.9954 +11 +316.015 +21 +-68.9954 +0 +LINE +5 +265 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +316.015 +20 +-68.9954 +11 +316.015 +21 +-68.015 +0 +LINE +5 +266 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +338.015 +20 +-88.015 +11 +351.985 +21 +-88.015 +0 +LINE +5 +267 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +351.985 +20 +-88.015 +11 +351.985 +21 +-88.9954 +0 +LINE +5 +268 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +351.985 +20 +-88.9954 +11 +352.798 +21 +-88.9954 +0 +LINE +5 +269 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +352.798 +20 +-88.9954 +11 +352.798 +21 +-92.4956 +0 +LINE +5 +26A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +352.798 +20 +-92.4956 +11 +351.985 +21 +-92.4956 +0 +LINE +5 +26B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +351.985 +20 +-92.4956 +11 +351.985 +21 +-97.5044 +0 +LINE +5 +26C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +351.985 +20 +-97.5044 +11 +352.798 +21 +-97.5044 +0 +LINE +5 +26D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +352.798 +20 +-97.5044 +11 +352.798 +21 +-101.005 +0 +LINE +5 +26E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +352.798 +20 +-101.005 +11 +351.985 +21 +-101.005 +0 +LINE +5 +26F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +351.985 +20 +-101.005 +11 +351.985 +21 +-101.985 +0 +LINE +5 +270 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +351.985 +20 +-101.985 +11 +338.015 +21 +-101.985 +0 +LINE +5 +271 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +338.015 +20 +-101.985 +11 +338.015 +21 +-101.005 +0 +LINE +5 +272 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +338.015 +20 +-101.005 +11 +337.202 +21 +-101.005 +0 +LINE +5 +273 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +337.202 +20 +-101.005 +11 +337.202 +21 +-97.5044 +0 +LINE +5 +274 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +337.202 +20 +-97.5044 +11 +338.015 +21 +-97.5044 +0 +LINE +5 +275 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +338.015 +20 +-97.5044 +11 +338.015 +21 +-92.4956 +0 +LINE +5 +276 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +338.015 +20 +-92.4956 +11 +337.202 +21 +-92.4956 +0 +LINE +5 +277 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +337.202 +20 +-92.4956 +11 +337.202 +21 +-88.9954 +0 +LINE +5 +278 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +337.202 +20 +-88.9954 +11 +338.015 +21 +-88.9954 +0 +LINE +5 +279 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +338.015 +20 +-88.9954 +11 +338.015 +21 +-88.015 +0 +LINE +5 +27A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.015 +20 +-68.015 +11 +349.985 +21 +-68.015 +0 +LINE +5 +27B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.985 +20 +-68.015 +11 +349.985 +21 +-68.9954 +0 +LINE +5 +27C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.985 +20 +-68.9954 +11 +350.798 +21 +-68.9954 +0 +LINE +5 +27D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.798 +20 +-68.9954 +11 +350.798 +21 +-72.4956 +0 +LINE +5 +27E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.798 +20 +-72.4956 +11 +349.985 +21 +-72.4956 +0 +LINE +5 +27F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.985 +20 +-72.4956 +11 +349.985 +21 +-77.5044 +0 +LINE +5 +280 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.985 +20 +-77.5044 +11 +350.798 +21 +-77.5044 +0 +LINE +5 +281 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.798 +20 +-77.5044 +11 +350.798 +21 +-81.0046 +0 +LINE +5 +282 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.798 +20 +-81.0046 +11 +349.985 +21 +-81.0046 +0 +LINE +5 +283 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.985 +20 +-81.0046 +11 +349.985 +21 +-81.985 +0 +LINE +5 +284 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.985 +20 +-81.985 +11 +336.015 +21 +-81.985 +0 +LINE +5 +285 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.015 +20 +-81.985 +11 +336.015 +21 +-81.0046 +0 +LINE +5 +286 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.015 +20 +-81.0046 +11 +335.202 +21 +-81.0046 +0 +LINE +5 +287 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.202 +20 +-81.0046 +11 +335.202 +21 +-77.5044 +0 +LINE +5 +288 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.202 +20 +-77.5044 +11 +336.015 +21 +-77.5044 +0 +LINE +5 +289 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.015 +20 +-77.5044 +11 +336.015 +21 +-72.4956 +0 +LINE +5 +28A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.015 +20 +-72.4956 +11 +335.202 +21 +-72.4956 +0 +LINE +5 +28B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.202 +20 +-72.4956 +11 +335.202 +21 +-68.9954 +0 +LINE +5 +28C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +335.202 +20 +-68.9954 +11 +336.015 +21 +-68.9954 +0 +LINE +5 +28D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +336.015 +20 +-68.9954 +11 +336.015 +21 +-68.015 +0 +LINE +5 +28E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +356.015 +20 +-68.015 +11 +369.985 +21 +-68.015 +0 +LINE +5 +28F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +369.985 +20 +-68.015 +11 +369.985 +21 +-68.9954 +0 +LINE +5 +290 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +369.985 +20 +-68.9954 +11 +370.798 +21 +-68.9954 +0 +LINE +5 +291 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +370.798 +20 +-68.9954 +11 +370.798 +21 +-72.4956 +0 +LINE +5 +292 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +370.798 +20 +-72.4956 +11 +369.985 +21 +-72.4956 +0 +LINE +5 +293 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +369.985 +20 +-72.4956 +11 +369.985 +21 +-77.5044 +0 +LINE +5 +294 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +369.985 +20 +-77.5044 +11 +370.798 +21 +-77.5044 +0 +LINE +5 +295 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +370.798 +20 +-77.5044 +11 +370.798 +21 +-81.0046 +0 +LINE +5 +296 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +370.798 +20 +-81.0046 +11 +369.985 +21 +-81.0046 +0 +LINE +5 +297 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +369.985 +20 +-81.0046 +11 +369.985 +21 +-81.985 +0 +LINE +5 +298 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +369.985 +20 +-81.985 +11 +356.015 +21 +-81.985 +0 +LINE +5 +299 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +356.015 +20 +-81.985 +11 +356.015 +21 +-81.0046 +0 +LINE +5 +29A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +356.015 +20 +-81.0046 +11 +355.202 +21 +-81.0046 +0 +LINE +5 +29B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +355.202 +20 +-81.0046 +11 +355.202 +21 +-77.5044 +0 +LINE +5 +29C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +355.202 +20 +-77.5044 +11 +356.015 +21 +-77.5044 +0 +LINE +5 +29D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +356.015 +20 +-77.5044 +11 +356.015 +21 +-72.4956 +0 +LINE +5 +29E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +356.015 +20 +-72.4956 +11 +355.202 +21 +-72.4956 +0 +LINE +5 +29F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +355.202 +20 +-72.4956 +11 +355.202 +21 +-68.9954 +0 +LINE +5 +2A0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +355.202 +20 +-68.9954 +11 +356.015 +21 +-68.9954 +0 +LINE +5 +2A1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +356.015 +20 +-68.9954 +11 +356.015 +21 +-68.015 +0 +LINE +5 +2A2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +58.015 +20 +-88.015 +11 +71.985 +21 +-88.015 +0 +LINE +5 +2A3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +71.985 +20 +-88.015 +11 +71.985 +21 +-88.9954 +0 +LINE +5 +2A4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +71.985 +20 +-88.9954 +11 +72.7978 +21 +-88.9954 +0 +LINE +5 +2A5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +72.7978 +20 +-88.9954 +11 +72.7978 +21 +-92.4956 +0 +LINE +5 +2A6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +72.7978 +20 +-92.4956 +11 +71.985 +21 +-92.4956 +0 +LINE +5 +2A7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +71.985 +20 +-92.4956 +11 +71.985 +21 +-97.5044 +0 +LINE +5 +2A8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +71.985 +20 +-97.5044 +11 +72.7978 +21 +-97.5044 +0 +LINE +5 +2A9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +72.7978 +20 +-97.5044 +11 +72.7978 +21 +-101.005 +0 +LINE +5 +2AA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +72.7978 +20 +-101.005 +11 +71.985 +21 +-101.005 +0 +LINE +5 +2AB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +71.985 +20 +-101.005 +11 +71.985 +21 +-101.985 +0 +LINE +5 +2AC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +71.985 +20 +-101.985 +11 +58.015 +21 +-101.985 +0 +LINE +5 +2AD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +58.015 +20 +-101.985 +11 +58.015 +21 +-101.005 +0 +LINE +5 +2AE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +58.015 +20 +-101.005 +11 +57.2022 +21 +-101.005 +0 +LINE +5 +2AF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +57.2022 +20 +-101.005 +11 +57.2022 +21 +-97.5044 +0 +LINE +5 +2B0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +57.2022 +20 +-97.5044 +11 +58.015 +21 +-97.5044 +0 +LINE +5 +2B1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +58.015 +20 +-97.5044 +11 +58.015 +21 +-92.4956 +0 +LINE +5 +2B2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +58.015 +20 +-92.4956 +11 +57.2022 +21 +-92.4956 +0 +LINE +5 +2B3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +57.2022 +20 +-92.4956 +11 +57.2022 +21 +-88.9954 +0 +LINE +5 +2B4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +57.2022 +20 +-88.9954 +11 +58.015 +21 +-88.9954 +0 +LINE +5 +2B5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +58.015 +20 +-88.9954 +11 +58.015 +21 +-88.015 +0 +LINE +5 +2B6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +100.015 +20 +-68.015 +11 +113.985 +21 +-68.015 +0 +LINE +5 +2B7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.985 +20 +-68.015 +11 +113.985 +21 +-68.9954 +0 +LINE +5 +2B8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.985 +20 +-68.9954 +11 +114.798 +21 +-68.9954 +0 +LINE +5 +2B9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.798 +20 +-68.9954 +11 +114.798 +21 +-72.4956 +0 +LINE +5 +2BA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.798 +20 +-72.4956 +11 +113.985 +21 +-72.4956 +0 +LINE +5 +2BB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.985 +20 +-72.4956 +11 +113.985 +21 +-77.5044 +0 +LINE +5 +2BC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.985 +20 +-77.5044 +11 +114.798 +21 +-77.5044 +0 +LINE +5 +2BD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.798 +20 +-77.5044 +11 +114.798 +21 +-81.0046 +0 +LINE +5 +2BE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.798 +20 +-81.0046 +11 +113.985 +21 +-81.0046 +0 +LINE +5 +2BF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.985 +20 +-81.0046 +11 +113.985 +21 +-81.985 +0 +LINE +5 +2C0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.985 +20 +-81.985 +11 +100.015 +21 +-81.985 +0 +LINE +5 +2C1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +100.015 +20 +-81.985 +11 +100.015 +21 +-81.0046 +0 +LINE +5 +2C2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +100.015 +20 +-81.0046 +11 +99.2022 +21 +-81.0046 +0 +LINE +5 +2C3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +99.2022 +20 +-81.0046 +11 +99.2022 +21 +-77.5044 +0 +LINE +5 +2C4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +99.2022 +20 +-77.5044 +11 +100.015 +21 +-77.5044 +0 +LINE +5 +2C5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +100.015 +20 +-77.5044 +11 +100.015 +21 +-72.4956 +0 +LINE +5 +2C6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +100.015 +20 +-72.4956 +11 +99.2022 +21 +-72.4956 +0 +LINE +5 +2C7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +99.2022 +20 +-72.4956 +11 +99.2022 +21 +-68.9954 +0 +LINE +5 +2C8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +99.2022 +20 +-68.9954 +11 +100.015 +21 +-68.9954 +0 +LINE +5 +2C9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +100.015 +20 +-68.9954 +11 +100.015 +21 +-68.015 +0 +LINE +5 +2CA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.015 +20 +-68.015 +11 +93.985 +21 +-68.015 +0 +LINE +5 +2CB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.985 +20 +-68.015 +11 +93.985 +21 +-68.9954 +0 +LINE +5 +2CC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.985 +20 +-68.9954 +11 +94.7978 +21 +-68.9954 +0 +LINE +5 +2CD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.7978 +20 +-68.9954 +11 +94.7978 +21 +-72.4956 +0 +LINE +5 +2CE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.7978 +20 +-72.4956 +11 +93.985 +21 +-72.4956 +0 +LINE +5 +2CF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.985 +20 +-72.4956 +11 +93.985 +21 +-77.5044 +0 +LINE +5 +2D0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.985 +20 +-77.5044 +11 +94.7978 +21 +-77.5044 +0 +LINE +5 +2D1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.7978 +20 +-77.5044 +11 +94.7978 +21 +-81.0046 +0 +LINE +5 +2D2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.7978 +20 +-81.0046 +11 +93.985 +21 +-81.0046 +0 +LINE +5 +2D3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.985 +20 +-81.0046 +11 +93.985 +21 +-81.985 +0 +LINE +5 +2D4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.985 +20 +-81.985 +11 +80.015 +21 +-81.985 +0 +LINE +5 +2D5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.015 +20 +-81.985 +11 +80.015 +21 +-81.0046 +0 +LINE +5 +2D6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.015 +20 +-81.0046 +11 +79.2022 +21 +-81.0046 +0 +LINE +5 +2D7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.2022 +20 +-81.0046 +11 +79.2022 +21 +-77.5044 +0 +LINE +5 +2D8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.2022 +20 +-77.5044 +11 +80.015 +21 +-77.5044 +0 +LINE +5 +2D9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.015 +20 +-77.5044 +11 +80.015 +21 +-72.4956 +0 +LINE +5 +2DA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.015 +20 +-72.4956 +11 +79.2022 +21 +-72.4956 +0 +LINE +5 +2DB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.2022 +20 +-72.4956 +11 +79.2022 +21 +-68.9954 +0 +LINE +5 +2DC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +79.2022 +20 +-68.9954 +11 +80.015 +21 +-68.9954 +0 +LINE +5 +2DD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +80.015 +20 +-68.9954 +11 +80.015 +21 +-68.015 +0 +LINE +5 +2DE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +158.015 +20 +-88.015 +11 +171.985 +21 +-88.015 +0 +LINE +5 +2DF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +171.985 +20 +-88.015 +11 +171.985 +21 +-88.9954 +0 +LINE +5 +2E0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +171.985 +20 +-88.9954 +11 +172.798 +21 +-88.9954 +0 +LINE +5 +2E1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +172.798 +20 +-88.9954 +11 +172.798 +21 +-92.4956 +0 +LINE +5 +2E2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +172.798 +20 +-92.4956 +11 +171.985 +21 +-92.4956 +0 +LINE +5 +2E3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +171.985 +20 +-92.4956 +11 +171.985 +21 +-97.5044 +0 +LINE +5 +2E4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +171.985 +20 +-97.5044 +11 +172.798 +21 +-97.5044 +0 +LINE +5 +2E5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +172.798 +20 +-97.5044 +11 +172.798 +21 +-101.005 +0 +LINE +5 +2E6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +172.798 +20 +-101.005 +11 +171.985 +21 +-101.005 +0 +LINE +5 +2E7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +171.985 +20 +-101.005 +11 +171.985 +21 +-101.985 +0 +LINE +5 +2E8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +171.985 +20 +-101.985 +11 +158.015 +21 +-101.985 +0 +LINE +5 +2E9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +158.015 +20 +-101.985 +11 +158.015 +21 +-101.005 +0 +LINE +5 +2EA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +158.015 +20 +-101.005 +11 +157.202 +21 +-101.005 +0 +LINE +5 +2EB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +157.202 +20 +-101.005 +11 +157.202 +21 +-97.5044 +0 +LINE +5 +2EC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +157.202 +20 +-97.5044 +11 +158.015 +21 +-97.5044 +0 +LINE +5 +2ED +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +158.015 +20 +-97.5044 +11 +158.015 +21 +-92.4956 +0 +LINE +5 +2EE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +158.015 +20 +-92.4956 +11 +157.202 +21 +-92.4956 +0 +LINE +5 +2EF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +157.202 +20 +-92.4956 +11 +157.202 +21 +-88.9954 +0 +LINE +5 +2F0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +157.202 +20 +-88.9954 +11 +158.015 +21 +-88.9954 +0 +LINE +5 +2F1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +158.015 +20 +-88.9954 +11 +158.015 +21 +-88.015 +0 +LINE +5 +2F2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.015 +20 +-128.015 +11 +127.985 +21 +-128.015 +0 +LINE +5 +2F3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +127.985 +20 +-128.015 +11 +127.985 +21 +-128.995 +0 +LINE +5 +2F4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +127.985 +20 +-128.995 +11 +128.798 +21 +-128.995 +0 +LINE +5 +2F5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +128.798 +20 +-128.995 +11 +128.798 +21 +-132.496 +0 +LINE +5 +2F6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +128.798 +20 +-132.496 +11 +127.985 +21 +-132.496 +0 +LINE +5 +2F7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +127.985 +20 +-132.496 +11 +127.985 +21 +-137.504 +0 +LINE +5 +2F8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +127.985 +20 +-137.504 +11 +128.798 +21 +-137.504 +0 +LINE +5 +2F9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +128.798 +20 +-137.504 +11 +128.798 +21 +-141.005 +0 +LINE +5 +2FA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +128.798 +20 +-141.005 +11 +127.985 +21 +-141.005 +0 +LINE +5 +2FB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +127.985 +20 +-141.005 +11 +127.985 +21 +-141.985 +0 +LINE +5 +2FC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +127.985 +20 +-141.985 +11 +114.015 +21 +-141.985 +0 +LINE +5 +2FD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.015 +20 +-141.985 +11 +114.015 +21 +-141.005 +0 +LINE +5 +2FE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.015 +20 +-141.005 +11 +113.202 +21 +-141.005 +0 +LINE +5 +2FF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.202 +20 +-141.005 +11 +113.202 +21 +-137.504 +0 +LINE +5 +300 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.202 +20 +-137.504 +11 +114.015 +21 +-137.504 +0 +LINE +5 +301 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.015 +20 +-137.504 +11 +114.015 +21 +-132.496 +0 +LINE +5 +302 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.015 +20 +-132.496 +11 +113.202 +21 +-132.496 +0 +LINE +5 +303 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.202 +20 +-132.496 +11 +113.202 +21 +-128.995 +0 +LINE +5 +304 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +113.202 +20 +-128.995 +11 +114.015 +21 +-128.995 +0 +LINE +5 +305 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +114.015 +20 +-128.995 +11 +114.015 +21 +-128.015 +0 +LINE +5 +306 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +98.015 +20 +-88.015 +11 +111.985 +21 +-88.015 +0 +LINE +5 +307 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +111.985 +20 +-88.015 +11 +111.985 +21 +-88.9954 +0 +LINE +5 +308 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +111.985 +20 +-88.9954 +11 +112.798 +21 +-88.9954 +0 +LINE +5 +309 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +112.798 +20 +-88.9954 +11 +112.798 +21 +-92.4956 +0 +LINE +5 +30A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +112.798 +20 +-92.4956 +11 +111.985 +21 +-92.4956 +0 +LINE +5 +30B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +111.985 +20 +-92.4956 +11 +111.985 +21 +-97.5044 +0 +LINE +5 +30C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +111.985 +20 +-97.5044 +11 +112.798 +21 +-97.5044 +0 +LINE +5 +30D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +112.798 +20 +-97.5044 +11 +112.798 +21 +-101.005 +0 +LINE +5 +30E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +112.798 +20 +-101.005 +11 +111.985 +21 +-101.005 +0 +LINE +5 +30F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +111.985 +20 +-101.005 +11 +111.985 +21 +-101.985 +0 +LINE +5 +310 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +111.985 +20 +-101.985 +11 +98.015 +21 +-101.985 +0 +LINE +5 +311 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +98.015 +20 +-101.985 +11 +98.015 +21 +-101.005 +0 +LINE +5 +312 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +98.015 +20 +-101.005 +11 +97.2022 +21 +-101.005 +0 +LINE +5 +313 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +97.2022 +20 +-101.005 +11 +97.2022 +21 +-97.5044 +0 +LINE +5 +314 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +97.2022 +20 +-97.5044 +11 +98.015 +21 +-97.5044 +0 +LINE +5 +315 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +98.015 +20 +-97.5044 +11 +98.015 +21 +-92.4956 +0 +LINE +5 +316 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +98.015 +20 +-92.4956 +11 +97.2022 +21 +-92.4956 +0 +LINE +5 +317 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +97.2022 +20 +-92.4956 +11 +97.2022 +21 +-88.9954 +0 +LINE +5 +318 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +97.2022 +20 +-88.9954 +11 +98.015 +21 +-88.9954 +0 +LINE +5 +319 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +98.015 +20 +-88.9954 +11 +98.015 +21 +-88.015 +0 +LINE +5 +31A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +120.015 +20 +-68.015 +11 +133.985 +21 +-68.015 +0 +LINE +5 +31B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.985 +20 +-68.015 +11 +133.985 +21 +-68.9954 +0 +LINE +5 +31C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.985 +20 +-68.9954 +11 +134.798 +21 +-68.9954 +0 +LINE +5 +31D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.798 +20 +-68.9954 +11 +134.798 +21 +-72.4956 +0 +LINE +5 +31E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.798 +20 +-72.4956 +11 +133.985 +21 +-72.4956 +0 +LINE +5 +31F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.985 +20 +-72.4956 +11 +133.985 +21 +-77.5044 +0 +LINE +5 +320 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.985 +20 +-77.5044 +11 +134.798 +21 +-77.5044 +0 +LINE +5 +321 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.798 +20 +-77.5044 +11 +134.798 +21 +-81.0046 +0 +LINE +5 +322 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.798 +20 +-81.0046 +11 +133.985 +21 +-81.0046 +0 +LINE +5 +323 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.985 +20 +-81.0046 +11 +133.985 +21 +-81.985 +0 +LINE +5 +324 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.985 +20 +-81.985 +11 +120.015 +21 +-81.985 +0 +LINE +5 +325 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +120.015 +20 +-81.985 +11 +120.015 +21 +-81.0046 +0 +LINE +5 +326 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +120.015 +20 +-81.0046 +11 +119.202 +21 +-81.0046 +0 +LINE +5 +327 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +119.202 +20 +-81.0046 +11 +119.202 +21 +-77.5044 +0 +LINE +5 +328 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +119.202 +20 +-77.5044 +11 +120.015 +21 +-77.5044 +0 +LINE +5 +329 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +120.015 +20 +-77.5044 +11 +120.015 +21 +-72.4956 +0 +LINE +5 +32A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +120.015 +20 +-72.4956 +11 +119.202 +21 +-72.4956 +0 +LINE +5 +32B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +119.202 +20 +-72.4956 +11 +119.202 +21 +-68.9954 +0 +LINE +5 +32C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +119.202 +20 +-68.9954 +11 +120.015 +21 +-68.9954 +0 +LINE +5 +32D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +120.015 +20 +-68.9954 +11 +120.015 +21 +-68.015 +0 +LINE +5 +32E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +118.015 +20 +-88.015 +11 +131.985 +21 +-88.015 +0 +LINE +5 +32F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +131.985 +20 +-88.015 +11 +131.985 +21 +-88.9954 +0 +LINE +5 +330 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +131.985 +20 +-88.9954 +11 +132.798 +21 +-88.9954 +0 +LINE +5 +331 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +132.798 +20 +-88.9954 +11 +132.798 +21 +-92.4956 +0 +LINE +5 +332 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +132.798 +20 +-92.4956 +11 +131.985 +21 +-92.4956 +0 +LINE +5 +333 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +131.985 +20 +-92.4956 +11 +131.985 +21 +-97.5044 +0 +LINE +5 +334 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +131.985 +20 +-97.5044 +11 +132.798 +21 +-97.5044 +0 +LINE +5 +335 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +132.798 +20 +-97.5044 +11 +132.798 +21 +-101.005 +0 +LINE +5 +336 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +132.798 +20 +-101.005 +11 +131.985 +21 +-101.005 +0 +LINE +5 +337 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +131.985 +20 +-101.005 +11 +131.985 +21 +-101.985 +0 +LINE +5 +338 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +131.985 +20 +-101.985 +11 +118.015 +21 +-101.985 +0 +LINE +5 +339 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +118.015 +20 +-101.985 +11 +118.015 +21 +-101.005 +0 +LINE +5 +33A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +118.015 +20 +-101.005 +11 +117.202 +21 +-101.005 +0 +LINE +5 +33B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +117.202 +20 +-101.005 +11 +117.202 +21 +-97.5044 +0 +LINE +5 +33C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +117.202 +20 +-97.5044 +11 +118.015 +21 +-97.5044 +0 +LINE +5 +33D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +118.015 +20 +-97.5044 +11 +118.015 +21 +-92.4956 +0 +LINE +5 +33E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +118.015 +20 +-92.4956 +11 +117.202 +21 +-92.4956 +0 +LINE +5 +33F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +117.202 +20 +-92.4956 +11 +117.202 +21 +-88.9954 +0 +LINE +5 +340 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +117.202 +20 +-88.9954 +11 +118.015 +21 +-88.9954 +0 +LINE +5 +341 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +118.015 +20 +-88.9954 +11 +118.015 +21 +-88.015 +0 +LINE +5 +342 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +136.015 +20 +-108.015 +11 +149.985 +21 +-108.015 +0 +LINE +5 +343 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +149.985 +20 +-108.015 +11 +149.985 +21 +-108.995 +0 +LINE +5 +344 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +149.985 +20 +-108.995 +11 +150.798 +21 +-108.995 +0 +LINE +5 +345 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +150.798 +20 +-108.995 +11 +150.798 +21 +-112.496 +0 +LINE +5 +346 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +150.798 +20 +-112.496 +11 +149.985 +21 +-112.496 +0 +LINE +5 +347 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +149.985 +20 +-112.496 +11 +149.985 +21 +-117.504 +0 +LINE +5 +348 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +149.985 +20 +-117.504 +11 +150.798 +21 +-117.504 +0 +LINE +5 +349 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +150.798 +20 +-117.504 +11 +150.798 +21 +-121.005 +0 +LINE +5 +34A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +150.798 +20 +-121.005 +11 +149.985 +21 +-121.005 +0 +LINE +5 +34B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +149.985 +20 +-121.005 +11 +149.985 +21 +-121.985 +0 +LINE +5 +34C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +149.985 +20 +-121.985 +11 +136.015 +21 +-121.985 +0 +LINE +5 +34D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +136.015 +20 +-121.985 +11 +136.015 +21 +-121.005 +0 +LINE +5 +34E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +136.015 +20 +-121.005 +11 +135.202 +21 +-121.005 +0 +LINE +5 +34F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +135.202 +20 +-121.005 +11 +135.202 +21 +-117.504 +0 +LINE +5 +350 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +135.202 +20 +-117.504 +11 +136.015 +21 +-117.504 +0 +LINE +5 +351 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +136.015 +20 +-117.504 +11 +136.015 +21 +-112.496 +0 +LINE +5 +352 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +136.015 +20 +-112.496 +11 +135.202 +21 +-112.496 +0 +LINE +5 +353 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +135.202 +20 +-112.496 +11 +135.202 +21 +-108.995 +0 +LINE +5 +354 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +135.202 +20 +-108.995 +11 +136.015 +21 +-108.995 +0 +LINE +5 +355 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +136.015 +20 +-108.995 +11 +136.015 +21 +-108.015 +0 +LINE +5 +356 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.015 +20 +-128.015 +11 +147.985 +21 +-128.015 +0 +LINE +5 +357 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +147.985 +20 +-128.015 +11 +147.985 +21 +-128.995 +0 +LINE +5 +358 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +147.985 +20 +-128.995 +11 +148.798 +21 +-128.995 +0 +LINE +5 +359 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +148.798 +20 +-128.995 +11 +148.798 +21 +-132.496 +0 +LINE +5 +35A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +148.798 +20 +-132.496 +11 +147.985 +21 +-132.496 +0 +LINE +5 +35B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +147.985 +20 +-132.496 +11 +147.985 +21 +-137.504 +0 +LINE +5 +35C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +147.985 +20 +-137.504 +11 +148.798 +21 +-137.504 +0 +LINE +5 +35D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +148.798 +20 +-137.504 +11 +148.798 +21 +-141.005 +0 +LINE +5 +35E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +148.798 +20 +-141.005 +11 +147.985 +21 +-141.005 +0 +LINE +5 +35F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +147.985 +20 +-141.005 +11 +147.985 +21 +-141.985 +0 +LINE +5 +360 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +147.985 +20 +-141.985 +11 +134.015 +21 +-141.985 +0 +LINE +5 +361 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.015 +20 +-141.985 +11 +134.015 +21 +-141.005 +0 +LINE +5 +362 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.015 +20 +-141.005 +11 +133.202 +21 +-141.005 +0 +LINE +5 +363 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.202 +20 +-141.005 +11 +133.202 +21 +-137.504 +0 +LINE +5 +364 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.202 +20 +-137.504 +11 +134.015 +21 +-137.504 +0 +LINE +5 +365 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.015 +20 +-137.504 +11 +134.015 +21 +-132.496 +0 +LINE +5 +366 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.015 +20 +-132.496 +11 +133.202 +21 +-132.496 +0 +LINE +5 +367 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.202 +20 +-132.496 +11 +133.202 +21 +-128.995 +0 +LINE +5 +368 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +133.202 +20 +-128.995 +11 +134.015 +21 +-128.995 +0 +LINE +5 +369 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +134.015 +20 +-128.995 +11 +134.015 +21 +-128.015 +0 +LINE +5 +36A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +140.015 +20 +-68.015 +11 +153.985 +21 +-68.015 +0 +LINE +5 +36B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.985 +20 +-68.015 +11 +153.985 +21 +-68.9954 +0 +LINE +5 +36C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.985 +20 +-68.9954 +11 +154.798 +21 +-68.9954 +0 +LINE +5 +36D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.798 +20 +-68.9954 +11 +154.798 +21 +-72.4956 +0 +LINE +5 +36E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.798 +20 +-72.4956 +11 +153.985 +21 +-72.4956 +0 +LINE +5 +36F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.985 +20 +-72.4956 +11 +153.985 +21 +-77.5044 +0 +LINE +5 +370 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.985 +20 +-77.5044 +11 +154.798 +21 +-77.5044 +0 +LINE +5 +371 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.798 +20 +-77.5044 +11 +154.798 +21 +-81.0046 +0 +LINE +5 +372 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.798 +20 +-81.0046 +11 +153.985 +21 +-81.0046 +0 +LINE +5 +373 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.985 +20 +-81.0046 +11 +153.985 +21 +-81.985 +0 +LINE +5 +374 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.985 +20 +-81.985 +11 +140.015 +21 +-81.985 +0 +LINE +5 +375 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +140.015 +20 +-81.985 +11 +140.015 +21 +-81.0046 +0 +LINE +5 +376 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +140.015 +20 +-81.0046 +11 +139.202 +21 +-81.0046 +0 +LINE +5 +377 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +139.202 +20 +-81.0046 +11 +139.202 +21 +-77.5044 +0 +LINE +5 +378 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +139.202 +20 +-77.5044 +11 +140.015 +21 +-77.5044 +0 +LINE +5 +379 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +140.015 +20 +-77.5044 +11 +140.015 +21 +-72.4956 +0 +LINE +5 +37A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +140.015 +20 +-72.4956 +11 +139.202 +21 +-72.4956 +0 +LINE +5 +37B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +139.202 +20 +-72.4956 +11 +139.202 +21 +-68.9954 +0 +LINE +5 +37C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +139.202 +20 +-68.9954 +11 +140.015 +21 +-68.9954 +0 +LINE +5 +37D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +140.015 +20 +-68.9954 +11 +140.015 +21 +-68.015 +0 +LINE +5 +37E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-88.015 +11 +151.985 +21 +-88.015 +0 +LINE +5 +37F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-88.015 +11 +151.985 +21 +-88.9954 +0 +LINE +5 +380 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-88.9954 +11 +152.798 +21 +-88.9954 +0 +LINE +5 +381 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +152.798 +20 +-88.9954 +11 +152.798 +21 +-92.4956 +0 +LINE +5 +382 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +152.798 +20 +-92.4956 +11 +151.985 +21 +-92.4956 +0 +LINE +5 +383 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-92.4956 +11 +151.985 +21 +-97.5044 +0 +LINE +5 +384 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-97.5044 +11 +152.798 +21 +-97.5044 +0 +LINE +5 +385 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +152.798 +20 +-97.5044 +11 +152.798 +21 +-101.005 +0 +LINE +5 +386 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +152.798 +20 +-101.005 +11 +151.985 +21 +-101.005 +0 +LINE +5 +387 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-101.005 +11 +151.985 +21 +-101.985 +0 +LINE +5 +388 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +151.985 +20 +-101.985 +11 +138.015 +21 +-101.985 +0 +LINE +5 +389 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-101.985 +11 +138.015 +21 +-101.005 +0 +LINE +5 +38A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-101.005 +11 +137.202 +21 +-101.005 +0 +LINE +5 +38B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +137.202 +20 +-101.005 +11 +137.202 +21 +-97.5044 +0 +LINE +5 +38C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +137.202 +20 +-97.5044 +11 +138.015 +21 +-97.5044 +0 +LINE +5 +38D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-97.5044 +11 +138.015 +21 +-92.4956 +0 +LINE +5 +38E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-92.4956 +11 +137.202 +21 +-92.4956 +0 +LINE +5 +38F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +137.202 +20 +-92.4956 +11 +137.202 +21 +-88.9954 +0 +LINE +5 +390 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +137.202 +20 +-88.9954 +11 +138.015 +21 +-88.9954 +0 +LINE +5 +391 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +138.015 +20 +-88.9954 +11 +138.015 +21 +-88.015 +0 +LINE +5 +392 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +156.015 +20 +-108.015 +11 +169.985 +21 +-108.015 +0 +LINE +5 +393 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +169.985 +20 +-108.015 +11 +169.985 +21 +-108.995 +0 +LINE +5 +394 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +169.985 +20 +-108.995 +11 +170.798 +21 +-108.995 +0 +LINE +5 +395 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +170.798 +20 +-108.995 +11 +170.798 +21 +-112.496 +0 +LINE +5 +396 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +170.798 +20 +-112.496 +11 +169.985 +21 +-112.496 +0 +LINE +5 +397 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +169.985 +20 +-112.496 +11 +169.985 +21 +-117.504 +0 +LINE +5 +398 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +169.985 +20 +-117.504 +11 +170.798 +21 +-117.504 +0 +LINE +5 +399 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +170.798 +20 +-117.504 +11 +170.798 +21 +-121.005 +0 +LINE +5 +39A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +170.798 +20 +-121.005 +11 +169.985 +21 +-121.005 +0 +LINE +5 +39B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +169.985 +20 +-121.005 +11 +169.985 +21 +-121.985 +0 +LINE +5 +39C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +169.985 +20 +-121.985 +11 +156.015 +21 +-121.985 +0 +LINE +5 +39D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +156.015 +20 +-121.985 +11 +156.015 +21 +-121.005 +0 +LINE +5 +39E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +156.015 +20 +-121.005 +11 +155.202 +21 +-121.005 +0 +LINE +5 +39F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +155.202 +20 +-121.005 +11 +155.202 +21 +-117.504 +0 +LINE +5 +3A0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +155.202 +20 +-117.504 +11 +156.015 +21 +-117.504 +0 +LINE +5 +3A1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +156.015 +20 +-117.504 +11 +156.015 +21 +-112.496 +0 +LINE +5 +3A2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +156.015 +20 +-112.496 +11 +155.202 +21 +-112.496 +0 +LINE +5 +3A3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +155.202 +20 +-112.496 +11 +155.202 +21 +-108.995 +0 +LINE +5 +3A4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +155.202 +20 +-108.995 +11 +156.015 +21 +-108.995 +0 +LINE +5 +3A5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +156.015 +20 +-108.995 +11 +156.015 +21 +-108.015 +0 +LINE +5 +3A6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.015 +20 +-128.015 +11 +167.985 +21 +-128.015 +0 +LINE +5 +3A7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +167.985 +20 +-128.015 +11 +167.985 +21 +-128.995 +0 +LINE +5 +3A8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +167.985 +20 +-128.995 +11 +168.798 +21 +-128.995 +0 +LINE +5 +3A9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +168.798 +20 +-128.995 +11 +168.798 +21 +-132.496 +0 +LINE +5 +3AA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +168.798 +20 +-132.496 +11 +167.985 +21 +-132.496 +0 +LINE +5 +3AB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +167.985 +20 +-132.496 +11 +167.985 +21 +-137.504 +0 +LINE +5 +3AC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +167.985 +20 +-137.504 +11 +168.798 +21 +-137.504 +0 +LINE +5 +3AD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +168.798 +20 +-137.504 +11 +168.798 +21 +-141.005 +0 +LINE +5 +3AE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +168.798 +20 +-141.005 +11 +167.985 +21 +-141.005 +0 +LINE +5 +3AF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +167.985 +20 +-141.005 +11 +167.985 +21 +-141.985 +0 +LINE +5 +3B0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +167.985 +20 +-141.985 +11 +154.015 +21 +-141.985 +0 +LINE +5 +3B1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.015 +20 +-141.985 +11 +154.015 +21 +-141.005 +0 +LINE +5 +3B2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.015 +20 +-141.005 +11 +153.202 +21 +-141.005 +0 +LINE +5 +3B3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.202 +20 +-141.005 +11 +153.202 +21 +-137.504 +0 +LINE +5 +3B4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.202 +20 +-137.504 +11 +154.015 +21 +-137.504 +0 +LINE +5 +3B5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.015 +20 +-137.504 +11 +154.015 +21 +-132.496 +0 +LINE +5 +3B6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.015 +20 +-132.496 +11 +153.202 +21 +-132.496 +0 +LINE +5 +3B7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.202 +20 +-132.496 +11 +153.202 +21 +-128.995 +0 +LINE +5 +3B8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +153.202 +20 +-128.995 +11 +154.015 +21 +-128.995 +0 +LINE +5 +3B9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +154.015 +20 +-128.995 +11 +154.015 +21 +-128.015 +0 +LINE +5 +3BA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.015 +20 +-128.015 +11 +107.985 +21 +-128.015 +0 +LINE +5 +3BB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +107.985 +20 +-128.015 +11 +107.985 +21 +-128.995 +0 +LINE +5 +3BC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +107.985 +20 +-128.995 +11 +108.798 +21 +-128.995 +0 +LINE +5 +3BD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +108.798 +20 +-128.995 +11 +108.798 +21 +-132.496 +0 +LINE +5 +3BE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +108.798 +20 +-132.496 +11 +107.985 +21 +-132.496 +0 +LINE +5 +3BF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +107.985 +20 +-132.496 +11 +107.985 +21 +-137.504 +0 +LINE +5 +3C0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +107.985 +20 +-137.504 +11 +108.798 +21 +-137.504 +0 +LINE +5 +3C1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +108.798 +20 +-137.504 +11 +108.798 +21 +-141.005 +0 +LINE +5 +3C2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +108.798 +20 +-141.005 +11 +107.985 +21 +-141.005 +0 +LINE +5 +3C3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +107.985 +20 +-141.005 +11 +107.985 +21 +-141.985 +0 +LINE +5 +3C4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +107.985 +20 +-141.985 +11 +94.015 +21 +-141.985 +0 +LINE +5 +3C5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.015 +20 +-141.985 +11 +94.015 +21 +-141.005 +0 +LINE +5 +3C6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.015 +20 +-141.005 +11 +93.2022 +21 +-141.005 +0 +LINE +5 +3C7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.2022 +20 +-141.005 +11 +93.2022 +21 +-137.504 +0 +LINE +5 +3C8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.2022 +20 +-137.504 +11 +94.015 +21 +-137.504 +0 +LINE +5 +3C9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.015 +20 +-137.504 +11 +94.015 +21 +-132.496 +0 +LINE +5 +3CA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.015 +20 +-132.496 +11 +93.2022 +21 +-132.496 +0 +LINE +5 +3CB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.2022 +20 +-132.496 +11 +93.2022 +21 +-128.995 +0 +LINE +5 +3CC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +93.2022 +20 +-128.995 +11 +94.015 +21 +-128.995 +0 +LINE +5 +3CD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +94.015 +20 +-128.995 +11 +94.015 +21 +-128.015 +0 +LINE +5 +3CE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +160.015 +20 +-68.015 +11 +173.985 +21 +-68.015 +0 +LINE +5 +3CF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.985 +20 +-68.015 +11 +173.985 +21 +-68.9954 +0 +LINE +5 +3D0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.985 +20 +-68.9954 +11 +174.798 +21 +-68.9954 +0 +LINE +5 +3D1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.798 +20 +-68.9954 +11 +174.798 +21 +-72.4956 +0 +LINE +5 +3D2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.798 +20 +-72.4956 +11 +173.985 +21 +-72.4956 +0 +LINE +5 +3D3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.985 +20 +-72.4956 +11 +173.985 +21 +-77.5044 +0 +LINE +5 +3D4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.985 +20 +-77.5044 +11 +174.798 +21 +-77.5044 +0 +LINE +5 +3D5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.798 +20 +-77.5044 +11 +174.798 +21 +-81.0046 +0 +LINE +5 +3D6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.798 +20 +-81.0046 +11 +173.985 +21 +-81.0046 +0 +LINE +5 +3D7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.985 +20 +-81.0046 +11 +173.985 +21 +-81.985 +0 +LINE +5 +3D8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.985 +20 +-81.985 +11 +160.015 +21 +-81.985 +0 +LINE +5 +3D9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +160.015 +20 +-81.985 +11 +160.015 +21 +-81.0046 +0 +LINE +5 +3DA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +160.015 +20 +-81.0046 +11 +159.202 +21 +-81.0046 +0 +LINE +5 +3DB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +159.202 +20 +-81.0046 +11 +159.202 +21 +-77.5044 +0 +LINE +5 +3DC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +159.202 +20 +-77.5044 +11 +160.015 +21 +-77.5044 +0 +LINE +5 +3DD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +160.015 +20 +-77.5044 +11 +160.015 +21 +-72.4956 +0 +LINE +5 +3DE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +160.015 +20 +-72.4956 +11 +159.202 +21 +-72.4956 +0 +LINE +5 +3DF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +159.202 +20 +-72.4956 +11 +159.202 +21 +-68.9954 +0 +LINE +5 +3E0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +159.202 +20 +-68.9954 +11 +160.015 +21 +-68.9954 +0 +LINE +5 +3E1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +160.015 +20 +-68.9954 +11 +160.015 +21 +-68.015 +0 +LINE +5 +3E2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +238.015 +20 +-88.015 +11 +251.985 +21 +-88.015 +0 +LINE +5 +3E3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +251.985 +20 +-88.015 +11 +251.985 +21 +-88.9954 +0 +LINE +5 +3E4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +251.985 +20 +-88.9954 +11 +252.798 +21 +-88.9954 +0 +LINE +5 +3E5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +252.798 +20 +-88.9954 +11 +252.798 +21 +-92.4956 +0 +LINE +5 +3E6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +252.798 +20 +-92.4956 +11 +251.985 +21 +-92.4956 +0 +LINE +5 +3E7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +251.985 +20 +-92.4956 +11 +251.985 +21 +-97.5044 +0 +LINE +5 +3E8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +251.985 +20 +-97.5044 +11 +252.798 +21 +-97.5044 +0 +LINE +5 +3E9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +252.798 +20 +-97.5044 +11 +252.798 +21 +-101.005 +0 +LINE +5 +3EA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +252.798 +20 +-101.005 +11 +251.985 +21 +-101.005 +0 +LINE +5 +3EB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +251.985 +20 +-101.005 +11 +251.985 +21 +-101.985 +0 +LINE +5 +3EC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +251.985 +20 +-101.985 +11 +238.015 +21 +-101.985 +0 +LINE +5 +3ED +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +238.015 +20 +-101.985 +11 +238.015 +21 +-101.005 +0 +LINE +5 +3EE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +238.015 +20 +-101.005 +11 +237.202 +21 +-101.005 +0 +LINE +5 +3EF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +237.202 +20 +-101.005 +11 +237.202 +21 +-97.5044 +0 +LINE +5 +3F0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +237.202 +20 +-97.5044 +11 +238.015 +21 +-97.5044 +0 +LINE +5 +3F1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +238.015 +20 +-97.5044 +11 +238.015 +21 +-92.4956 +0 +LINE +5 +3F2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +238.015 +20 +-92.4956 +11 +237.202 +21 +-92.4956 +0 +LINE +5 +3F3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +237.202 +20 +-92.4956 +11 +237.202 +21 +-88.9954 +0 +LINE +5 +3F4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +237.202 +20 +-88.9954 +11 +238.015 +21 +-88.9954 +0 +LINE +5 +3F5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +238.015 +20 +-88.9954 +11 +238.015 +21 +-88.015 +0 +LINE +5 +3F6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +176.015 +20 +-108.015 +11 +189.985 +21 +-108.015 +0 +LINE +5 +3F7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +189.985 +20 +-108.015 +11 +189.985 +21 +-108.995 +0 +LINE +5 +3F8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +189.985 +20 +-108.995 +11 +190.798 +21 +-108.995 +0 +LINE +5 +3F9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +190.798 +20 +-108.995 +11 +190.798 +21 +-112.496 +0 +LINE +5 +3FA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +190.798 +20 +-112.496 +11 +189.985 +21 +-112.496 +0 +LINE +5 +3FB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +189.985 +20 +-112.496 +11 +189.985 +21 +-117.504 +0 +LINE +5 +3FC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +189.985 +20 +-117.504 +11 +190.798 +21 +-117.504 +0 +LINE +5 +3FD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +190.798 +20 +-117.504 +11 +190.798 +21 +-121.005 +0 +LINE +5 +3FE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +190.798 +20 +-121.005 +11 +189.985 +21 +-121.005 +0 +LINE +5 +3FF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +189.985 +20 +-121.005 +11 +189.985 +21 +-121.985 +0 +LINE +5 +400 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +189.985 +20 +-121.985 +11 +176.015 +21 +-121.985 +0 +LINE +5 +401 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +176.015 +20 +-121.985 +11 +176.015 +21 +-121.005 +0 +LINE +5 +402 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +176.015 +20 +-121.005 +11 +175.202 +21 +-121.005 +0 +LINE +5 +403 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +175.202 +20 +-121.005 +11 +175.202 +21 +-117.504 +0 +LINE +5 +404 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +175.202 +20 +-117.504 +11 +176.015 +21 +-117.504 +0 +LINE +5 +405 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +176.015 +20 +-117.504 +11 +176.015 +21 +-112.496 +0 +LINE +5 +406 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +176.015 +20 +-112.496 +11 +175.202 +21 +-112.496 +0 +LINE +5 +407 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +175.202 +20 +-112.496 +11 +175.202 +21 +-108.995 +0 +LINE +5 +408 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +175.202 +20 +-108.995 +11 +176.015 +21 +-108.995 +0 +LINE +5 +409 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +176.015 +20 +-108.995 +11 +176.015 +21 +-108.015 +0 +LINE +5 +40A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.015 +20 +-128.015 +11 +187.985 +21 +-128.015 +0 +LINE +5 +40B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.985 +20 +-128.015 +11 +187.985 +21 +-128.995 +0 +LINE +5 +40C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.985 +20 +-128.995 +11 +188.798 +21 +-128.995 +0 +LINE +5 +40D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +188.798 +20 +-128.995 +11 +188.798 +21 +-132.496 +0 +LINE +5 +40E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +188.798 +20 +-132.496 +11 +187.985 +21 +-132.496 +0 +LINE +5 +40F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.985 +20 +-132.496 +11 +187.985 +21 +-137.504 +0 +LINE +5 +410 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.985 +20 +-137.504 +11 +188.798 +21 +-137.504 +0 +LINE +5 +411 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +188.798 +20 +-137.504 +11 +188.798 +21 +-141.005 +0 +LINE +5 +412 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +188.798 +20 +-141.005 +11 +187.985 +21 +-141.005 +0 +LINE +5 +413 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.985 +20 +-141.005 +11 +187.985 +21 +-141.985 +0 +LINE +5 +414 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +187.985 +20 +-141.985 +11 +174.015 +21 +-141.985 +0 +LINE +5 +415 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.015 +20 +-141.985 +11 +174.015 +21 +-141.005 +0 +LINE +5 +416 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.015 +20 +-141.005 +11 +173.202 +21 +-141.005 +0 +LINE +5 +417 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.202 +20 +-141.005 +11 +173.202 +21 +-137.504 +0 +LINE +5 +418 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.202 +20 +-137.504 +11 +174.015 +21 +-137.504 +0 +LINE +5 +419 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.015 +20 +-137.504 +11 +174.015 +21 +-132.496 +0 +LINE +5 +41A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.015 +20 +-132.496 +11 +173.202 +21 +-132.496 +0 +LINE +5 +41B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.202 +20 +-132.496 +11 +173.202 +21 +-128.995 +0 +LINE +5 +41C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +173.202 +20 +-128.995 +11 +174.015 +21 +-128.995 +0 +LINE +5 +41D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +174.015 +20 +-128.995 +11 +174.015 +21 +-128.015 +0 +LINE +5 +41E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +96.015 +20 +-108.015 +11 +109.985 +21 +-108.015 +0 +LINE +5 +41F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +109.985 +20 +-108.015 +11 +109.985 +21 +-108.995 +0 +LINE +5 +420 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +109.985 +20 +-108.995 +11 +110.798 +21 +-108.995 +0 +LINE +5 +421 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +110.798 +20 +-108.995 +11 +110.798 +21 +-112.496 +0 +LINE +5 +422 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +110.798 +20 +-112.496 +11 +109.985 +21 +-112.496 +0 +LINE +5 +423 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +109.985 +20 +-112.496 +11 +109.985 +21 +-117.504 +0 +LINE +5 +424 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +109.985 +20 +-117.504 +11 +110.798 +21 +-117.504 +0 +LINE +5 +425 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +110.798 +20 +-117.504 +11 +110.798 +21 +-121.005 +0 +LINE +5 +426 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +110.798 +20 +-121.005 +11 +109.985 +21 +-121.005 +0 +LINE +5 +427 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +109.985 +20 +-121.005 +11 +109.985 +21 +-121.985 +0 +LINE +5 +428 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +109.985 +20 +-121.985 +11 +96.015 +21 +-121.985 +0 +LINE +5 +429 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +96.015 +20 +-121.985 +11 +96.015 +21 +-121.005 +0 +LINE +5 +42A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +96.015 +20 +-121.005 +11 +95.2022 +21 +-121.005 +0 +LINE +5 +42B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +95.2022 +20 +-121.005 +11 +95.2022 +21 +-117.504 +0 +LINE +5 +42C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +95.2022 +20 +-117.504 +11 +96.015 +21 +-117.504 +0 +LINE +5 +42D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +96.015 +20 +-117.504 +11 +96.015 +21 +-112.496 +0 +LINE +5 +42E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +96.015 +20 +-112.496 +11 +95.2022 +21 +-112.496 +0 +LINE +5 +42F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +95.2022 +20 +-112.496 +11 +95.2022 +21 +-108.995 +0 +LINE +5 +430 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +95.2022 +20 +-108.995 +11 +96.015 +21 +-108.995 +0 +LINE +5 +431 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +96.015 +20 +-108.995 +11 +96.015 +21 +-108.015 +0 +LINE +5 +432 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +78.015 +20 +-88.015 +11 +91.985 +21 +-88.015 +0 +LINE +5 +433 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +91.985 +20 +-88.015 +11 +91.985 +21 +-88.9954 +0 +LINE +5 +434 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +91.985 +20 +-88.9954 +11 +92.7978 +21 +-88.9954 +0 +LINE +5 +435 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +92.7978 +20 +-88.9954 +11 +92.7978 +21 +-92.4956 +0 +LINE +5 +436 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +92.7978 +20 +-92.4956 +11 +91.985 +21 +-92.4956 +0 +LINE +5 +437 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +91.985 +20 +-92.4956 +11 +91.985 +21 +-97.5044 +0 +LINE +5 +438 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +91.985 +20 +-97.5044 +11 +92.7978 +21 +-97.5044 +0 +LINE +5 +439 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +92.7978 +20 +-97.5044 +11 +92.7978 +21 +-101.005 +0 +LINE +5 +43A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +92.7978 +20 +-101.005 +11 +91.985 +21 +-101.005 +0 +LINE +5 +43B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +91.985 +20 +-101.005 +11 +91.985 +21 +-101.985 +0 +LINE +5 +43C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +91.985 +20 +-101.985 +11 +78.015 +21 +-101.985 +0 +LINE +5 +43D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +78.015 +20 +-101.985 +11 +78.015 +21 +-101.005 +0 +LINE +5 +43E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +78.015 +20 +-101.005 +11 +77.2022 +21 +-101.005 +0 +LINE +5 +43F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +77.2022 +20 +-101.005 +11 +77.2022 +21 +-97.5044 +0 +LINE +5 +440 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +77.2022 +20 +-97.5044 +11 +78.015 +21 +-97.5044 +0 +LINE +5 +441 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +78.015 +20 +-97.5044 +11 +78.015 +21 +-92.4956 +0 +LINE +5 +442 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +78.015 +20 +-92.4956 +11 +77.2022 +21 +-92.4956 +0 +LINE +5 +443 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +77.2022 +20 +-92.4956 +11 +77.2022 +21 +-88.9954 +0 +LINE +5 +444 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +77.2022 +20 +-88.9954 +11 +78.015 +21 +-88.9954 +0 +LINE +5 +445 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +78.015 +20 +-88.9954 +11 +78.015 +21 +-88.015 +0 +LINE +5 +446 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +60.015 +20 +-68.015 +11 +73.985 +21 +-68.015 +0 +LINE +5 +447 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +73.985 +20 +-68.015 +11 +73.985 +21 +-68.9954 +0 +LINE +5 +448 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +73.985 +20 +-68.9954 +11 +74.7978 +21 +-68.9954 +0 +LINE +5 +449 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +74.7978 +20 +-68.9954 +11 +74.7978 +21 +-72.4956 +0 +LINE +5 +44A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +74.7978 +20 +-72.4956 +11 +73.985 +21 +-72.4956 +0 +LINE +5 +44B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +73.985 +20 +-72.4956 +11 +73.985 +21 +-77.5044 +0 +LINE +5 +44C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +73.985 +20 +-77.5044 +11 +74.7978 +21 +-77.5044 +0 +LINE +5 +44D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +74.7978 +20 +-77.5044 +11 +74.7978 +21 +-81.0046 +0 +LINE +5 +44E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +74.7978 +20 +-81.0046 +11 +73.985 +21 +-81.0046 +0 +LINE +5 +44F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +73.985 +20 +-81.0046 +11 +73.985 +21 +-81.985 +0 +LINE +5 +450 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +73.985 +20 +-81.985 +11 +60.015 +21 +-81.985 +0 +LINE +5 +451 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +60.015 +20 +-81.985 +11 +60.015 +21 +-81.0046 +0 +LINE +5 +452 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +60.015 +20 +-81.0046 +11 +59.2022 +21 +-81.0046 +0 +LINE +5 +453 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +59.2022 +20 +-81.0046 +11 +59.2022 +21 +-77.5044 +0 +LINE +5 +454 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +59.2022 +20 +-77.5044 +11 +60.015 +21 +-77.5044 +0 +LINE +5 +455 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +60.015 +20 +-77.5044 +11 +60.015 +21 +-72.4956 +0 +LINE +5 +456 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +60.015 +20 +-72.4956 +11 +59.2022 +21 +-72.4956 +0 +LINE +5 +457 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +59.2022 +20 +-72.4956 +11 +59.2022 +21 +-68.9954 +0 +LINE +5 +458 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +59.2022 +20 +-68.9954 +11 +60.015 +21 +-68.9954 +0 +LINE +5 +459 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +60.015 +20 +-68.9954 +11 +60.015 +21 +-68.015 +0 +LINE +5 +45A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +178.015 +20 +-88.015 +11 +191.985 +21 +-88.015 +0 +LINE +5 +45B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +191.985 +20 +-88.015 +11 +191.985 +21 +-88.9954 +0 +LINE +5 +45C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +191.985 +20 +-88.9954 +11 +192.798 +21 +-88.9954 +0 +LINE +5 +45D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +192.798 +20 +-88.9954 +11 +192.798 +21 +-92.4956 +0 +LINE +5 +45E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +192.798 +20 +-92.4956 +11 +191.985 +21 +-92.4956 +0 +LINE +5 +45F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +191.985 +20 +-92.4956 +11 +191.985 +21 +-97.5044 +0 +LINE +5 +460 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +191.985 +20 +-97.5044 +11 +192.798 +21 +-97.5044 +0 +LINE +5 +461 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +192.798 +20 +-97.5044 +11 +192.798 +21 +-101.005 +0 +LINE +5 +462 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +192.798 +20 +-101.005 +11 +191.985 +21 +-101.005 +0 +LINE +5 +463 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +191.985 +20 +-101.005 +11 +191.985 +21 +-101.985 +0 +LINE +5 +464 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +191.985 +20 +-101.985 +11 +178.015 +21 +-101.985 +0 +LINE +5 +465 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +178.015 +20 +-101.985 +11 +178.015 +21 +-101.005 +0 +LINE +5 +466 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +178.015 +20 +-101.005 +11 +177.202 +21 +-101.005 +0 +LINE +5 +467 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +177.202 +20 +-101.005 +11 +177.202 +21 +-97.5044 +0 +LINE +5 +468 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +177.202 +20 +-97.5044 +11 +178.015 +21 +-97.5044 +0 +LINE +5 +469 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +178.015 +20 +-97.5044 +11 +178.015 +21 +-92.4956 +0 +LINE +5 +46A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +178.015 +20 +-92.4956 +11 +177.202 +21 +-92.4956 +0 +LINE +5 +46B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +177.202 +20 +-92.4956 +11 +177.202 +21 +-88.9954 +0 +LINE +5 +46C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +177.202 +20 +-88.9954 +11 +178.015 +21 +-88.9954 +0 +LINE +5 +46D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +178.015 +20 +-88.9954 +11 +178.015 +21 +-88.015 +0 +LINE +5 +46E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +180.015 +20 +-68.015 +11 +193.985 +21 +-68.015 +0 +LINE +5 +46F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +193.985 +20 +-68.015 +11 +193.985 +21 +-68.9954 +0 +LINE +5 +470 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +193.985 +20 +-68.9954 +11 +194.798 +21 +-68.9954 +0 +LINE +5 +471 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +194.798 +20 +-68.9954 +11 +194.798 +21 +-72.4956 +0 +LINE +5 +472 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +194.798 +20 +-72.4956 +11 +193.985 +21 +-72.4956 +0 +LINE +5 +473 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +193.985 +20 +-72.4956 +11 +193.985 +21 +-77.5044 +0 +LINE +5 +474 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +193.985 +20 +-77.5044 +11 +194.798 +21 +-77.5044 +0 +LINE +5 +475 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +194.798 +20 +-77.5044 +11 +194.798 +21 +-81.0046 +0 +LINE +5 +476 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +194.798 +20 +-81.0046 +11 +193.985 +21 +-81.0046 +0 +LINE +5 +477 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +193.985 +20 +-81.0046 +11 +193.985 +21 +-81.985 +0 +LINE +5 +478 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +193.985 +20 +-81.985 +11 +180.015 +21 +-81.985 +0 +LINE +5 +479 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +180.015 +20 +-81.985 +11 +180.015 +21 +-81.0046 +0 +LINE +5 +47A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +180.015 +20 +-81.0046 +11 +179.202 +21 +-81.0046 +0 +LINE +5 +47B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +179.202 +20 +-81.0046 +11 +179.202 +21 +-77.5044 +0 +LINE +5 +47C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +179.202 +20 +-77.5044 +11 +180.015 +21 +-77.5044 +0 +LINE +5 +47D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +180.015 +20 +-77.5044 +11 +180.015 +21 +-72.4956 +0 +LINE +5 +47E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +180.015 +20 +-72.4956 +11 +179.202 +21 +-72.4956 +0 +LINE +5 +47F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +179.202 +20 +-72.4956 +11 +179.202 +21 +-68.9954 +0 +LINE +5 +480 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +179.202 +20 +-68.9954 +11 +180.015 +21 +-68.9954 +0 +LINE +5 +481 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +180.015 +20 +-68.9954 +11 +180.015 +21 +-68.015 +0 +LINE +5 +482 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.015 +20 +-128.015 +11 +255.985 +21 +-128.015 +0 +LINE +5 +483 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.985 +20 +-128.015 +11 +255.985 +21 +-128.995 +0 +LINE +5 +484 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.985 +20 +-128.995 +11 +256.798 +21 +-128.995 +0 +LINE +5 +485 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.798 +20 +-128.995 +11 +256.798 +21 +-132.496 +0 +LINE +5 +486 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.798 +20 +-132.496 +11 +255.985 +21 +-132.496 +0 +LINE +5 +487 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.985 +20 +-132.496 +11 +255.985 +21 +-137.504 +0 +LINE +5 +488 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.985 +20 +-137.504 +11 +256.798 +21 +-137.504 +0 +LINE +5 +489 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.798 +20 +-137.504 +11 +256.798 +21 +-141.005 +0 +LINE +5 +48A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +256.798 +20 +-141.005 +11 +255.985 +21 +-141.005 +0 +LINE +5 +48B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.985 +20 +-141.005 +11 +255.985 +21 +-141.985 +0 +LINE +5 +48C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +255.985 +20 +-141.985 +11 +242.015 +21 +-141.985 +0 +LINE +5 +48D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.015 +20 +-141.985 +11 +242.015 +21 +-141.005 +0 +LINE +5 +48E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.015 +20 +-141.005 +11 +241.202 +21 +-141.005 +0 +LINE +5 +48F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +241.202 +20 +-141.005 +11 +241.202 +21 +-137.504 +0 +LINE +5 +490 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +241.202 +20 +-137.504 +11 +242.015 +21 +-137.504 +0 +LINE +5 +491 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.015 +20 +-137.504 +11 +242.015 +21 +-132.496 +0 +LINE +5 +492 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.015 +20 +-132.496 +11 +241.202 +21 +-132.496 +0 +LINE +5 +493 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +241.202 +20 +-132.496 +11 +241.202 +21 +-128.995 +0 +LINE +5 +494 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +241.202 +20 +-128.995 +11 +242.015 +21 +-128.995 +0 +LINE +5 +495 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +242.015 +20 +-128.995 +11 +242.015 +21 +-128.015 +0 +LINE +5 +496 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +240.015 +20 +-108.015 +11 +253.985 +21 +-108.015 +0 +LINE +5 +497 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +253.985 +20 +-108.015 +11 +253.985 +21 +-108.995 +0 +LINE +5 +498 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +253.985 +20 +-108.995 +11 +254.798 +21 +-108.995 +0 +LINE +5 +499 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +254.798 +20 +-108.995 +11 +254.798 +21 +-112.496 +0 +LINE +5 +49A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +254.798 +20 +-112.496 +11 +253.985 +21 +-112.496 +0 +LINE +5 +49B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +253.985 +20 +-112.496 +11 +253.985 +21 +-117.504 +0 +LINE +5 +49C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +253.985 +20 +-117.504 +11 +254.798 +21 +-117.504 +0 +LINE +5 +49D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +254.798 +20 +-117.504 +11 +254.798 +21 +-121.005 +0 +LINE +5 +49E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +254.798 +20 +-121.005 +11 +253.985 +21 +-121.005 +0 +LINE +5 +49F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +253.985 +20 +-121.005 +11 +253.985 +21 +-121.985 +0 +LINE +5 +4A0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +253.985 +20 +-121.985 +11 +240.015 +21 +-121.985 +0 +LINE +5 +4A1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +240.015 +20 +-121.985 +11 +240.015 +21 +-121.005 +0 +LINE +5 +4A2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +240.015 +20 +-121.005 +11 +239.202 +21 +-121.005 +0 +LINE +5 +4A3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +239.202 +20 +-121.005 +11 +239.202 +21 +-117.504 +0 +LINE +5 +4A4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +239.202 +20 +-117.504 +11 +240.015 +21 +-117.504 +0 +LINE +5 +4A5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +240.015 +20 +-117.504 +11 +240.015 +21 +-112.496 +0 +LINE +5 +4A6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +240.015 +20 +-112.496 +11 +239.202 +21 +-112.496 +0 +LINE +5 +4A7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +239.202 +20 +-112.496 +11 +239.202 +21 +-108.995 +0 +LINE +5 +4A8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +239.202 +20 +-108.995 +11 +240.015 +21 +-108.995 +0 +LINE +5 +4A9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +240.015 +20 +-108.995 +11 +240.015 +21 +-108.015 +0 +LINE +5 +4AA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +262.015 +20 +-128.015 +11 +275.985 +21 +-128.015 +0 +LINE +5 +4AB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.985 +20 +-128.015 +11 +275.985 +21 +-128.995 +0 +LINE +5 +4AC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.985 +20 +-128.995 +11 +276.798 +21 +-128.995 +0 +LINE +5 +4AD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.798 +20 +-128.995 +11 +276.798 +21 +-132.496 +0 +LINE +5 +4AE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.798 +20 +-132.496 +11 +275.985 +21 +-132.496 +0 +LINE +5 +4AF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.985 +20 +-132.496 +11 +275.985 +21 +-137.504 +0 +LINE +5 +4B0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.985 +20 +-137.504 +11 +276.798 +21 +-137.504 +0 +LINE +5 +4B1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.798 +20 +-137.504 +11 +276.798 +21 +-141.005 +0 +LINE +5 +4B2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +276.798 +20 +-141.005 +11 +275.985 +21 +-141.005 +0 +LINE +5 +4B3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.985 +20 +-141.005 +11 +275.985 +21 +-141.985 +0 +LINE +5 +4B4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +275.985 +20 +-141.985 +11 +262.015 +21 +-141.985 +0 +LINE +5 +4B5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +262.015 +20 +-141.985 +11 +262.015 +21 +-141.005 +0 +LINE +5 +4B6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +262.015 +20 +-141.005 +11 +261.202 +21 +-141.005 +0 +LINE +5 +4B7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +261.202 +20 +-141.005 +11 +261.202 +21 +-137.504 +0 +LINE +5 +4B8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +261.202 +20 +-137.504 +11 +262.015 +21 +-137.504 +0 +LINE +5 +4B9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +262.015 +20 +-137.504 +11 +262.015 +21 +-132.496 +0 +LINE +5 +4BA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +262.015 +20 +-132.496 +11 +261.202 +21 +-132.496 +0 +LINE +5 +4BB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +261.202 +20 +-132.496 +11 +261.202 +21 +-128.995 +0 +LINE +5 +4BC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +261.202 +20 +-128.995 +11 +262.015 +21 +-128.995 +0 +LINE +5 +4BD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +262.015 +20 +-128.995 +11 +262.015 +21 +-128.015 +0 +LINE +5 +4BE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.015 +20 +-108.015 +11 +129.985 +21 +-108.015 +0 +LINE +5 +4BF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +129.985 +20 +-108.015 +11 +129.985 +21 +-108.995 +0 +LINE +5 +4C0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +129.985 +20 +-108.995 +11 +130.798 +21 +-108.995 +0 +LINE +5 +4C1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +130.798 +20 +-108.995 +11 +130.798 +21 +-112.496 +0 +LINE +5 +4C2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +130.798 +20 +-112.496 +11 +129.985 +21 +-112.496 +0 +LINE +5 +4C3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +129.985 +20 +-112.496 +11 +129.985 +21 +-117.504 +0 +LINE +5 +4C4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +129.985 +20 +-117.504 +11 +130.798 +21 +-117.504 +0 +LINE +5 +4C5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +130.798 +20 +-117.504 +11 +130.798 +21 +-121.005 +0 +LINE +5 +4C6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +130.798 +20 +-121.005 +11 +129.985 +21 +-121.005 +0 +LINE +5 +4C7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +129.985 +20 +-121.005 +11 +129.985 +21 +-121.985 +0 +LINE +5 +4C8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +129.985 +20 +-121.985 +11 +116.015 +21 +-121.985 +0 +LINE +5 +4C9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.015 +20 +-121.985 +11 +116.015 +21 +-121.005 +0 +LINE +5 +4CA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.015 +20 +-121.005 +11 +115.202 +21 +-121.005 +0 +LINE +5 +4CB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +115.202 +20 +-121.005 +11 +115.202 +21 +-117.504 +0 +LINE +5 +4CC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +115.202 +20 +-117.504 +11 +116.015 +21 +-117.504 +0 +LINE +5 +4CD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.015 +20 +-117.504 +11 +116.015 +21 +-112.496 +0 +LINE +5 +4CE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.015 +20 +-112.496 +11 +115.202 +21 +-112.496 +0 +LINE +5 +4CF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +115.202 +20 +-112.496 +11 +115.202 +21 +-108.995 +0 +LINE +5 +4D0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +115.202 +20 +-108.995 +11 +116.015 +21 +-108.995 +0 +LINE +5 +4D1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +116.015 +20 +-108.995 +11 +116.015 +21 +-108.015 +0 +LINE +5 +4D2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +358.015 +20 +-88.015 +11 +371.985 +21 +-88.015 +0 +LINE +5 +4D3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +371.985 +20 +-88.015 +11 +371.985 +21 +-88.9954 +0 +LINE +5 +4D4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +371.985 +20 +-88.9954 +11 +372.798 +21 +-88.9954 +0 +LINE +5 +4D5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +372.798 +20 +-88.9954 +11 +372.798 +21 +-92.4956 +0 +LINE +5 +4D6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +372.798 +20 +-92.4956 +11 +371.985 +21 +-92.4956 +0 +LINE +5 +4D7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +371.985 +20 +-92.4956 +11 +371.985 +21 +-97.5044 +0 +LINE +5 +4D8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +371.985 +20 +-97.5044 +11 +372.798 +21 +-97.5044 +0 +LINE +5 +4D9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +372.798 +20 +-97.5044 +11 +372.798 +21 +-101.005 +0 +LINE +5 +4DA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +372.798 +20 +-101.005 +11 +371.985 +21 +-101.005 +0 +LINE +5 +4DB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +371.985 +20 +-101.005 +11 +371.985 +21 +-101.985 +0 +LINE +5 +4DC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +371.985 +20 +-101.985 +11 +358.015 +21 +-101.985 +0 +LINE +5 +4DD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +358.015 +20 +-101.985 +11 +358.015 +21 +-101.005 +0 +LINE +5 +4DE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +358.015 +20 +-101.005 +11 +357.202 +21 +-101.005 +0 +LINE +5 +4DF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +357.202 +20 +-101.005 +11 +357.202 +21 +-97.5044 +0 +LINE +5 +4E0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +357.202 +20 +-97.5044 +11 +358.015 +21 +-97.5044 +0 +LINE +5 +4E1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +358.015 +20 +-97.5044 +11 +358.015 +21 +-92.4956 +0 +LINE +5 +4E2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +358.015 +20 +-92.4956 +11 +357.202 +21 +-92.4956 +0 +LINE +5 +4E3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +357.202 +20 +-92.4956 +11 +357.202 +21 +-88.9954 +0 +LINE +5 +4E4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +357.202 +20 +-88.9954 +11 +358.015 +21 +-88.9954 +0 +LINE +5 +4E5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +358.015 +20 +-88.9954 +11 +358.015 +21 +-88.015 +0 +LINE +5 +4E6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.015 +20 +-128.015 +11 +363.985 +21 +-128.015 +0 +LINE +5 +4E7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +363.985 +20 +-128.015 +11 +363.985 +21 +-128.995 +0 +LINE +5 +4E8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +363.985 +20 +-128.995 +11 +364.798 +21 +-128.995 +0 +LINE +5 +4E9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +364.798 +20 +-128.995 +11 +364.798 +21 +-132.496 +0 +LINE +5 +4EA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +364.798 +20 +-132.496 +11 +363.985 +21 +-132.496 +0 +LINE +5 +4EB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +363.985 +20 +-132.496 +11 +363.985 +21 +-137.504 +0 +LINE +5 +4EC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +363.985 +20 +-137.504 +11 +364.798 +21 +-137.504 +0 +LINE +5 +4ED +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +364.798 +20 +-137.504 +11 +364.798 +21 +-141.005 +0 +LINE +5 +4EE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +364.798 +20 +-141.005 +11 +363.985 +21 +-141.005 +0 +LINE +5 +4EF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +363.985 +20 +-141.005 +11 +363.985 +21 +-141.985 +0 +LINE +5 +4F0 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +363.985 +20 +-141.985 +11 +350.015 +21 +-141.985 +0 +LINE +5 +4F1 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.015 +20 +-141.985 +11 +350.015 +21 +-141.005 +0 +LINE +5 +4F2 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.015 +20 +-141.005 +11 +349.202 +21 +-141.005 +0 +LINE +5 +4F3 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.202 +20 +-141.005 +11 +349.202 +21 +-137.504 +0 +LINE +5 +4F4 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.202 +20 +-137.504 +11 +350.015 +21 +-137.504 +0 +LINE +5 +4F5 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.015 +20 +-137.504 +11 +350.015 +21 +-132.496 +0 +LINE +5 +4F6 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.015 +20 +-132.496 +11 +349.202 +21 +-132.496 +0 +LINE +5 +4F7 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.202 +20 +-132.496 +11 +349.202 +21 +-128.995 +0 +LINE +5 +4F8 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +349.202 +20 +-128.995 +11 +350.015 +21 +-128.995 +0 +LINE +5 +4F9 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +350.015 +20 +-128.995 +11 +350.015 +21 +-128.015 +0 +LINE +5 +4FA +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-108.015 +11 +361.985 +21 +-108.015 +0 +LINE +5 +4FB +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-108.015 +11 +361.985 +21 +-108.995 +0 +LINE +5 +4FC +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-108.995 +11 +362.798 +21 +-108.995 +0 +LINE +5 +4FD +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +362.798 +20 +-108.995 +11 +362.798 +21 +-112.496 +0 +LINE +5 +4FE +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +362.798 +20 +-112.496 +11 +361.985 +21 +-112.496 +0 +LINE +5 +4FF +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-112.496 +11 +361.985 +21 +-117.504 +0 +LINE +5 +500 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-117.504 +11 +362.798 +21 +-117.504 +0 +LINE +5 +501 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +362.798 +20 +-117.504 +11 +362.798 +21 +-121.005 +0 +LINE +5 +502 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +362.798 +20 +-121.005 +11 +361.985 +21 +-121.005 +0 +LINE +5 +503 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-121.005 +11 +361.985 +21 +-121.985 +0 +LINE +5 +504 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-121.985 +11 +348.015 +21 +-121.985 +0 +LINE +5 +505 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-121.985 +11 +348.015 +21 +-121.005 +0 +LINE +5 +506 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-121.005 +11 +347.202 +21 +-121.005 +0 +LINE +5 +507 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +347.202 +20 +-121.005 +11 +347.202 +21 +-117.504 +0 +LINE +5 +508 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +347.202 +20 +-117.504 +11 +348.015 +21 +-117.504 +0 +LINE +5 +509 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-117.504 +11 +348.015 +21 +-112.496 +0 +LINE +5 +50A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-112.496 +11 +347.202 +21 +-112.496 +0 +LINE +5 +50B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +347.202 +20 +-112.496 +11 +347.202 +21 +-108.995 +0 +LINE +5 +50C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +347.202 +20 +-108.995 +11 +348.015 +21 +-108.995 +0 +LINE +5 +50D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-108.995 +11 +348.015 +21 +-108.015 +0 +LINE +5 +50E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-148.015 +11 +361.985 +21 +-148.015 +0 +LINE +5 +50F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-148.015 +11 +361.985 +21 +-148.995 +0 +LINE +5 +510 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-148.995 +11 +362.798 +21 +-148.995 +0 +LINE +5 +511 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +362.798 +20 +-148.995 +11 +362.798 +21 +-152.496 +0 +LINE +5 +512 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +362.798 +20 +-152.496 +11 +361.985 +21 +-152.496 +0 +LINE +5 +513 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-152.496 +11 +361.985 +21 +-157.504 +0 +LINE +5 +514 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-157.504 +11 +362.798 +21 +-157.504 +0 +LINE +5 +515 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +362.798 +20 +-157.504 +11 +362.798 +21 +-161.005 +0 +LINE +5 +516 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +362.798 +20 +-161.005 +11 +361.985 +21 +-161.005 +0 +LINE +5 +517 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-161.005 +11 +361.985 +21 +-161.985 +0 +LINE +5 +518 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +361.985 +20 +-161.985 +11 +348.015 +21 +-161.985 +0 +LINE +5 +519 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-161.985 +11 +348.015 +21 +-161.005 +0 +LINE +5 +51A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-161.005 +11 +347.202 +21 +-161.005 +0 +LINE +5 +51B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +347.202 +20 +-161.005 +11 +347.202 +21 +-157.504 +0 +LINE +5 +51C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +347.202 +20 +-157.504 +11 +348.015 +21 +-157.504 +0 +LINE +5 +51D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-157.504 +11 +348.015 +21 +-152.496 +0 +LINE +5 +51E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-152.496 +11 +347.202 +21 +-152.496 +0 +LINE +5 +51F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +347.202 +20 +-152.496 +11 +347.202 +21 +-148.995 +0 +LINE +5 +520 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +347.202 +20 +-148.995 +11 +348.015 +21 +-148.995 +0 +LINE +5 +521 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +348.015 +20 +-148.995 +11 +348.015 +21 +-148.015 +0 +LINE +5 +522 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.015 +20 +-148.015 +11 +326.985 +21 +-148.015 +0 +LINE +5 +523 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +326.985 +20 +-148.015 +11 +326.985 +21 +-148.995 +0 +LINE +5 +524 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +326.985 +20 +-148.995 +11 +327.798 +21 +-148.995 +0 +LINE +5 +525 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +327.798 +20 +-148.995 +11 +327.798 +21 +-152.496 +0 +LINE +5 +526 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +327.798 +20 +-152.496 +11 +326.985 +21 +-152.496 +0 +LINE +5 +527 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +326.985 +20 +-152.496 +11 +326.985 +21 +-157.504 +0 +LINE +5 +528 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +326.985 +20 +-157.504 +11 +327.798 +21 +-157.504 +0 +LINE +5 +529 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +327.798 +20 +-157.504 +11 +327.798 +21 +-161.005 +0 +LINE +5 +52A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +327.798 +20 +-161.005 +11 +326.985 +21 +-161.005 +0 +LINE +5 +52B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +326.985 +20 +-161.005 +11 +326.985 +21 +-161.985 +0 +LINE +5 +52C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +326.985 +20 +-161.985 +11 +313.015 +21 +-161.985 +0 +LINE +5 +52D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.015 +20 +-161.985 +11 +313.015 +21 +-161.005 +0 +LINE +5 +52E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.015 +20 +-161.005 +11 +312.202 +21 +-161.005 +0 +LINE +5 +52F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +312.202 +20 +-161.005 +11 +312.202 +21 +-157.504 +0 +LINE +5 +530 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +312.202 +20 +-157.504 +11 +313.015 +21 +-157.504 +0 +LINE +5 +531 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.015 +20 +-157.504 +11 +313.015 +21 +-152.496 +0 +LINE +5 +532 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.015 +20 +-152.496 +11 +312.202 +21 +-152.496 +0 +LINE +5 +533 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +312.202 +20 +-152.496 +11 +312.202 +21 +-148.995 +0 +LINE +5 +534 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +312.202 +20 +-148.995 +11 +313.015 +21 +-148.995 +0 +LINE +5 +535 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +313.015 +20 +-148.995 +11 +313.015 +21 +-148.015 +0 +LINE +5 +536 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-148.015 +11 +81.985 +21 +-148.015 +0 +LINE +5 +537 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-148.015 +11 +81.985 +21 +-148.995 +0 +LINE +5 +538 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-148.995 +11 +82.7978 +21 +-148.995 +0 +LINE +5 +539 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +82.7978 +20 +-148.995 +11 +82.7978 +21 +-152.496 +0 +LINE +5 +53A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +82.7978 +20 +-152.496 +11 +81.985 +21 +-152.496 +0 +LINE +5 +53B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-152.496 +11 +81.985 +21 +-157.504 +0 +LINE +5 +53C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-157.504 +11 +82.7978 +21 +-157.504 +0 +LINE +5 +53D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +82.7978 +20 +-157.504 +11 +82.7978 +21 +-161.005 +0 +LINE +5 +53E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +82.7978 +20 +-161.005 +11 +81.985 +21 +-161.005 +0 +LINE +5 +53F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-161.005 +11 +81.985 +21 +-161.985 +0 +LINE +5 +540 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +81.985 +20 +-161.985 +11 +68.015 +21 +-161.985 +0 +LINE +5 +541 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-161.985 +11 +68.015 +21 +-161.005 +0 +LINE +5 +542 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-161.005 +11 +67.2022 +21 +-161.005 +0 +LINE +5 +543 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +67.2022 +20 +-161.005 +11 +67.2022 +21 +-157.504 +0 +LINE +5 +544 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +67.2022 +20 +-157.504 +11 +68.015 +21 +-157.504 +0 +LINE +5 +545 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-157.504 +11 +68.015 +21 +-152.496 +0 +LINE +5 +546 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-152.496 +11 +67.2022 +21 +-152.496 +0 +LINE +5 +547 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +67.2022 +20 +-152.496 +11 +67.2022 +21 +-148.995 +0 +LINE +5 +548 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +67.2022 +20 +-148.995 +11 +68.015 +21 +-148.995 +0 +LINE +5 +549 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbLine +10 +68.015 +20 +-148.995 +11 +68.015 +21 +-148.015 +0 +CIRCLE +5 +54A +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +380 +20 +-75 +40 +1.55 +0 +CIRCLE +5 +54B +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +380 +20 +-155 +40 +1.55 +0 +CIRCLE +5 +54C +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +380 +20 +-115 +40 +1.55 +0 +CIRCLE +5 +54D +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +50 +20 +-155 +40 +1.55 +0 +CIRCLE +5 +54E +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +50 +20 +-75 +40 +1.55 +0 +CIRCLE +5 +54F +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +50 +20 +-115 +40 +1.55 +0 +ARC +5 +550 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +128.166666667 +20 +-81 +40 +74.8400145496 +100 +AcDbArc +50 +343.704068372 +51 +16.2959316284 +0 +ARC +5 +551 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +301.833333333 +20 +-81 +40 +74.8400145496 +100 +AcDbArc +50 +163.704068372 +51 +196.295931628 +0 +ARC +5 +552 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +215 +20 +-66 +40 +39 +100 +AcDbArc +50 +247.380135052 +51 +292.619864948 +0 +ARC +5 +553 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +72.5 +20 +-112.5 +40 +318.6887196 +100 +AcDbArc +50 +348.690067526 +51 +11.309932474 +0 +ARC +5 +554 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +357.5 +20 +-112.5 +40 +318.6887196 +100 +AcDbArc +50 +168.690067526 +51 +191.309932474 +0 +ARC +5 +555 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +155 +20 +448.75 +40 +510.73629448 +100 +AcDbArc +50 +257.562451751 +51 +275.054776276 +0 +ARC +5 +556 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +275 +20 +448.75 +40 +510.736294481 +100 +AcDbArc +50 +264.945223724 +51 +282.437548249 +0 +ARC +5 +557 +100 +AcDbEntity +8 +BLACK +6 +ByLayer +62 +256 +370 +-1 +100 +AcDbCircle +10 +215 +20 +-2235.78571429 +40 +2067.78571429 +100 +AcDbArc +50 +85.2841880586 +51 +94.7158119414 +0 +ENDSEC +0 +SECTION +2 +OBJECTS +0 +DICTIONARY +5 +C +330 +0 +100 +AcDbDictionary +281 +1 +3 +ACAD_GROUP +350 +D +0 +DICTIONARY +5 +D +330 +C +100 +AcDbDictionary +281 +1 +0 +ENDSEC +0 +EOF diff --git a/firmware/keys.h b/firmware/keys.h new file mode 100644 index 0000000..9e2085c --- /dev/null +++ b/firmware/keys.h @@ -0,0 +1,146 @@ +#define MK_CTRL 0x01 +#define MK_SHIFT 0x02 +#define MK_ALT 0x04 +#define MK_GUI 0x08 +#define MK_LCTRL 0x01 +#define MK_LSHIFT 0x02 +#define MK_LALT 0x04 +#define MK_LGUI 0x08 +#define MK_RCTRL 0x10 +#define MK_RSHIFT 0x20 +#define MK_RALT 0x40 +#define MK_RGUI 0x80 + +#define KS_POWER_DOWN 0x81 +#define KS_SLEEP 0x82 +#define KS_WAKE_UP 0x83 + +#define KM_PLAY 0xB0 +#define KM_PAUSE 0xB1 +#define KM_RECORD 0xB2 +#define KM_FAST_FORWARD 0xB3 +#define KM_REWIND 0xB4 +#define KM_NEXT 0xB5 +#define KM_PREV 0xB6 +#define KM_STOP 0xB7 +#define KM_EJECT 0xB8 +#define KM_RAND_PLAY 0xB0 +#define KM_PLAY_PAUSE 0xCD +#define KM_PLAY_SKIP 0xCE +#define KM_MUTE 0xE2 +#define KM_VOL_INC 0xE9 +#define KM_VOL_DEC 0xEA + +#define K_A 4 +#define K_B 5 +#define K_C 6 +#define K_D 7 +#define K_E 8 +#define K_F 9 +#define K_G 10 +#define K_H 11 +#define K_I 12 +#define K_J 13 +#define K_K 14 +#define K_L 15 +#define K_M 16 +#define K_N 17 +#define K_O 18 +#define K_P 19 +#define K_Q 20 +#define K_R 21 +#define K_S 22 +#define K_T 23 +#define K_U 24 +#define K_V 25 +#define K_W 26 +#define K_X 27 +#define K_Y 28 +#define K_Z 29 +#define K_1 30 +#define K_2 31 +#define K_3 32 +#define K_4 33 +#define K_5 34 +#define K_6 35 +#define K_7 36 +#define K_8 37 +#define K_9 38 +#define K_0 39 +#define K_RET 40 +#define K_ESC 41 +#define K_BSPC 42 +#define K_TAB 43 +#define K_SPC 44 +#define K_MINUS 45 +#define K_EQUAL 46 +#define K_LBRACE 47 +#define K_RBRACE 48 +#define K_BSLASH 49 +#define K_NON_US_NUM 50 +#define K_SCOL 51 +#define K_QUOTE 52 +#define K_TILDE 53 +#define K_COMMA 54 +#define K_DOT 55 +#define K_SLASH 56 +#define K_CPSLK 57 +#define K_F1 58 +#define K_F2 59 +#define K_F3 60 +#define K_F4 61 +#define K_F5 62 +#define K_F6 63 +#define K_F7 64 +#define K_F8 65 +#define K_F9 66 +#define K_F10 67 +#define K_F11 68 +#define K_F12 69 +#define K_PRSCR 70 +#define K_SCRLLK 71 +#define K_PAUSE 72 +#define K_INSERT 73 +#define K_HOME 74 +#define K_PGUP 75 +#define K_DEL 76 +#define K_END 77 +#define K_PGDN 78 +#define K_RIGHT 79 +#define K_LEFT 80 +#define K_DOWN 81 +#define K_UP 82 +#define K_NUM_LOCK 83 +#define K_NON_US_BS 100 +#define K_MENU 101 +#define K_F13 104 +#define K_F14 105 +#define K_F15 106 +#define K_F16 107 +#define K_F17 108 +#define K_F18 109 +#define K_F19 110 +#define K_F20 111 +#define K_F21 112 +#define K_F22 113 +#define K_F23 114 +#define K_F24 115 + +#define KP_SLASH 84 +#define KP_ASTERIX 85 +#define KP_MINUS 86 +#define KP_PLUS 87 +#define KP_ENTER 88 +#define KP_1 89 +#define KP_2 90 +#define KP_3 91 +#define KP_4 92 +#define KP_5 93 +#define KP_6 94 +#define KP_7 95 +#define KP_8 96 +#define KP_9 97 +#define KP_0 98 +#define KP_DOT 99 + +#define K_SYSRQ 154 diff --git a/firmware/main.cpp b/firmware/main.cpp new file mode 100644 index 0000000..8975077 --- /dev/null +++ b/firmware/main.cpp @@ -0,0 +1,142 @@ +#include "WProgram.h" +#include "keys.h" + +// [esc] [ ~ ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ + ] +// [ \ ] [ / ] [ q ] [ w ] [ f ] [ p ] [ g ] [ j ] [ l ] [ u ] [ y ] [ ; ] [ [ ] [ ] ] +// [ shift ] [ a ] [ r ] [ s ] [ t ] [ d ] [ tab ] [ h ] [ n ] [ e ] [ i ] [ o ] [ shift ] +// [control] [ z ] [ x ] [ c ] [ v ] [ b ] [ bkspc ] [ k ] [ m ] [ , ] [ . ] [ ' ] [control] +// [ meta ] [ ] [ layout] [ alt ] [ ret ] [ space ] [layout ] [ altgr ] [ meta ] + +uint8_t keymap[3][7][15] = { + { // qwerty + {K_ESC, K_TILDE, K_1, K_2, K_3, K_4, K_5, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, 0, 0, 0, 0, 0, 0, 0, K_6, K_7, K_8, K_9, K_0, K_MINUS, K_EQUAL}, + {K_BSLASH, K_SLASH, K_Q, K_W, K_E, K_R, K_T, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, 0, 0, 0, 0, 0, 0, 0, K_Y, K_U, K_I, K_O, K_P, K_LBRACE, K_RBRACE}, + {0, 0, K_A, K_S, K_D, K_F, K_G, K_TAB, K_H, K_J, K_K, K_L, K_SCOL, 0, 0}, + {0, 0, K_Z, K_X, K_C, K_V, K_B, K_BSPC, K_N, K_M, K_COMMA, K_DOT, K_QUOTE, 0, 0}, + {0, 0, 0, 0, 0, 0, 0, K_RET, K_SPC, 0, 0, 0, 0, 0, 0} + }, + { // mostly functional keys + // ESC, DEL, and F* + {K_ESC, K_DEL, K_F1, K_F2, K_F3, K_F4, K_F5, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, 0, 0, 0, 0, 0, 0, 0, K_F6, K_F7, K_F8, K_F9, K_F10, K_F11, K_F12}, + // nothing for now + {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, + // hjkl-style navigation keys + {0, 0, 0, K_HOME, K_PGUP, K_PGDN, K_END, K_TAB, K_LEFT, K_DOWN, K_UP, K_RIGHT, 0, 0, 0}, + // nothing for now + {0, 0, 0, 0, 0, 0, 0, K_BSPC,0, 0, 0, 0, 0, 0, 0}, + {0, 0, 0, 0, 0, 0, 0, K_RET, K_SPC, 0, 0, 0, 0, 0, 0} + }, + { // colemak + {K_ESC, K_TILDE, K_1, K_2, K_3, K_4, K_5, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, 0, 0, 0, 0, 0, 0, 0, K_6, K_7, K_8, K_9, K_0, K_MINUS, K_EQUAL}, + {K_BSLASH, K_SLASH, K_Q, K_W, K_F, K_P, K_G, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, 0, 0, 0, 0, 0, 0, 0, K_J, K_L, K_U, K_Y, K_SCOL, K_LBRACE, K_RBRACE}, + {0, 0, K_A, K_R, K_S, K_T, K_D, K_TAB, K_H, K_N, K_E, K_I, K_O, 0, 0}, + {0, 0, K_Z, K_X, K_C, K_V, K_B, K_BSPC, K_K, K_M, K_COMMA, K_DOT, K_QUOTE, 0, 0}, + {0, 0, 0, 0, 0, 0, 0, K_RET, K_SPC, 0, 0, 0, 0, 0, 0} + } +}; + +uint8_t p[7][15]; // pressed keys +uint8_t prev_keys[6] = {0,0,0,0,0,0}, prev_modifiers = 0; +uint8_t layout = 0; +uint8_t layout_state = 0; + +int type () { + uint8_t i, j, ret = 0, k = 0, send = 0, cur_layout = layout; + + // Set modifiers + keyboard_modifier_keys = + p[5][1] // left ctrl + | (p[4][1] << 1) // left shift + | (p[6][6] << 2) // left alt + | (p[6][1] << 3) // left "gui" + | (p[5][14] << 4) // right ctrl + | (p[4][14] << 5) // right shift + | (p[6][12] << 6) // right alt + | (p[6][14] << 7) // right "gui" + ; + + // Handle layout keys + if (p[6][5] && p[6][10]) { + if (layout_state == 0) { + // Cycle through layouts. Perhaps should track the order in + // which Fn keys are pressed, to determine the direction. + layout = (layout + 1) % 3; + cur_layout = layout; + layout_state = 1; + } + } else if (p[6][5] || p[6][10]) { + // Set the functional layout temporary + cur_layout = 1; + } else { + layout_state = 0; + } + + // Fill keyboard_keys + for (i = 0; i < 7; i++){ + for (j = 0; j < 15; j++){ + if (p[i][j] && k < 6) { + if (keymap[layout][i][j]) { + keyboard_keys[k] = keymap[cur_layout][i][j]; + k++; + } + } + } + } + while (k < 6) { + keyboard_keys[k] = 0; + k++; + } + + // Compare it to the previously sent keys, send if they differ + for (k = 0; k < 6; k++) + if (prev_keys[k] != keyboard_keys[k]) + send = 1; + if (prev_modifiers != keyboard_modifier_keys) + send = 1; + + if (send) + ret = usb_keyboard_send(); + + prev_modifiers = keyboard_modifier_keys; + for (k = 0; k < 6; k++) + prev_keys[k] = keyboard_keys[k]; + + return ret; +} + + +extern "C" int main(void) { + uint8_t i = 0, j = 0, s = 0; + uint8_t row_pins[7] = {2, 23, 9, 17, 13, 12, 11}; + uint8_t col_pins[15] = {10, 8, 7, 3, 4, 5, 6, 14, 20, 21, 22, 19, 18, 16, 15}; + + for (i=0; i < 7; i ++) { + pinMode(row_pins[i], OUTPUT); + digitalWriteFast(row_pins[i], LOW); + } + for (i=0; i < 15; i ++) { + pinMode(col_pins[i], INPUT_PULLDOWN); + } + + while (1) { + for (i = 0; i < 7; i++) { + digitalWriteFast(row_pins[i], HIGH); + for (j = ((i == 1 || i == 3) ? 8 : 0); + j < ((i == 0 || i == 2) ? 7 : 15); + j++) + { + s = digitalReadFast(col_pins[j]); + p[i][j] = s; + } + digitalWriteFast(row_pins[i], LOW); + } + type(); + delay(5); + } +} diff --git a/pcb/Teensy-3.1 b/pcb/Teensy-3.1 new file mode 160000 index 0000000..8a828fe --- /dev/null +++ b/pcb/Teensy-3.1 @@ -0,0 +1 @@ +Subproject commit 8a828fe09fd3f326e2d6ec00f199b989b1955f10 diff --git a/pcb/cherry_switch.bak b/pcb/cherry_switch.bak new file mode 100644 index 0000000..6d28102 --- /dev/null +++ b/pcb/cherry_switch.bak @@ -0,0 +1,476 @@ +EESchema-LIBRARY Version 2.3 Date: Mon 28 Dec 2015 06:36:57 MSK +#encoding utf-8 +# +# 3PIN +# +DEF 3PIN J 0 40 Y Y 1 F N +F0 "J" -50 200 60 H V C CNN +F1 "3PIN" -50 -200 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -150 0 60 0 0 0 3PIN Normal 1 C C +P 4 0 1 0 -150 150 0 150 0 -150 -150 -150 N +X 1 1 200 100 200 L 50 50 1 1 I +X 2 2 200 0 200 L 50 50 1 1 W +X 3 3 200 -100 200 L 50 50 1 1 O +ENDDRAW +ENDDEF +# +# 4PIN +# +DEF 4PIN J 0 40 Y Y 1 F N +F0 "J" -50 250 60 H V C CNN +F1 "4PIN" -50 -250 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -150 0 60 0 0 0 4PIN Normal 1 C C +P 4 0 0 0 -150 200 0 200 0 -200 -150 -200 N +X 1 1 200 150 200 L 50 50 1 1 I +X 2 2 200 50 200 L 50 50 1 1 W +X 3 3 200 -50 200 L 50 50 1 1 O +X 4 4 200 -150 200 L 50 50 1 1 W +ENDDRAW +ENDDEF +# +# 6PIN +# +DEF 6PIN J 0 40 Y Y 1 F N +F0 "J" -50 350 60 H V C CNN +F1 "6PIN" -50 -350 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -150 0 60 0 0 0 6PIN Normal 1 C C +P 4 0 0 0 -150 300 0 300 0 -300 -150 -300 N +X 1 1 200 250 200 L 50 50 1 1 I +X 2 2 200 150 200 L 50 50 1 1 W +X 3 3 200 50 200 L 50 50 1 1 O +X 4 4 200 -50 200 L 50 50 1 1 W +X 5 5 200 -150 200 L 50 50 1 1 I +X 6 6 200 -250 200 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANYTHING +# +DEF ANYTHING ANY 0 40 N N 1 F N +F0 "ANY" 0 50 40 H V C CNN +F1 "ANYTHING" 0 -50 40 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -150 100 150 -100 0 1 0 N +X GND 0 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# ATMEGA32U2 +# +DEF ATMEGA32U2 IC 0 40 Y Y 1 F N +F0 "IC" -800 1200 50 H V L BNN +F1 "ATMEGA32U2" 350 -1150 50 H V L BNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -800 1150 800 -1050 0 1 0 N +X XTAL1 1 -1000 800 200 R 40 40 1 1 B +X XTAL2(PC0) 2 -1000 900 200 R 40 40 1 1 B +X GND 3 -1000 -1000 200 R 40 40 1 1 W +X VCC 4 -1000 -400 200 R 40 40 1 1 W +X (PCINT11/AIN11)PC2 5 1000 -150 200 L 40 40 1 1 B +X (OC.0B/INT0)PD0 6 1000 -1000 200 L 40 40 1 1 B +X (AIN0)PD1 7 1000 -900 200 L 40 40 1 1 B +X (RXD1/AIN1/INT2)PD2 8 1000 -800 200 L 40 40 1 1 B +X (TXD1/INT3)PD3 9 1000 -700 200 L 40 40 1 1 B +X (INT5/AIN3)PD4 10 1000 -600 200 L 40 40 1 1 B +X (PCINT6)PB6 20 1000 1000 200 L 40 40 1 1 B +X D- 30 -1000 200 200 R 40 40 1 1 B +X (XCK/AIN4/PCINT12)PD5 11 1000 -500 200 L 40 40 1 1 B +X (PCINT7/OC.0A/OC.1C)PB7 21 1000 1100 200 L 40 40 1 1 B +X UVcc 31 -1000 400 200 R 40 40 1 1 W +X (RTS/AIN5/INT6)PD6 12 1000 -400 200 L 40 40 1 1 B +X (INT4/ICP1/CLKO)PC7 22 1000 250 200 L 40 40 1 1 B +X AVCC 32 -1000 -500 200 R 40 40 1 1 W +X (HWB/AIN6/T0/INT7)PD7 13 1000 -300 200 L 40 40 1 1 B +X (OC.1A/PCINT8)PC6 23 1000 150 200 L 40 40 1 1 B +X (SS/PCINT0)PB0 14 1000 400 200 L 40 40 1 1 B +X RESET(PC1/dW) 24 -1000 1100 200 R 40 40 1 1 I I +X (SCLK/PCINT1)PB1 15 1000 500 200 L 40 40 1 1 B +X (PCINT9/OC.1B)PC5 25 1000 50 200 L 40 40 1 1 B +X (PDI/MOSI/PCINT2)PB2 16 1000 600 200 L 40 40 1 1 B +X (PCINT10)PC4 26 1000 -50 200 L 40 40 1 1 B +X (PDO/MISO/PCINT3)PB3 17 1000 700 200 L 40 40 1 1 B +X UCap 27 -1000 0 200 R 40 40 1 1 W +X (T1/PCINT4)PB4 18 1000 800 200 L 40 40 1 1 B +X UGnd 28 -1000 100 200 R 40 40 1 1 W +X (PCINT5)PB5 19 1000 900 200 L 40 40 1 1 B +X D+ 29 -1000 300 200 R 40 40 1 1 B +ENDDRAW +ENDDEF +# +# ATMEGA32U4 +# +DEF ATMEGA32U4 IC 0 40 Y Y 1 F N +F0 "IC" -800 1600 50 H V L BNN +F1 "ATMEGA32U4" 250 -1650 50 H V L BNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -800 1550 800 -1550 0 1 0 N +X (INT.6/AIN0)PE6 1 1000 -750 200 L 40 40 1 1 B +X UVcc 2 -1000 750 200 R 40 40 1 1 W +X D- 3 -1000 550 200 R 40 40 1 1 B +X D+ 4 -1000 650 200 R 40 40 1 1 B +X UGnd 5 -1000 450 200 R 40 40 1 1 W +X UCap 6 -1000 350 200 R 40 40 1 1 W +X VBus 7 -1000 250 200 R 40 40 1 1 B +X (SS/PCINT0)PB0 8 1000 1450 200 L 40 40 1 1 B +X (PCINT1/SCLK)PB1 9 1000 1350 200 L 40 40 1 1 B +X (PDI/PCINT2/MOSI)PB2 10 1000 1250 200 L 40 40 1 1 B +X (RXD1/INT2)PD2 20 1000 50 200 L 40 40 1 1 B +X (PCINT6/OC1B/OC4B/ADC13)PB6 30 1000 850 200 L 40 40 1 1 B +X (ADC1)PF1 40 1000 -1050 200 L 40 40 1 1 B +X (PDO/PCINT3/MISO)PB3 11 1000 1150 200 L 40 40 1 1 B +X (TXD1/INT3)PD3 21 1000 -50 200 L 40 40 1 1 B +X (OC3A/OC4A)PC6 31 1000 550 200 L 40 40 1 1 B +X (ADC0)PF0 41 1000 -950 200 L 40 40 1 1 B +X (PCINT7/OC0A/OC1C/RTS)PB7 12 1000 750 200 L 40 40 1 1 B +X (XCK1/CTS)PD5 22 1000 -250 200 L 40 40 1 1 B +X (ICP3/CLK0/OC4A)PC7 32 1000 450 200 L 40 40 1 1 B +X AREF 42 -1000 950 200 R 40 40 1 1 W +X RESET 13 -1000 1450 200 R 40 40 1 1 I I +X GND 23 -150 -1750 200 U 40 40 1 1 W +X (HWB)PE2 33 1000 -650 200 L 40 40 1 1 B +X GND 43 50 -1750 200 U 40 40 1 1 W +X VCC 14 -150 1750 200 D 40 40 1 1 W +X AVCC 24 -50 1750 200 D 40 40 1 1 W +X VCC 34 150 1750 200 D 40 40 1 1 W +X AVCC 44 50 1750 200 D 40 40 1 1 W +X GND 15 -50 -1750 200 U 40 40 1 1 W +X (ICP1/ADC8)PD4 25 1000 -150 200 L 40 40 1 1 B +X GND 35 150 -1750 200 U 40 40 1 1 W +X XTAL2 16 -1000 1250 200 R 40 40 1 1 B +X (T1/OC4D/ADC9)PD6 26 1000 -350 200 L 40 40 1 1 B +X (ADC7/TDI)PF7 36 1000 -1450 200 L 40 40 1 1 B +X XTAL1 17 -1000 1150 200 R 40 40 1 1 B +X (T0/OC4D/ADC10)PD7 27 1000 -450 200 L 40 40 1 1 B +X (ADC6/TDO)PF6 37 1000 -1350 200 L 40 40 1 1 B +X (OC0B/SCL/INT0)PD0 18 1000 250 200 L 40 40 1 1 B +X (PCINT4/ADC11)PB4 28 1000 1050 200 L 40 40 1 1 B +X (ADC5/TMS)PF5 38 1000 -1250 200 L 40 40 1 1 B +X (SDA/INT1)PD1 19 1000 150 200 L 40 40 1 1 B +X (PCINT5/OC1A/OC4B/ADC12)PB5 29 1000 950 200 L 40 40 1 1 B +X (ADC4/TCK)PF4 39 1000 -1150 200 L 40 40 1 1 B +ENDDRAW +ENDDEF +# +# CAPACITOR_POLAR +# +DEF CAPACITOR_POLAR C 0 10 N N 1 F N +F0 "C" 50 100 50 H V L CNN +F1 "CAPACITOR_POLAR" 50 -100 50 H V L CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 0 -50 100 80 0 0 0 + Normal 0 C C +A 0 -200 180 563 1236 0 1 15 N 100 -50 -100 -50 +P 4 0 1 15 -100 50 100 50 50 50 50 50 N +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 180 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CD4028 +# +DEF CD4028 U 0 30 Y Y 1 F N +F0 "U" -50 -25 60 V V C BNN +F1 "CD4028" 50 -25 60 V V C TNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -400 500 400 -500 0 1 0 N +X 4 1 700 50 300 L 60 60 1 1 O +X 2 2 700 250 300 L 60 60 1 1 O +X 0 3 700 450 300 L 60 60 1 1 O +X 7 4 700 -250 300 L 60 60 1 1 O +X 9 5 700 -450 300 L 60 60 1 1 O +X 5 6 700 -50 300 L 60 60 1 1 O +X 6 7 700 -150 300 L 60 60 1 1 O +X GND 8 0 -500 0 U 60 60 1 1 W N +X 8 9 700 -350 300 L 60 60 1 1 O +X A 10 -700 450 300 R 60 60 1 1 I +X D 11 -700 150 300 R 60 60 1 1 I +X C 12 -700 250 300 R 60 60 1 1 I +X B 13 -700 350 300 R 60 60 1 1 I +X 1 14 700 350 300 L 60 60 1 1 O +X 3 15 700 150 300 L 60 60 1 1 O +X VCC 16 0 500 0 D 60 60 1 1 W N +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X GND 2 -100 0 0 R 50 50 1 1 W N +X 3 3 300 0 200 L 40 40 1 1 P +X GND 4 100 0 0 R 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 40 N N 1 F N +F0 "D" -100 -50 40 H V C CNN +F1 "DIODE" 0 50 40 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +P 3 0 1 0 0 0 0 50 0 50 N +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 50 0 D 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# ISP6 +# +DEF ISP6 J 0 40 Y Y 1 F N +F0 "J" -100 350 60 H V C CNN +F1 "ISP6" -100 -350 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -250 0 60 0 0 0 ISP6 Normal 1 C C +P 4 0 0 0 -250 -300 0 -300 0 300 -250 300 N +X MISO 1 200 250 200 L 50 50 1 1 O +X VCC 2 200 150 200 L 50 50 1 1 W +X SCK 3 200 50 200 L 50 50 1 1 O +X MOSI 4 200 -50 200 L 50 50 1 1 I +X TRST 5 200 -150 200 L 50 50 1 1 I +X GND 6 200 -250 200 L 50 50 1 1 W +ENDDRAW +ENDDEF +# +# JUMPER +# +DEF JUMPER JP 0 30 Y N 1 F N +F0 "JP" 0 150 60 H V C CNN +F1 "JUMPER" 0 -80 40 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +A 0 -26 125 1426 373 0 1 0 N -98 50 99 50 +C -100 0 35 0 1 0 N +C 100 0 35 0 1 0 N +X 1 1 -300 0 165 R 60 60 0 1 P +X 2 2 300 0 165 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# MCP23018 +# +DEF MCP23018 U 0 30 Y Y 1 F N +F0 "U" -50 -25 60 V V C BNN +F1 "MCP23018" 50 -25 60 V V C TNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -500 900 500 -900 0 1 0 N +X GND 1 0 -900 0 U 60 60 1 1 W N +X GPB0 3 800 -100 300 L 60 60 1 1 O +X GPB1 4 800 -200 300 L 60 60 1 1 O +X GPB2 5 800 -300 300 L 60 60 1 1 O +X GPB3 6 800 -400 300 L 60 60 1 1 O +X GPB4 7 800 -500 300 L 60 60 1 1 O +X GPB5 8 800 -600 300 L 60 60 1 1 O +X GPB6 9 800 -700 300 L 60 60 1 1 O +X GPB7 10 800 -800 300 L 60 60 1 1 I +X GPA0 20 800 800 300 L 60 60 1 1 I +X VCC 11 0 900 0 D 60 60 1 1 W N +X GPA1 21 800 700 300 L 60 60 1 1 I +X SCL 12 -800 550 300 R 60 60 1 1 I +X GPA2 22 800 600 300 L 60 60 1 1 I +X SDA 13 -800 450 300 R 60 60 1 1 I +X GPA3 23 800 500 300 L 60 60 1 1 I +X NC 14 -800 -600 300 R 60 60 1 1 N X +X GPA4 24 800 400 300 L 60 60 1 1 I +X ADDR 15 -800 250 300 R 60 60 1 1 O +X GPA5 25 800 300 300 L 60 60 1 1 I +X RESET 16 -800 800 300 R 60 60 1 1 I I +X GPA6 26 800 200 300 L 60 60 1 1 I +X NC 17 -800 -700 300 R 60 60 1 1 N X +X GPA7 27 800 100 300 L 60 60 1 1 I +X INTB 18 -800 -50 300 R 60 60 1 1 I +X NC 28 -800 -800 300 R 60 60 1 1 N X +X INTA 19 -800 50 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# RESISTOR +# +DEF RESISTOR R 0 0 N Y 1 F N +F0 "R" 0 -100 50 V V C CNN +F1 "RESISTOR" 0 100 50 V V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SWITCH_DIODE +# +DEF SWITCH_DIODE SW 0 40 N N 1 F N +F0 "SW" 150 110 50 H V C CNN +F1 "SWITCH_DIODE" 0 -80 50 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -170 50 170 60 0 1 0 N +P 2 0 1 0 -50 -50 -50 -150 N +P 3 0 1 0 50 -50 -50 -100 50 -150 F +P 4 0 1 0 -40 60 -30 90 30 90 40 60 N +X 1 1 -300 0 200 R 60 60 0 1 P I +X 2 2 300 0 200 L 60 60 0 1 P I +X ~ 0 0 0 0 U 50 50 1 1 W N +X A 3 200 -100 150 L 40 40 1 1 P +X K 4 -200 -100 150 R 40 40 1 1 P +ENDDRAW +ENDDEF +# +# SWITCH_PUSH +# +DEF SWITCH_PUSH SW 0 40 N N 1 F N +F0 "SW" 150 110 50 H V C CNN +F1 "SWITCH_PUSH" 0 -80 50 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -170 50 170 60 0 1 0 N +P 4 0 1 0 -40 60 -30 90 30 90 40 60 N +X 1 1 -300 0 200 R 60 60 0 1 P I +X 2 2 300 0 200 L 60 60 0 1 P I +X GND 0 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# TEENSY2.0 +# +DEF TEENSY2.0 U 0 40 Y Y 1 F N +F0 "U" 50 0 60 V V C CNN +F1 "TEENSY2.0" -50 0 60 V V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -400 1350 400 -1350 0 1 0 N +X GND 1 -600 -850 200 R 50 50 1 1 w +X PB0 2 600 1300 200 L 50 50 1 1 B +X PB1 3 600 1200 200 L 50 50 1 1 B +X PB2 4 600 1100 200 L 50 50 1 1 B +X PB3 5 600 1000 200 L 50 50 1 1 B +X PB7 6 600 600 200 L 50 50 1 1 B +X PD0 7 600 200 200 L 50 50 1 1 B +X PD1 8 600 100 200 L 50 50 1 1 B +X PD2 9 600 0 200 L 50 50 1 1 B +X PD3 10 600 -100 200 L 50 50 1 1 B +X PB4 20 600 900 200 L 50 50 1 1 B +X AREF 30 -600 1200 200 R 50 50 1 1 I +X PC6 11 600 450 200 L 50 50 1 1 B +X PB5 21 600 800 200 L 50 50 1 1 B +X PE6 31 600 -650 200 L 50 50 1 1 B +X PC7 12 600 350 200 L 50 50 1 1 B +X PB6 22 600 700 200 L 50 50 1 1 B +X PD5 13 600 -300 200 L 50 50 1 1 B +X PF7 23 600 -1300 200 L 50 50 1 1 B +X VCC 14 -600 -400 200 R 50 50 1 1 w +X PF6 24 600 -1200 200 L 50 50 1 1 B +X GND 15 -600 -950 200 R 50 50 1 1 w +X PF5 25 600 -1100 200 L 50 50 1 1 B +X RST 16 -600 1300 200 R 50 50 1 1 I I +X PF4 26 600 -1000 200 L 50 50 1 1 B +X PD4 17 600 -200 200 L 50 50 1 1 B +X PF1 27 600 -900 200 L 50 50 1 1 B +X PD6 18 600 -400 200 L 50 50 1 1 B +X PF0 28 600 -800 200 L 50 50 1 1 B +X PD7 19 600 -500 200 L 50 50 1 1 B +X VCC 29 -600 -500 200 R 50 50 1 1 w +ENDDRAW +ENDDEF +# +# USB +# +DEF USB J 0 40 Y Y 1 F N +F0 "J" -75 300 60 H V C CNN +F1 "USB" -100 -300 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -200 0 60 0 0 0 USB Normal 1 C C +P 4 0 1 0 -200 250 0 250 0 -250 -200 -250 N +X VCC 1 200 200 200 L 50 50 1 1 I +X D- 2 200 100 200 L 50 50 1 1 I +X D+ 3 200 0 200 L 50 50 1 1 I +X SHIELD 4 200 -100 200 L 50 50 1 1 I +X GND 5 200 -200 200 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/pcb/cherry_switch.bck b/pcb/cherry_switch.bck new file mode 100644 index 0000000..cc0f129 --- /dev/null +++ b/pcb/cherry_switch.bck @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 Date: Mon 28 Dec 2015 06:36:57 MSK +# +#End Doc Library diff --git a/pcb/cherry_switch.dcm b/pcb/cherry_switch.dcm new file mode 100644 index 0000000..aff0cd0 --- /dev/null +++ b/pcb/cherry_switch.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 Date: Mon 28 Dec 2015 06:39:07 MSK +# +#End Doc Library diff --git a/pcb/cherry_switch.lib b/pcb/cherry_switch.lib new file mode 100644 index 0000000..551b2e9 --- /dev/null +++ b/pcb/cherry_switch.lib @@ -0,0 +1,476 @@ +EESchema-LIBRARY Version 2.3 Date: Mon 28 Dec 2015 06:39:07 MSK +#encoding utf-8 +# +# 3PIN +# +DEF 3PIN J 0 40 Y Y 1 F N +F0 "J" -50 200 60 H V C CNN +F1 "3PIN" -50 -200 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -150 0 60 0 0 0 3PIN Normal 1 C C +P 4 0 1 0 -150 150 0 150 0 -150 -150 -150 N +X 1 1 200 100 200 L 50 50 1 1 I +X 2 2 200 0 200 L 50 50 1 1 W +X 3 3 200 -100 200 L 50 50 1 1 O +ENDDRAW +ENDDEF +# +# 4PIN +# +DEF 4PIN J 0 40 Y Y 1 F N +F0 "J" -50 250 60 H V C CNN +F1 "4PIN" -50 -250 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -150 0 60 0 0 0 4PIN Normal 1 C C +P 4 0 0 0 -150 200 0 200 0 -200 -150 -200 N +X 1 1 200 150 200 L 50 50 1 1 I +X 2 2 200 50 200 L 50 50 1 1 W +X 3 3 200 -50 200 L 50 50 1 1 O +X 4 4 200 -150 200 L 50 50 1 1 W +ENDDRAW +ENDDEF +# +# 6PIN +# +DEF 6PIN J 0 40 Y Y 1 F N +F0 "J" -50 350 60 H V C CNN +F1 "6PIN" -50 -350 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -150 0 60 0 0 0 6PIN Normal 1 C C +P 4 0 0 0 -150 300 0 300 0 -300 -150 -300 N +X 1 1 200 250 200 L 50 50 1 1 I +X 2 2 200 150 200 L 50 50 1 1 W +X 3 3 200 50 200 L 50 50 1 1 O +X 4 4 200 -50 200 L 50 50 1 1 W +X 5 5 200 -150 200 L 50 50 1 1 I +X 6 6 200 -250 200 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANYTHING +# +DEF ANYTHING ANY 0 40 N N 1 F N +F0 "ANY" 0 50 40 H V C CNN +F1 "ANYTHING" 0 -50 40 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -150 100 150 -100 0 1 0 N +X GND 0 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# ATMEGA32U2 +# +DEF ATMEGA32U2 IC 0 40 Y Y 1 F N +F0 "IC" -800 1200 50 H V L BNN +F1 "ATMEGA32U2" 350 -1150 50 H V L BNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -800 1150 800 -1050 0 1 0 N +X XTAL1 1 -1000 800 200 R 40 40 1 1 B +X XTAL2(PC0) 2 -1000 900 200 R 40 40 1 1 B +X GND 3 -1000 -1000 200 R 40 40 1 1 W +X VCC 4 -1000 -400 200 R 40 40 1 1 W +X (PCINT11/AIN11)PC2 5 1000 -150 200 L 40 40 1 1 B +X (OC.0B/INT0)PD0 6 1000 -1000 200 L 40 40 1 1 B +X (AIN0)PD1 7 1000 -900 200 L 40 40 1 1 B +X (RXD1/AIN1/INT2)PD2 8 1000 -800 200 L 40 40 1 1 B +X (TXD1/INT3)PD3 9 1000 -700 200 L 40 40 1 1 B +X (INT5/AIN3)PD4 10 1000 -600 200 L 40 40 1 1 B +X (PCINT6)PB6 20 1000 1000 200 L 40 40 1 1 B +X D- 30 -1000 200 200 R 40 40 1 1 B +X (XCK/AIN4/PCINT12)PD5 11 1000 -500 200 L 40 40 1 1 B +X (PCINT7/OC.0A/OC.1C)PB7 21 1000 1100 200 L 40 40 1 1 B +X UVcc 31 -1000 400 200 R 40 40 1 1 W +X (RTS/AIN5/INT6)PD6 12 1000 -400 200 L 40 40 1 1 B +X (INT4/ICP1/CLKO)PC7 22 1000 250 200 L 40 40 1 1 B +X AVCC 32 -1000 -500 200 R 40 40 1 1 W +X (HWB/AIN6/T0/INT7)PD7 13 1000 -300 200 L 40 40 1 1 B +X (OC.1A/PCINT8)PC6 23 1000 150 200 L 40 40 1 1 B +X (SS/PCINT0)PB0 14 1000 400 200 L 40 40 1 1 B +X RESET(PC1/dW) 24 -1000 1100 200 R 40 40 1 1 I I +X (SCLK/PCINT1)PB1 15 1000 500 200 L 40 40 1 1 B +X (PCINT9/OC.1B)PC5 25 1000 50 200 L 40 40 1 1 B +X (PDI/MOSI/PCINT2)PB2 16 1000 600 200 L 40 40 1 1 B +X (PCINT10)PC4 26 1000 -50 200 L 40 40 1 1 B +X (PDO/MISO/PCINT3)PB3 17 1000 700 200 L 40 40 1 1 B +X UCap 27 -1000 0 200 R 40 40 1 1 W +X (T1/PCINT4)PB4 18 1000 800 200 L 40 40 1 1 B +X UGnd 28 -1000 100 200 R 40 40 1 1 W +X (PCINT5)PB5 19 1000 900 200 L 40 40 1 1 B +X D+ 29 -1000 300 200 R 40 40 1 1 B +ENDDRAW +ENDDEF +# +# ATMEGA32U4 +# +DEF ATMEGA32U4 IC 0 40 Y Y 1 F N +F0 "IC" -800 1600 50 H V L BNN +F1 "ATMEGA32U4" 250 -1650 50 H V L BNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -800 1550 800 -1550 0 1 0 N +X (INT.6/AIN0)PE6 1 1000 -750 200 L 40 40 1 1 B +X UVcc 2 -1000 750 200 R 40 40 1 1 W +X D- 3 -1000 550 200 R 40 40 1 1 B +X D+ 4 -1000 650 200 R 40 40 1 1 B +X UGnd 5 -1000 450 200 R 40 40 1 1 W +X UCap 6 -1000 350 200 R 40 40 1 1 W +X VBus 7 -1000 250 200 R 40 40 1 1 B +X (SS/PCINT0)PB0 8 1000 1450 200 L 40 40 1 1 B +X (PCINT1/SCLK)PB1 9 1000 1350 200 L 40 40 1 1 B +X (PDI/PCINT2/MOSI)PB2 10 1000 1250 200 L 40 40 1 1 B +X (RXD1/INT2)PD2 20 1000 50 200 L 40 40 1 1 B +X (PCINT6/OC1B/OC4B/ADC13)PB6 30 1000 850 200 L 40 40 1 1 B +X (ADC1)PF1 40 1000 -1050 200 L 40 40 1 1 B +X (PDO/PCINT3/MISO)PB3 11 1000 1150 200 L 40 40 1 1 B +X (TXD1/INT3)PD3 21 1000 -50 200 L 40 40 1 1 B +X (OC3A/OC4A)PC6 31 1000 550 200 L 40 40 1 1 B +X (ADC0)PF0 41 1000 -950 200 L 40 40 1 1 B +X (PCINT7/OC0A/OC1C/RTS)PB7 12 1000 750 200 L 40 40 1 1 B +X (XCK1/CTS)PD5 22 1000 -250 200 L 40 40 1 1 B +X (ICP3/CLK0/OC4A)PC7 32 1000 450 200 L 40 40 1 1 B +X AREF 42 -1000 950 200 R 40 40 1 1 W +X RESET 13 -1000 1450 200 R 40 40 1 1 I I +X GND 23 -150 -1750 200 U 40 40 1 1 W +X (HWB)PE2 33 1000 -650 200 L 40 40 1 1 B +X GND 43 50 -1750 200 U 40 40 1 1 W +X VCC 14 -150 1750 200 D 40 40 1 1 W +X AVCC 24 -50 1750 200 D 40 40 1 1 W +X VCC 34 150 1750 200 D 40 40 1 1 W +X AVCC 44 50 1750 200 D 40 40 1 1 W +X GND 15 -50 -1750 200 U 40 40 1 1 W +X (ICP1/ADC8)PD4 25 1000 -150 200 L 40 40 1 1 B +X GND 35 150 -1750 200 U 40 40 1 1 W +X XTAL2 16 -1000 1250 200 R 40 40 1 1 B +X (T1/OC4D/ADC9)PD6 26 1000 -350 200 L 40 40 1 1 B +X (ADC7/TDI)PF7 36 1000 -1450 200 L 40 40 1 1 B +X XTAL1 17 -1000 1150 200 R 40 40 1 1 B +X (T0/OC4D/ADC10)PD7 27 1000 -450 200 L 40 40 1 1 B +X (ADC6/TDO)PF6 37 1000 -1350 200 L 40 40 1 1 B +X (OC0B/SCL/INT0)PD0 18 1000 250 200 L 40 40 1 1 B +X (PCINT4/ADC11)PB4 28 1000 1050 200 L 40 40 1 1 B +X (ADC5/TMS)PF5 38 1000 -1250 200 L 40 40 1 1 B +X (SDA/INT1)PD1 19 1000 150 200 L 40 40 1 1 B +X (PCINT5/OC1A/OC4B/ADC12)PB5 29 1000 950 200 L 40 40 1 1 B +X (ADC4/TCK)PF4 39 1000 -1150 200 L 40 40 1 1 B +ENDDRAW +ENDDEF +# +# CAPACITOR_POLAR +# +DEF CAPACITOR_POLAR C 0 10 N N 1 F N +F0 "C" 50 100 50 H V L CNN +F1 "CAPACITOR_POLAR" 50 -100 50 H V L CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 0 -50 100 80 0 0 0 + Normal 0 C C +A 0 -200 180 563 1236 0 1 15 N 100 -50 -100 -50 +P 4 0 1 15 -100 50 100 50 50 50 50 50 N +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 180 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CD4028 +# +DEF CD4028 U 0 30 Y Y 1 F N +F0 "U" -50 -25 60 V V C BNN +F1 "CD4028" 50 -25 60 V V C TNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -400 500 400 -500 0 1 0 N +X 4 1 700 50 300 L 60 60 1 1 O +X 2 2 700 250 300 L 60 60 1 1 O +X 0 3 700 450 300 L 60 60 1 1 O +X 7 4 700 -250 300 L 60 60 1 1 O +X 9 5 700 -450 300 L 60 60 1 1 O +X 5 6 700 -50 300 L 60 60 1 1 O +X 6 7 700 -150 300 L 60 60 1 1 O +X GND 8 0 -500 0 U 60 60 1 1 W N +X 8 9 700 -350 300 L 60 60 1 1 O +X A 10 -700 450 300 R 60 60 1 1 I +X D 11 -700 150 300 R 60 60 1 1 I +X C 12 -700 250 300 R 60 60 1 1 I +X B 13 -700 350 300 R 60 60 1 1 I +X 1 14 700 350 300 L 60 60 1 1 O +X 3 15 700 150 300 L 60 60 1 1 O +X VCC 16 0 500 0 D 60 60 1 1 W N +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X GND 2 -100 0 0 R 50 50 1 1 W N +X 3 3 300 0 200 L 40 40 1 1 P +X GND 4 100 0 0 R 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 40 N N 1 F N +F0 "D" -100 -50 40 H V C CNN +F1 "DIODE" 0 50 40 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +P 3 0 1 0 0 0 0 50 0 50 N +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 50 0 D 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# ISP6 +# +DEF ISP6 J 0 40 Y Y 1 F N +F0 "J" -100 350 60 H V C CNN +F1 "ISP6" -100 -350 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -250 0 60 0 0 0 ISP6 Normal 1 C C +P 4 0 0 0 -250 -300 0 -300 0 300 -250 300 N +X MISO 1 200 250 200 L 50 50 1 1 O +X VCC 2 200 150 200 L 50 50 1 1 W +X SCK 3 200 50 200 L 50 50 1 1 O +X MOSI 4 200 -50 200 L 50 50 1 1 I +X TRST 5 200 -150 200 L 50 50 1 1 I +X GND 6 200 -250 200 L 50 50 1 1 W +ENDDRAW +ENDDEF +# +# JUMPER +# +DEF JUMPER JP 0 30 Y N 1 F N +F0 "JP" 0 150 60 H V C CNN +F1 "JUMPER" 0 -80 40 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +A 0 -26 125 1426 373 0 1 0 N -98 50 99 50 +C -100 0 35 0 1 0 N +C 100 0 35 0 1 0 N +X 1 1 -300 0 165 R 60 60 0 1 P +X 2 2 300 0 165 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# MCP23018 +# +DEF MCP23018 U 0 30 Y Y 1 F N +F0 "U" -50 -25 60 V V C BNN +F1 "MCP23018" 50 -25 60 V V C TNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -500 900 500 -900 0 1 0 N +X GND 1 0 -900 0 U 60 60 1 1 W N +X GPB0 3 800 -100 300 L 60 60 1 1 O +X GPB1 4 800 -200 300 L 60 60 1 1 O +X GPB2 5 800 -300 300 L 60 60 1 1 O +X GPB3 6 800 -400 300 L 60 60 1 1 O +X GPB4 7 800 -500 300 L 60 60 1 1 O +X GPB5 8 800 -600 300 L 60 60 1 1 O +X GPB6 9 800 -700 300 L 60 60 1 1 O +X GPB7 10 800 -800 300 L 60 60 1 1 I +X GPA0 20 800 800 300 L 60 60 1 1 I +X VCC 11 0 900 0 D 60 60 1 1 W N +X GPA1 21 800 700 300 L 60 60 1 1 I +X SCL 12 -800 550 300 R 60 60 1 1 I +X GPA2 22 800 600 300 L 60 60 1 1 I +X SDA 13 -800 450 300 R 60 60 1 1 I +X GPA3 23 800 500 300 L 60 60 1 1 I +X NC 14 -800 -600 300 R 60 60 1 1 N X +X GPA4 24 800 400 300 L 60 60 1 1 I +X ADDR 15 -800 250 300 R 60 60 1 1 O +X GPA5 25 800 300 300 L 60 60 1 1 I +X RESET 16 -800 800 300 R 60 60 1 1 I I +X GPA6 26 800 200 300 L 60 60 1 1 I +X NC 17 -800 -700 300 R 60 60 1 1 N X +X GPA7 27 800 100 300 L 60 60 1 1 I +X INTB 18 -800 -50 300 R 60 60 1 1 I +X NC 28 -800 -800 300 R 60 60 1 1 N X +X INTA 19 -800 50 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# RESISTOR +# +DEF RESISTOR R 0 0 N Y 1 F N +F0 "R" 0 -100 50 V V C CNN +F1 "RESISTOR" 0 100 50 V V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SWITCH_DIODE +# +DEF SWITCH_DIODE SW 0 40 N N 1 F N +F0 "SW" 150 110 50 H V C CNN +F1 "SWITCH_DIODE" 0 -80 50 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -170 50 170 60 0 1 0 N +P 2 0 1 0 -50 -50 -50 -150 N +P 3 0 1 0 50 -50 -50 -100 50 -150 F +P 4 0 1 0 -40 60 -30 90 30 90 40 60 N +X 1 1 -300 0 200 R 60 60 0 1 P I +X 2 2 300 0 200 L 60 60 0 1 P I +X HOLE 0 0 0 0 U 50 50 1 1 N N +X A 3 200 -100 150 L 40 40 1 1 P +X K 4 -200 -100 150 R 40 40 1 1 P +ENDDRAW +ENDDEF +# +# SWITCH_PUSH +# +DEF SWITCH_PUSH SW 0 40 N N 1 F N +F0 "SW" 150 110 50 H V C CNN +F1 "SWITCH_PUSH" 0 -80 50 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -170 50 170 60 0 1 0 N +P 4 0 1 0 -40 60 -30 90 30 90 40 60 N +X 1 1 -300 0 200 R 60 60 0 1 P I +X 2 2 300 0 200 L 60 60 0 1 P I +X GND 0 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# TEENSY2.0 +# +DEF TEENSY2.0 U 0 40 Y Y 1 F N +F0 "U" 50 0 60 V V C CNN +F1 "TEENSY2.0" -50 0 60 V V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +S -400 1350 400 -1350 0 1 0 N +X GND 1 -600 -850 200 R 50 50 1 1 w +X PB0 2 600 1300 200 L 50 50 1 1 B +X PB1 3 600 1200 200 L 50 50 1 1 B +X PB2 4 600 1100 200 L 50 50 1 1 B +X PB3 5 600 1000 200 L 50 50 1 1 B +X PB7 6 600 600 200 L 50 50 1 1 B +X PD0 7 600 200 200 L 50 50 1 1 B +X PD1 8 600 100 200 L 50 50 1 1 B +X PD2 9 600 0 200 L 50 50 1 1 B +X PD3 10 600 -100 200 L 50 50 1 1 B +X PB4 20 600 900 200 L 50 50 1 1 B +X AREF 30 -600 1200 200 R 50 50 1 1 I +X PC6 11 600 450 200 L 50 50 1 1 B +X PB5 21 600 800 200 L 50 50 1 1 B +X PE6 31 600 -650 200 L 50 50 1 1 B +X PC7 12 600 350 200 L 50 50 1 1 B +X PB6 22 600 700 200 L 50 50 1 1 B +X PD5 13 600 -300 200 L 50 50 1 1 B +X PF7 23 600 -1300 200 L 50 50 1 1 B +X VCC 14 -600 -400 200 R 50 50 1 1 w +X PF6 24 600 -1200 200 L 50 50 1 1 B +X GND 15 -600 -950 200 R 50 50 1 1 w +X PF5 25 600 -1100 200 L 50 50 1 1 B +X RST 16 -600 1300 200 R 50 50 1 1 I I +X PF4 26 600 -1000 200 L 50 50 1 1 B +X PD4 17 600 -200 200 L 50 50 1 1 B +X PF1 27 600 -900 200 L 50 50 1 1 B +X PD6 18 600 -400 200 L 50 50 1 1 B +X PF0 28 600 -800 200 L 50 50 1 1 B +X PD7 19 600 -500 200 L 50 50 1 1 B +X VCC 29 -600 -500 200 R 50 50 1 1 w +ENDDRAW +ENDDEF +# +# USB +# +DEF USB J 0 40 Y Y 1 F N +F0 "J" -75 300 60 H V C CNN +F1 "USB" -100 -300 60 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +T 900 -200 0 60 0 0 0 USB Normal 1 C C +P 4 0 1 0 -200 250 0 250 0 -250 -200 -250 N +X VCC 1 200 200 200 L 50 50 1 1 I +X D- 2 200 100 200 L 50 50 1 1 I +X D+ 3 200 0 200 L 50 50 1 1 I +X SHIELD 4 200 -100 200 L 50 50 1 1 I +X GND 5 200 -200 200 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "~" 0 0 60 H V C CNN +F3 "~" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/pcb/footprint.mod b/pcb/footprint.mod new file mode 100644 index 0000000..442ce5b --- /dev/null +++ b/pcb/footprint.mod @@ -0,0 +1,1406 @@ +PCBNEW-LibModule-V1 Fri 06 May 2016 22:49:22 MSK +# encoding utf-8 +Units mm +$INDEX +100PITCH1X3 +4pin35mmAudio +DIODE +DIP28_300 +ErgoDOXmech +GAP +MX_FLIP +MX_FLIP_DIODE +MX_FLIP_DIODE_1_75 +MX_FLIP_XX +MX_LED +RESISTOR +TEENSY_2.0 +USBMINImod +$EndINDEX +$MODULE 100PITCH1X3 +Po 0 0 0 15 4F8E9504 00000000 ~~ +Li 100PITCH1X3 +Sc 0 +AR 100PITCH1X3 +Op 0 0 0 +T0 0 0 1.524 1.778 0 0.127 N I 21 N "100PITCH1X3" +T1 0 3.048 1.524 1.778 0 0.2032 N I 21 N "VAL**" +DS -2.54 0 0 0 2.54 21 +DS 0 0 2.54 0 2.54 20 +$PAD +Sh "1" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po -2.54 0 +$EndPAD +$PAD +Sh "2" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 0 0 +$EndPAD +$PAD +Sh "3" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 2.54 0 +$EndPAD +$EndMODULE 100PITCH1X3 +$MODULE 4pin35mmAudio +Po 0 0 0 15 4FD999CA 00000000 ~~ +Li 4pin35mmAudio +Sc 0 +AR +Op 0 0 0 +T0 1.27 0 1.524 1.778 900 0.3048 N I 21 N "4pin35mmAudio" +T1 5.715 0 1.524 1.778 900 0.3048 N V 21 N "VAL**" +T2 5.715 0 1.524 1.778 900 0.3048 M V 20 N "3.5mm" +DS 0 -4.8006 0 -2.2479 0.381 24 +DS 0 -2.2479 1.2954 -2.2479 0.381 24 +DS 1.2954 -2.2479 1.2954 2.2479 0.381 24 +DS 1.2954 2.2479 0 2.2479 0.381 24 +DS 0 2.2479 0 4.8006 0.381 24 +DS 0 4.8006 12.065 4.8006 0.381 24 +DS 12.065 4.8006 12.065 -4.8006 0.381 24 +DS 12.065 -4.8006 0 -4.8006 0.381 24 +DS 0 0 0 0 0.0254 24 +DS 0 -2.2479 1.2954 -2.2479 0.381 25 +DS 1.2954 -2.2479 1.2954 2.2479 0.381 25 +DS 1.2954 2.2479 0 2.2479 0.381 25 +DS 0 4.8006 0 2.2479 0.381 25 +DS 0 -2.2479 0 -4.8006 0.381 25 +DS 0 -4.8006 12.065 -4.8006 0.381 21 +DS 12.065 -4.8006 12.065 4.8006 0.381 21 +DS 12.065 4.8006 0 4.8006 0.381 21 +DS 0 -4.8006 12.065 -4.8006 0.381 20 +DS 12.065 -4.8006 12.065 4.8006 0.381 20 +DS 12.065 4.8006 0 4.8006 0.381 20 +$PAD +Sh "1" O 1.7526 2.0574 0 0 0 +Dr 1.0922 0 0 O 1.0922 1.397 +At STD N 00E0FFFF +Ne 0 "" +Po 2.8956 -4.6482 +$EndPAD +$PAD +Sh "2" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 7.8994 3.6068 +$EndPAD +$PAD +Sh "3" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 10.9982 -1.6002 +$EndPAD +$PAD +Sh "4" O 1.7526 2.0574 0 0 0 +Dr 1.0922 0 0 O 1.0922 1.397 +At STD N 00E0FFFF +Ne 0 "" +Po 2.8956 4.6482 +$EndPAD +$PAD +Sh "5" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 10.9982 1.6002 +$EndPAD +$PAD +Sh "6" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 7.8994 -3.6068 +$EndPAD +$PAD +Sh "HOLE" C 0.9906 0.9906 0 0 0 +Dr 0.9906 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 2.8956 0 +$EndPAD +$PAD +Sh "HOLE" C 0.9906 0.9906 0 0 0 +Dr 0.9906 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 7.8994 0 +$EndPAD +$EndMODULE 4pin35mmAudio +$MODULE DIODE +Po 0 0 0 15 4E0F7A99 00000000 ~~ +Li DIODE +Sc 0 +AR +Op 0 0 0 +T0 0 0 1.016 1.016 0 0.2032 N I 21 N "Ref**" +T1 0 0 1.016 1.016 0 0.2032 N I 21 N "VAL**" +DS -1.524 -1.143 1.524 -1.143 0.2032 25 +DS 1.524 -1.143 1.524 1.143 0.2032 25 +DS 1.524 1.143 -1.524 1.143 0.2032 25 +DS -1.524 1.143 -1.524 -1.143 0.2032 25 +DS -3.81 0 -1.6637 0 0.6096 0 +DS 1.6637 0 3.81 0 0.6096 0 +DS -3.81 0 -1.6637 0 0.6096 15 +DS 1.6637 0 3.81 0 0.6096 15 +$PAD +Sh "1" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -3.81 0 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po -1.6637 0 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po -1.6637 0 +$EndPAD +$PAD +Sh "2" R 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 3.81 0 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po 1.6637 0 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po 1.6637 0 +$EndPAD +$EndMODULE DIODE +$MODULE DIP28_300 +Po 0 0 0 15 00200000 00000000 ~~ +Li DIP28_300 +Sc 0 +AR +Op 0 0 0 +T0 0 0 3.048 2.54 0 0.4572 N I 21 N "U***" +T1 0 0 3.048 2.54 0 0.4572 N V 21 N "DIP28" +DS -19.05 -2.54 19.05 -2.54 0.381 24 +DS 19.05 -2.54 19.05 2.54 0.381 24 +DS 19.05 2.54 -19.05 2.54 0.381 24 +DS -19.05 2.54 -19.05 -2.54 0.381 24 +DS 0 0 0 0 0.0254 24 +DS -19.05 -2.54 19.05 -2.54 0.381 25 +DS 19.05 -2.54 19.05 2.54 0.381 25 +DS 19.05 2.54 -19.05 2.54 0.381 25 +DS -19.05 2.54 -19.05 -2.54 0.381 25 +DS -19.05 -2.54 19.05 -2.54 0.381 21 +DS 19.05 -2.54 19.05 2.54 0.381 21 +DS 19.05 2.54 -19.05 2.54 0.381 21 +DS -19.05 2.54 -19.05 -2.54 0.381 21 +DS -19.05 -1.27 -17.78 -1.27 0.381 21 +DS -17.78 -1.27 -17.78 1.27 0.381 21 +DS -17.78 1.27 -19.05 1.27 0.381 21 +$PAD +Sh "2" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -13.97 3.81 +$EndPAD +$PAD +Sh "3" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -11.43 3.81 +$EndPAD +$PAD +Sh "4" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -8.89 3.81 +$EndPAD +$PAD +Sh "5" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -6.35 3.81 +$EndPAD +$PAD +Sh "6" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -3.81 3.81 +$EndPAD +$PAD +Sh "7" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -1.27 3.81 +$EndPAD +$PAD +Sh "8" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 1.27 3.81 +$EndPAD +$PAD +Sh "9" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 3.81 3.81 +$EndPAD +$PAD +Sh "10" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 6.35 3.81 +$EndPAD +$PAD +Sh "11" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 8.89 3.81 +$EndPAD +$PAD +Sh "12" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 11.43 3.81 +$EndPAD +$PAD +Sh "13" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 13.97 3.81 +$EndPAD +$PAD +Sh "14" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 16.51 3.81 +$EndPAD +$PAD +Sh "1" R 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -16.51 3.81 +$EndPAD +$PAD +Sh "15" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 16.51 -3.81 +$EndPAD +$PAD +Sh "16" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 13.97 -3.81 +$EndPAD +$PAD +Sh "17" C 1.0922 1.0922 0 0 0 +Dr 1.0922 0 0 +At HOLE N 00F0FFFF +Ne 0 "" +Po 11.43 -3.81 +$EndPAD +$PAD +Sh "18" C 1.0922 1.0922 0 0 0 +Dr 1.0922 0 0 +At HOLE N 00F0FFFF +Ne 0 "" +Po 8.89 -3.81 +$EndPAD +$PAD +Sh "19" C 1.0922 1.0922 0 0 0 +Dr 1.0922 0 0 +At HOLE N 00F0FFFF +Ne 0 "" +Po 6.35 -3.81 +$EndPAD +$PAD +Sh "20" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 3.81 -3.81 +$EndPAD +$PAD +Sh "21" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 1.27 -3.81 +$EndPAD +$PAD +Sh "22" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -1.27 -3.81 +$EndPAD +$PAD +Sh "23" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -3.81 -3.81 +$EndPAD +$PAD +Sh "24" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -6.35 -3.81 +$EndPAD +$PAD +Sh "25" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -8.89 -3.81 +$EndPAD +$PAD +Sh "26" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -11.43 -3.81 +$EndPAD +$PAD +Sh "27" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -13.97 -3.81 +$EndPAD +$PAD +Sh "28" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -16.51 -3.81 +$EndPAD +$EndMODULE DIP28_300 +$MODULE ErgoDOXmech +Po 0 0 0 15 4FDC5756 00000000 ~~ +Li ErgoDOXmech +Sc 0 +AR +Op 0 0 0 +T0 0 0 0.762 0.762 900 0.1524 N I 21 N "DOX?" +T1 0 0 0.762 0.762 900 0.1524 N I 21 N "Mechanical" +$PAD +Sh "0" C 6.3754 6.3754 0 0 0 +Dr 6.3754 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 3.0988 -11.9634 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "0" C 6.3754 6.3754 0 0 0 +Dr 6.3754 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 8.8646 -56.134 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "0" C 6.3754 6.3754 0 0 0 +Dr 6.3754 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 54.6354 -20.0406 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "0" C 6.3754 6.3754 0 0 0 +Dr 6.3754 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 150.9776 -37.7444 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "0" C 6.3754 6.3754 0 0 0 +Dr 6.3754 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 88.2396 -86.2076 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "0" C 6.3754 6.3754 0 0 0 +Dr 6.3754 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 150.3426 -140.6652 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "0" C 6.3754 6.3754 0 0 0 +Dr 6.3754 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 67.4116 -140.6652 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "0" C 6.3754 6.3754 0 0 0 +Dr 6.3754 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 16.6116 -140.6652 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$EndMODULE ErgoDOXmech +$MODULE GAP +Po 0 0 0 15 500D0F18 00000000 ~~ +Li GAP +Sc 0 +AR +Op 0 0 0 +T0 0 0 1.27 1.016 0 0.2032 N I 21 N "GAP" +T1 0 0 1.27 1.016 0 0.2032 N I 21 N "VAL**" +$PAD +Sh "1" R 2.032 1.016 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po 0 -0.635 +$EndPAD +$PAD +Sh "1" R 2.032 1.016 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po 0 0.635 +$EndPAD +$EndMODULE GAP +$MODULE MX_FLIP +Po 0 0 0 15 4FD81CDD 00000000 ~~ +Li MX_FLIP +Sc 0 +AR +Op 0 0 0 +T0 0 3.302 1.524 1.778 0 0.254 N V 21 N "CHERRY?" +T1 0 3.302 1.524 1.778 0 0.254 M V 20 N "MX" +DS -6.35 -6.35 6.35 -6.35 0.381 25 +DS 6.35 -6.35 6.35 6.35 0.381 25 +DS 6.35 6.35 -6.35 6.35 0.381 25 +DS -6.35 6.35 -6.35 -6.35 0.381 25 +$PAD +Sh "1" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 2.54 -5.08 +$EndPAD +$PAD +Sh "2" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -3.81 -2.54 +$EndPAD +$PAD +Sh "0" C 3.9878 3.9878 0 0 0 +Dr 3.9878 0 0 +At HOLE N 0000FFFF +Ne 0 "" +Po 0 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "0" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At STD N 0000FFFF +Ne 0 "" +Po -5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "0" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At STD N 0000FFFF +Ne 0 "" +Po 5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "1" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 3.81 -2.54 +$EndPAD +$PAD +Sh "2" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -2.54 -5.08 +$EndPAD +$EndMODULE MX_FLIP +$MODULE MX_FLIP_DIODE +Po 0 0 0 15 572CF53D 00000000 ~~ +Li MX_FLIP_DIODE +Sc 0 +AR /567E743C +Op 0 0 0 +T0 0 3.302 1.524 1.778 0 0.254 N V 21 N "SW3.12" +T1 0 5.08 1.524 1.778 0 0.254 M V 20 N "SWITCH_DIODE" +DS 10 -10 10 10 0.6096 25 +DS 10 10 -10 10 0.6096 25 +DS -10 10 -10 -10 0.6096 25 +DS -10 -10 10 -10 0.6096 25 +DS -6.985 -6.985 6.985 -6.985 0.1524 27 +DS 6.985 -6.985 6.985 -6.00456 0.1524 27 +DS 6.985 -6.00456 7.7978 -6.00456 0.1524 27 +DS 7.7978 -6.00456 7.7978 -2.50444 0.1524 27 +DS 7.7978 -2.50444 6.985 -2.50444 0.1524 27 +DS 6.985 -2.50444 6.985 2.50444 0.1524 27 +DS 6.985 2.50444 7.7978 2.50444 0.1524 27 +DS 7.7978 2.50444 7.7978 6.00456 0.1524 27 +DS 7.7978 6.00456 6.985 6.00456 0.1524 27 +DS 6.985 6.00456 6.985 6.985 0.1524 27 +DS 6.985 6.985 -6.985 6.985 0.1524 27 +DS -6.985 6.985 -6.985 6.00456 0.1524 27 +DS -6.985 6.00456 -7.7978 6.00456 0.1524 27 +DS -7.7978 6.00456 -7.7978 2.50444 0.1524 27 +DS -7.7978 2.50444 -6.985 2.50444 0.1524 27 +DS -6.985 2.50444 -6.985 -2.50444 0.1524 27 +DS -6.985 -2.50444 -7.7978 -2.50444 0.1524 27 +DS -7.7978 -2.50444 -7.7978 -6.00456 0.1524 27 +DS -7.7978 -6.00456 -6.985 -6.00456 0.1524 27 +DS -6.985 -6.00456 -6.985 -6.985 0.1524 27 +DS -6.35 -6.35 6.35 -6.35 0.381 25 +DS 6.35 -6.35 6.35 6.35 0.381 25 +DS 6.35 6.35 -6.35 6.35 0.381 25 +DS -6.35 6.35 -6.35 -6.35 0.381 25 +DS -6.35 -6.35 -4.572 -6.35 0.381 21 +DS 4.572 -6.35 6.35 -6.35 0.381 21 +DS 6.35 -6.35 6.35 -4.572 0.381 21 +DS 6.35 4.572 6.35 6.35 0.381 21 +DS 6.35 6.35 4.572 6.35 0.381 21 +DS -4.572 6.35 -6.35 6.35 0.381 21 +DS -6.35 6.35 -6.35 4.572 0.381 21 +DS -6.35 -4.572 -6.35 -6.35 0.381 21 +DS -6.35 -6.35 -4.572 -6.35 0.381 20 +DS 4.572 -6.35 6.35 -6.35 0.381 20 +DS 6.35 -6.35 6.35 -4.572 0.381 20 +DS 6.35 4.572 6.35 6.35 0.381 20 +DS 6.35 6.35 4.572 6.35 0.381 20 +DS -4.572 6.35 -6.35 6.35 0.381 20 +DS -6.35 6.35 -6.35 4.572 0.381 20 +DS -6.35 -4.572 -6.35 -6.35 0.381 20 +DS -3.81 7.62 -1.6637 7.62 0.6096 0 +DS 1.6637 7.62 3.81 7.62 0.6096 0 +DS -3.81 7.62 -1.6637 7.62 0.6096 15 +DS 1.6637 7.62 3.81 7.62 0.6096 15 +$PAD +Sh "1" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 2 "/row-3" +Po 2.54 -5.08 +$EndPAD +$PAD +Sh "2" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 3 "N-0000062" +Po -3.81 -2.54 +$EndPAD +$PAD +Sh "0" C 3.9878 3.9878 0 0 0 +Dr 3.9878 0 0 +At HOLE N 0000FFFF +Ne 0 "" +Po 0 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At HOLE N 0000FFFF +Ne 0 "" +Po -5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At HOLE N 0000FFFF +Ne 0 "" +Po 5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "3" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 3 "N-0000062" +Po -3.81 7.62 +$EndPAD +$PAD +Sh "4" R 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 1 "/col-12" +Po 3.81 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po -1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po -1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po 1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po 1.6637 7.62 +$EndPAD +$EndMODULE MX_FLIP_DIODE +$MODULE MX_FLIP_DIODE_1_75 +Po 0 0 0 15 572CF508 00000000 ~~ +Li MX_FLIP_DIODE_1_75 +Sc 0 +AR /567E72FA +Op 0 0 0 +T0 0 3.302 1.524 1.778 0 0.254 N V 21 N "SW5.8" +T1 0 5.08 1.524 1.778 0 0.254 M V 20 N "SWITCH_DIODE" +DS 17.5 -10 17.5 10 0.15 25 +DS 17.5 10 -17.5 10 0.15 25 +DS -17.5 10 -17.5 -10 0.15 25 +DS -17.5 -10 17.5 -10 0.15 25 +DS -6.985 -6.985 6.985 -6.985 0.1524 27 +DS 6.985 -6.985 6.985 -6.00456 0.1524 27 +DS 6.985 -6.00456 7.7978 -6.00456 0.1524 27 +DS 7.7978 -6.00456 7.7978 -2.50444 0.1524 27 +DS 7.7978 -2.50444 6.985 -2.50444 0.1524 27 +DS 6.985 -2.50444 6.985 2.50444 0.1524 27 +DS 6.985 2.50444 7.7978 2.50444 0.1524 27 +DS 7.7978 2.50444 7.7978 6.00456 0.1524 27 +DS 7.7978 6.00456 6.985 6.00456 0.1524 27 +DS 6.985 6.00456 6.985 6.985 0.1524 27 +DS 6.985 6.985 -6.985 6.985 0.1524 27 +DS -6.985 6.985 -6.985 6.00456 0.1524 27 +DS -6.985 6.00456 -7.7978 6.00456 0.1524 27 +DS -7.7978 6.00456 -7.7978 2.50444 0.1524 27 +DS -7.7978 2.50444 -6.985 2.50444 0.1524 27 +DS -6.985 2.50444 -6.985 -2.50444 0.1524 27 +DS -6.985 -2.50444 -7.7978 -2.50444 0.1524 27 +DS -7.7978 -2.50444 -7.7978 -6.00456 0.1524 27 +DS -7.7978 -6.00456 -6.985 -6.00456 0.1524 27 +DS -6.985 -6.00456 -6.985 -6.985 0.1524 27 +DS -6.35 -6.35 6.35 -6.35 0.381 25 +DS 6.35 -6.35 6.35 6.35 0.381 25 +DS 6.35 6.35 -6.35 6.35 0.381 25 +DS -6.35 6.35 -6.35 -6.35 0.381 25 +DS -6.35 -6.35 -4.572 -6.35 0.381 21 +DS 4.572 -6.35 6.35 -6.35 0.381 21 +DS 6.35 -6.35 6.35 -4.572 0.381 21 +DS 6.35 4.572 6.35 6.35 0.381 21 +DS 6.35 6.35 4.572 6.35 0.381 21 +DS -4.572 6.35 -6.35 6.35 0.381 21 +DS -6.35 6.35 -6.35 4.572 0.381 21 +DS -6.35 -4.572 -6.35 -6.35 0.381 21 +DS -6.35 -6.35 -4.572 -6.35 0.381 20 +DS 4.572 -6.35 6.35 -6.35 0.381 20 +DS 6.35 -6.35 6.35 -4.572 0.381 20 +DS 6.35 4.572 6.35 6.35 0.381 20 +DS 6.35 6.35 4.572 6.35 0.381 20 +DS -4.572 6.35 -6.35 6.35 0.381 20 +DS -6.35 6.35 -6.35 4.572 0.381 20 +DS -6.35 -4.572 -6.35 -6.35 0.381 20 +DS -3.81 7.62 -1.6637 7.62 0.6096 0 +DS 1.6637 7.62 3.81 7.62 0.6096 0 +DS -3.81 7.62 -1.6637 7.62 0.6096 15 +DS 1.6637 7.62 3.81 7.62 0.6096 15 +$PAD +Sh "1" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 2 "/row-5" +Po 2.54 -5.08 +$EndPAD +$PAD +Sh "2" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 3 "N-000009" +Po -3.81 -2.54 +$EndPAD +$PAD +Sh "" C 3.9878 3.9878 0 0 0 +Dr 3.9878 0 0 +At HOLE N 0000FFFF +Ne 0 "" +Po 0 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At HOLE N 0000FFFF +Ne 0 "" +Po -5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At HOLE N 0000FFFF +Ne 0 "" +Po 5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "3" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 3 "N-000009" +Po -3.81 7.62 +$EndPAD +$PAD +Sh "4" R 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 1 "/col-8" +Po 3.81 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po -1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po -1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po 1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po 1.6637 7.62 +$EndPAD +$EndMODULE MX_FLIP_DIODE_1_75 +$MODULE MX_FLIP_XX +Po 0 0 0 15 50028F3C 00000000 ~~ +Li MX_FLIP_XX +Sc 0 +AR +Op 0 0 0 +T0 4.7625 3.302 1.524 1.778 0 0.254 N V 21 N "CHERRY?" +T1 4.7625 3.302 1.524 1.778 0 0.254 M V 20 N "MX" +DS -1.5875 -6.35 11.1125 -6.35 0.381 24 +DS 11.1125 -6.35 11.1125 6.35 0.381 24 +DS 11.1125 6.35 -1.5875 6.35 0.381 24 +DS -1.5875 6.35 -1.5875 -6.35 0.381 24 +DS 0 0 0 0 0.0254 24 +DS -6.35 -6.35 11.1125 -6.35 0.381 25 +DS 11.1125 -6.35 11.1125 6.35 0.381 25 +DS 11.1125 6.35 -6.35 6.35 0.381 25 +DS -6.35 6.35 -6.35 -6.35 0.381 25 +DS -1.5875 -6.35 0.1905 -6.35 0.381 21 +DS 9.3345 -6.35 11.1125 -6.35 0.381 21 +DS 11.1125 -6.35 11.1125 -4.572 0.381 21 +DS 11.1125 4.572 11.1125 6.35 0.381 21 +DS 11.1125 6.35 9.3345 6.35 0.381 21 +DS 0.1905 6.35 -1.5875 6.35 0.381 21 +DS -1.5875 6.35 -1.5875 4.572 0.381 21 +DS -1.5875 -4.572 -1.5875 -6.35 0.381 21 +DS -1.5875 -6.35 0.1905 -6.35 0.381 20 +DS 9.3345 -6.35 11.1125 -6.35 0.381 20 +DS 11.1125 -6.35 11.1125 -4.572 0.381 20 +DS 11.1125 4.572 11.1125 6.35 0.381 20 +DS 11.1125 6.35 9.3345 6.35 0.381 20 +DS 0.1905 6.35 -1.5875 6.35 0.381 20 +DS -1.5875 6.35 -1.5875 4.572 0.381 20 +DS -1.5875 -4.572 -1.5875 -6.35 0.381 20 +DS 0.9525 7.62 3.0988 7.62 0.6096 0 +DS 6.4262 7.62 8.5725 7.62 0.6096 0 +DS 0.9525 7.62 3.0988 7.62 0.6096 15 +DS 6.4262 7.62 8.5725 7.62 0.6096 15 +$PAD +Sh "1" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 7.3025 -5.08 +$EndPAD +$PAD +Sh "2" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 0.9525 -2.54 +$EndPAD +$PAD +Sh "0" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At STD N 0000FFFF +Ne 0 "" +Po 9.8425 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "1" C 2.28346 2.28346 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 8.5725 -2.54 +$EndPAD +$PAD +Sh "2" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 2.2225 -5.08 +$EndPAD +$PAD +Sh "3" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 0.9525 5.08 +$EndPAD +$PAD +Sh "4" R 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 8.5725 5.08 +$EndPAD +$PAD +Sh "3" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 0.9525 7.62 +$EndPAD +$PAD +Sh "4" R 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 8.5725 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po 3.0988 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po 3.0988 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po 6.4262 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po 6.4262 7.62 +$EndPAD +$PAD +Sh "1" C 2.28092 2.28092 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -5.08 -3.81 +$EndPAD +$PAD +Sh "1" C 2.28092 2.28092 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -2.54 -5.08 +$EndPAD +$PAD +Sh "2" C 2.28092 2.28092 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -2.54 3.81 +$EndPAD +$PAD +Sh "2" C 2.28092 2.28092 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -5.08 2.54 +$EndPAD +$PAD +Sh "HOLE" O 8.7503 3.9878 0 0 0 +Dr 8.7503 0 0 O 8.7503 3.9878 +At HOLE N 00E0FFFF +Ne 0 "" +Po 2.37998 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$EndMODULE MX_FLIP_XX +$MODULE MX_LED +Po 0 0 0 15 4EC3E7B7 00000000 ~~ +Li MX_LED +Sc 0 +AR +Op 0 0 0 +T0 0 0 1.651 1.524 0 0.254 N I 21 N "L?" +T1 0 10.16 1.651 1.524 0 0.254 N V 21 N "LED" +$PAD +Sh "1" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -1.27 5.08 +$EndPAD +$PAD +Sh "2" R 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 1.27 5.08 +$EndPAD +$EndMODULE MX_LED +$MODULE RESISTOR +Po 0 0 0 15 4E0F7A99 00000000 ~~ +Li RESISTOR +Sc 0 +AR +Op 0 0 0 +T0 0 0 1.27 1.016 0 0.2032 N I 21 N "Ref**" +T1 0 0 1.27 1.016 0 0.2032 N V 21 N "VAL**" +DS -3.175 -1.27 3.175 -1.27 0.381 24 +DS 3.175 -1.27 3.175 1.27 0.381 24 +DS 3.175 1.27 -3.175 1.27 0.381 24 +DS -3.175 1.27 -3.175 -1.27 0.381 24 +DS 0 0 0 0 0.0254 24 +DS -3.175 -1.27 3.175 -1.27 0.381 25 +DS 3.175 -1.27 3.175 1.27 0.381 25 +DS 3.175 1.27 -3.175 1.27 0.381 25 +DS -3.175 1.27 -3.175 -1.27 0.381 25 +DS -3.175 -1.27 3.175 -1.27 0.381 21 +DS 3.175 -1.27 3.175 1.27 0.381 21 +DS 3.175 1.27 -3.175 1.27 0.381 21 +DS -3.175 1.27 -3.175 -1.27 0.381 21 +DS 5.08 0 3.175 0 0.381 21 +DS -5.08 0 -3.175 0 0.381 21 +$PAD +Sh "1" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -5.08 0 +$EndPAD +$PAD +Sh "2" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 5.08 0 +$EndPAD +$EndMODULE RESISTOR +$MODULE TEENSY_2.0 +Po 0 0 0 15 4FDC31C8 00000000 ~~ +Li TEENSY_2.0 +Sc 0 +AR +Op 0 0 0 +T0 0 0 3.048 2.54 0 0.4572 N I 21 N "TEENSY2.0" +T1 0 0 3.048 2.54 0 0.4572 N V 21 N "VAL**" +DS -15.24 -8.89 -15.24 8.89 0.381 24 +DS -15.24 8.89 15.24 8.89 0.381 24 +DS 15.24 8.89 15.24 -8.89 0.381 24 +DS 15.24 -8.89 -15.24 -8.89 0.381 24 +DS 0 0 0 0 0.0254 24 +DS -15.24 -8.89 -15.24 8.89 0.381 25 +DS -15.24 8.89 15.24 8.89 0.381 25 +DS 15.24 8.89 15.24 -8.89 0.381 25 +DS 15.24 -8.89 -15.24 -8.89 0.381 25 +DS -15.24 -8.89 -15.24 8.89 0.381 21 +DS -15.24 8.89 15.24 8.89 0.381 21 +DS 15.24 8.89 15.24 -8.89 0.381 21 +DS 15.24 -8.89 -15.24 -8.89 0.381 21 +DS -15.24 6.35 -12.7 6.35 0.381 21 +DS -12.7 6.35 -12.7 8.89 0.381 21 +$PAD +Sh "1" R 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -13.97 7.62 +$EndPAD +$PAD +Sh "2" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -11.43 7.62 +$EndPAD +$PAD +Sh "3" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -8.89 7.62 +$EndPAD +$PAD +Sh "4" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -6.35 7.62 +$EndPAD +$PAD +Sh "5" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -3.81 7.62 +$EndPAD +$PAD +Sh "6" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -1.27 7.62 +$EndPAD +$PAD +Sh "7" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 1.27 7.62 +$EndPAD +$PAD +Sh "8" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 3.81 7.62 +$EndPAD +$PAD +Sh "9" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 6.35 7.62 +$EndPAD +$PAD +Sh "10" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 8.89 7.62 +$EndPAD +$PAD +Sh "11" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 11.43 7.62 +$EndPAD +$PAD +Sh "12" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 13.97 7.62 +$EndPAD +$PAD +Sh "18" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 13.97 -7.62 +$EndPAD +$PAD +Sh "19" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 11.43 -7.62 +$EndPAD +$PAD +Sh "20" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 8.89 -7.62 +$EndPAD +$PAD +Sh "21" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 6.35 -7.62 +$EndPAD +$PAD +Sh "22" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 3.81 -7.62 +$EndPAD +$PAD +Sh "23" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po 1.27 -7.62 +$EndPAD +$PAD +Sh "24" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -1.27 -7.62 +$EndPAD +$PAD +Sh "27" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -8.89 -7.62 +$EndPAD +$PAD +Sh "28" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -11.43 -7.62 +$EndPAD +$PAD +Sh "29" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -13.97 -7.62 +$EndPAD +$PAD +Sh "25" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -3.81 -7.62 +$EndPAD +$PAD +Sh "26" C 1.7526 1.7526 0 0 0 +Dr 1.0922 0 0 +At STD N 00F0FFFF +Ne 0 "" +Po -6.35 -7.62 +$EndPAD +$EndMODULE TEENSY_2.0 +$MODULE USBMINImod +Po 0 0 0 15 4FDC5756 00000000 ~~ +Li USBMINImod +Sc 0 +AR +Op 0 0 0 +T0 0 0 1.524 1.778 900 0.3048 N I 21 N "J1" +T1 2.54 0 1.778 1.778 900 0.3048 N V 21 N "USB" +DS -1.99898 -3.85064 7.00024 -3.85064 0.381 24 +DS 7.00024 -3.85064 7.00024 3.85064 0.381 24 +DS 7.00024 3.85064 -1.99898 3.85064 0.381 24 +DS -1.99898 3.85064 -1.99898 -3.85064 0.381 24 +DS 0 0 0 0 0.0254 24 +DS -1.99898 -3.85064 7.00024 -3.85064 0.381 25 +DS 7.00024 -3.85064 7.00024 3.85064 0.381 25 +DS 7.00024 3.85064 -1.99898 3.85064 0.381 25 +DS -1.99898 3.85064 -1.99898 -3.85064 0.381 25 +DS -1.99898 -3.85064 7.00024 -3.85064 0.381 21 +DS 7.00024 -3.85064 7.00024 3.85064 0.381 21 +DS 7.00024 3.85064 -1.99898 3.85064 0.381 21 +DS -1.99898 3.85064 -1.99898 -3.85064 0.381 21 +DS 9.779 2.413 9.017 1.651 0.6096 15 +DS 9.017 1.651 7.493 1.651 0.6096 15 +DS 9.779 -2.413 9.144 -1.651 0.6096 15 +DS 9.144 -1.651 7.493 -1.651 0.6096 15 +DS 7.493 0 9.779 0 0.6096 15 +DS 4.953 0.889 3.937 2.032 0.6096 15 +DS 3.937 2.032 3.937 5.715 0.6096 15 +DS 4.953 -0.889 3.937 -1.905 0.6096 15 +DS 3.937 -1.905 3.937 -5.715 0.6096 15 +$PAD +Sh "1" O 1.651 1.143 0 0 0 +Dr 0.762 0.27432 0 +At STD N 00E0FFFF +Ne 0 "" +Po 6.79958 -1.6002 +$EndPAD +$PAD +Sh "2" O 1.651 1.143 0 0 0 +Dr 0.762 -0.27432 0 +At STD N 00E0FFFF +Ne 0 "" +Po 5.6007 -0.8001 +$EndPAD +$PAD +Sh "3" O 1.651 1.143 0 0 0 +Dr 0.762 0.27432 0 +At STD N 00E0FFFF +Ne 0 "" +Po 6.79958 0 +$EndPAD +$PAD +Sh "4" O 1.651 1.143 0 0 0 +Dr 0.762 -0.27432 0 +At STD N 00E0FFFF +Ne 0 "" +Po 5.6007 0.8001 +$EndPAD +$PAD +Sh "5" O 1.651 1.143 0 0 0 +Dr 0.762 0.27432 0 +At STD N 00E0FFFF +Ne 0 "" +Po 6.79958 1.6002 +$EndPAD +$PAD +Sh "6" O 2.794 1.7018 0 0 0 +Dr 1.905 0 0 O 1.905 0.762 +At STD N 00E0FFFF +Ne 0 "" +Po 1.75006 3.64744 +$EndPAD +$PAD +Sh "6" O 2.794 1.7018 0 0 0 +Dr 1.905 0 0 O 1.905 0.762 +At STD N 00E0FFFF +Ne 0 "" +Po 1.75006 -3.64744 +$EndPAD +$PAD +Sh "1" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 9.779 -2.413 +$EndPAD +$PAD +Sh "2" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 3.937 -5.715 +$EndPAD +$PAD +Sh "3" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 9.779 0 +$EndPAD +$PAD +Sh "4" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 3.937 5.715 +$EndPAD +$PAD +Sh "5" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 9.779 2.413 +$EndPAD +$EndMODULE USBMINImod +$EndLIBRARY diff --git a/pcb/hole.mod b/pcb/hole.mod new file mode 100644 index 0000000..b70ec50 --- /dev/null +++ b/pcb/hole.mod @@ -0,0 +1,306 @@ +PCBNEW-LibModule-V1 Fri 06 May 2016 22:20:24 MSK +# encoding utf-8 +Units mm +$INDEX +MX_FLIP_DIODE +MX_FLIP_DIODE_2 +hole +$EndINDEX +$MODULE MX_FLIP_DIODE +Po 0 0 0 15 572CECA3 00000000 ~~ +Li MX_FLIP_DIODE +Sc 0 +AR /567E73F4 +Op 0 0 0 +T0 0 3.302 1.524 1.778 0 0.254 N V 21 N "SW3.9" +T1 0 5.08 1.524 1.778 0 0.254 M V 20 N "SWITCH_DIODE" +DS 10 -10 10 10 0.6096 25 +DS 10 10 -10 10 0.6096 25 +DS -10 10 -10 -10 0.6096 25 +DS -10 -10 10 -10 0.6096 25 +DS -6.985 -6.985 6.985 -6.985 0.1524 27 +DS 6.985 -6.985 6.985 -6.00456 0.1524 27 +DS 6.985 -6.00456 7.7978 -6.00456 0.1524 27 +DS 7.7978 -6.00456 7.7978 -2.50444 0.1524 27 +DS 7.7978 -2.50444 6.985 -2.50444 0.1524 27 +DS 6.985 -2.50444 6.985 2.50444 0.1524 27 +DS 6.985 2.50444 7.7978 2.50444 0.1524 27 +DS 7.7978 2.50444 7.7978 6.00456 0.1524 27 +DS 7.7978 6.00456 6.985 6.00456 0.1524 27 +DS 6.985 6.00456 6.985 6.985 0.1524 27 +DS 6.985 6.985 -6.985 6.985 0.1524 27 +DS -6.985 6.985 -6.985 6.00456 0.1524 27 +DS -6.985 6.00456 -7.7978 6.00456 0.1524 27 +DS -7.7978 6.00456 -7.7978 2.50444 0.1524 27 +DS -7.7978 2.50444 -6.985 2.50444 0.1524 27 +DS -6.985 2.50444 -6.985 -2.50444 0.1524 27 +DS -6.985 -2.50444 -7.7978 -2.50444 0.1524 27 +DS -7.7978 -2.50444 -7.7978 -6.00456 0.1524 27 +DS -7.7978 -6.00456 -6.985 -6.00456 0.1524 27 +DS -6.985 -6.00456 -6.985 -6.985 0.1524 27 +DS -6.35 -6.35 6.35 -6.35 0.381 25 +DS 6.35 -6.35 6.35 6.35 0.381 25 +DS 6.35 6.35 -6.35 6.35 0.381 25 +DS -6.35 6.35 -6.35 -6.35 0.381 25 +DS -6.35 -6.35 -4.572 -6.35 0.381 21 +DS 4.572 -6.35 6.35 -6.35 0.381 21 +DS 6.35 -6.35 6.35 -4.572 0.381 21 +DS 6.35 4.572 6.35 6.35 0.381 21 +DS 6.35 6.35 4.572 6.35 0.381 21 +DS -4.572 6.35 -6.35 6.35 0.381 21 +DS -6.35 6.35 -6.35 4.572 0.381 21 +DS -6.35 -4.572 -6.35 -6.35 0.381 21 +DS -6.35 -6.35 -4.572 -6.35 0.381 20 +DS 4.572 -6.35 6.35 -6.35 0.381 20 +DS 6.35 -6.35 6.35 -4.572 0.381 20 +DS 6.35 4.572 6.35 6.35 0.381 20 +DS 6.35 6.35 4.572 6.35 0.381 20 +DS -4.572 6.35 -6.35 6.35 0.381 20 +DS -6.35 6.35 -6.35 4.572 0.381 20 +DS -6.35 -4.572 -6.35 -6.35 0.381 20 +DS -3.81 7.62 -1.6637 7.62 0.6096 0 +DS 1.6637 7.62 3.81 7.62 0.6096 0 +DS -3.81 7.62 -1.6637 7.62 0.6096 15 +DS 1.6637 7.62 3.81 7.62 0.6096 15 +$PAD +Sh "1" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 2 "/row-3" +Po 2.54 -5.08 +$EndPAD +$PAD +Sh "2" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 3 "N-000004" +Po -3.81 -2.54 +$EndPAD +$PAD +Sh "0" C 3.9878 3.9878 0 0 0 +Dr 3.9878 0 0 +At HOLE N 0000FFFF +Ne 0 "" +Po 0 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po -5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "3" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 3 "N-000004" +Po -3.81 7.62 +$EndPAD +$PAD +Sh "4" R 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 1 "/col-9" +Po 3.81 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po -1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po -1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po 1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po 1.6637 7.62 +$EndPAD +$EndMODULE MX_FLIP_DIODE +$MODULE MX_FLIP_DIODE_2 +Po 0 0 0 15 572CEE6C 00000000 ~~ +Li MX_FLIP_DIODE_2 +Sc 0 +AR /567E740C +Op 0 0 0 +T0 0 3.302 1.524 1.778 0 0.254 N V 21 N "SW3.10" +T1 0 5.08 1.524 1.778 0 0.254 M V 20 N "SWITCH_DIODE" +DS 10 -10 10 10 0.6096 25 +DS 10 10 -10 10 0.6096 25 +DS -10 10 -10 -10 0.6096 25 +DS -10 -10 10 -10 0.6096 25 +DS -6.985 -6.985 6.985 -6.985 0.1524 27 +DS 6.985 -6.985 6.985 -6.00456 0.1524 27 +DS 6.985 -6.00456 7.7978 -6.00456 0.1524 27 +DS 7.7978 -6.00456 7.7978 -2.50444 0.1524 27 +DS 7.7978 -2.50444 6.985 -2.50444 0.1524 27 +DS 6.985 -2.50444 6.985 2.50444 0.1524 27 +DS 6.985 2.50444 7.7978 2.50444 0.1524 27 +DS 7.7978 2.50444 7.7978 6.00456 0.1524 27 +DS 7.7978 6.00456 6.985 6.00456 0.1524 27 +DS 6.985 6.00456 6.985 6.985 0.1524 27 +DS 6.985 6.985 -6.985 6.985 0.1524 27 +DS -6.985 6.985 -6.985 6.00456 0.1524 27 +DS -6.985 6.00456 -7.7978 6.00456 0.1524 27 +DS -7.7978 6.00456 -7.7978 2.50444 0.1524 27 +DS -7.7978 2.50444 -6.985 2.50444 0.1524 27 +DS -6.985 2.50444 -6.985 -2.50444 0.1524 27 +DS -6.985 -2.50444 -7.7978 -2.50444 0.1524 27 +DS -7.7978 -2.50444 -7.7978 -6.00456 0.1524 27 +DS -7.7978 -6.00456 -6.985 -6.00456 0.1524 27 +DS -6.985 -6.00456 -6.985 -6.985 0.1524 27 +DS -6.35 -6.35 6.35 -6.35 0.381 25 +DS 6.35 -6.35 6.35 6.35 0.381 25 +DS 6.35 6.35 -6.35 6.35 0.381 25 +DS -6.35 6.35 -6.35 -6.35 0.381 25 +DS -6.35 -6.35 -4.572 -6.35 0.381 21 +DS 4.572 -6.35 6.35 -6.35 0.381 21 +DS 6.35 -6.35 6.35 -4.572 0.381 21 +DS 6.35 4.572 6.35 6.35 0.381 21 +DS 6.35 6.35 4.572 6.35 0.381 21 +DS -4.572 6.35 -6.35 6.35 0.381 21 +DS -6.35 6.35 -6.35 4.572 0.381 21 +DS -6.35 -4.572 -6.35 -6.35 0.381 21 +DS -6.35 -6.35 -4.572 -6.35 0.381 20 +DS 4.572 -6.35 6.35 -6.35 0.381 20 +DS 6.35 -6.35 6.35 -4.572 0.381 20 +DS 6.35 4.572 6.35 6.35 0.381 20 +DS 6.35 6.35 4.572 6.35 0.381 20 +DS -4.572 6.35 -6.35 6.35 0.381 20 +DS -6.35 6.35 -6.35 4.572 0.381 20 +DS -6.35 -4.572 -6.35 -6.35 0.381 20 +DS -3.81 7.62 -1.6637 7.62 0.6096 0 +DS 1.6637 7.62 3.81 7.62 0.6096 0 +DS -3.81 7.62 -1.6637 7.62 0.6096 15 +DS 1.6637 7.62 3.81 7.62 0.6096 15 +$PAD +Sh "1" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 2 "/row-3" +Po 2.54 -5.08 +$EndPAD +$PAD +Sh "2" C 2.286 2.286 0 0 0 +Dr 1.4986 0 0 +At STD N 00F0FFFF +Ne 3 "N-0000011" +Po -3.81 -2.54 +$EndPAD +$PAD +Sh "0" C 3.9878 3.9878 0 0 0 +Dr 3.9878 0 0 +At HOLE N 0000FFFF +Ne 0 "" +Po 0 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po -5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "" C 1.7018 1.7018 0 0 0 +Dr 1.7018 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 5.08 0 +.SolderMask -0.254 +.ZoneConnection 2 +$EndPAD +$PAD +Sh "3" C 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 3 "N-0000011" +Po -3.81 7.62 +$EndPAD +$PAD +Sh "4" R 1.651 1.651 0 0 0 +Dr 0.9906 0 0 +At STD N 00F0FFFF +Ne 1 "/col-10" +Po 3.81 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po -1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po -1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00888000 +Ne 0 "" +Po 1.6637 7.62 +$EndPAD +$PAD +Sh "99" R 0.8382 0.8382 0 0 0 +Dr 0 0 0 +At SMD N 00440001 +Ne 0 "" +Po 1.6637 7.62 +$EndPAD +$EndMODULE MX_FLIP_DIODE_2 +$MODULE hole +Po 0 0 0 15 568802DD 00000000 ~~ +Li hole +Sc 0 +AR +Op 0 0 0 +T0 0 0 1 1 0 0.15 N V 21 N "hole" +T1 0 0 1 1 0 0.15 N V 21 N "" +DC 0 0 1.55 0 0.15 27 +$PAD +Sh "" C 3.1 3.1 0 0 0 +Dr 3.1 0 0 +At HOLE N 00E0FFFF +Ne 0 "" +Po 0 0 +$EndPAD +$EndMODULE hole +$EndLIBRARY diff --git a/pcb/kb.cmp b/pcb/kb.cmp new file mode 100644 index 0000000..a704af7 --- /dev/null +++ b/pcb/kb.cmp @@ -0,0 +1,451 @@ +Cmp-Mod V01 Created by CvPcb (2013-jul-07)-stable date = Fri 06 May 2016 22:34:18 MSK + +BeginCmp +TimeStamp = /567E7128; +Reference = SW1.1; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E716D; +Reference = SW1.2; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E71FB; +Reference = SW1.3; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E72BE; +Reference = SW1.4; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7309; +Reference = SW1.5; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7354; +Reference = SW1.6; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E73DB; +Reference = SW1.7; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7418; +Reference = SW1.9; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7430; +Reference = SW1.10; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7448; +Reference = SW1.11; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E749C; +Reference = SW1.12; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E74B4; +Reference = SW1.13; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E74C0; +Reference = SW1.14; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E74CC; +Reference = SW1.15; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E720A; +Reference = SW2.1; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7246; +Reference = SW2.2; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7282; +Reference = SW2.3; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E72CD; +Reference = SW2.4; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7318; +Reference = SW2.5; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7363; +Reference = SW2.6; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E73CC; +Reference = SW2.7; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7412; +Reference = SW2.9; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E742A; +Reference = SW2.10; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7442; +Reference = SW2.11; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7496; +Reference = SW2.12; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E74AE; +Reference = SW2.13; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E74BA; +Reference = SW2.14; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E74C6; +Reference = SW2.15; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7219; +Reference = SW3.2; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E7255; +Reference = SW3.3; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7291; +Reference = SW3.4; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E72DC; +Reference = SW3.5; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7327; +Reference = SW3.6; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7372; +Reference = SW3.7; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E73BD; +Reference = SW3.8; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E73F4; +Reference = SW3.9; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E740C; +Reference = SW3.10; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7424; +Reference = SW3.11; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E743C; +Reference = SW3.12; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7490; +Reference = SW3.13; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E74A8; +Reference = SW3.15; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E7228; +Reference = SW4.2; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E7264; +Reference = SW4.3; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E72A0; +Reference = SW4.4; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E72EB; +Reference = SW4.5; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7336; +Reference = SW4.6; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7381; +Reference = SW4.7; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E73AE; +Reference = SW4.8; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E73EE; +Reference = SW4.9; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7406; +Reference = SW4.10; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E741E; +Reference = SW4.11; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E7436; +Reference = SW4.12; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E748A; +Reference = SW4.13; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE; +EndCmp + +BeginCmp +TimeStamp = /567E74A2; +Reference = SW4.15; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E7237; +Reference = SW5.2; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567F229B; +Reference = SW5.4; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E7273; +Reference = SW5.6; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E72AF; +Reference = SW5.7; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E72FA; +Reference = SW5.8; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E7345; +Reference = SW5.9; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E739F; +Reference = SW5.11; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567E7390; +Reference = SW5.13; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567F22AA; +Reference = SW5.15; +ValeurCmp = SWITCH_DIODE; +IdModule = MX_FLIP_DIODE_1_75; +EndCmp + +BeginCmp +TimeStamp = /567FE11F; +Reference = U1; +ValeurCmp = TEENSY_3.1; +IdModule = TEENSY_3.1; +EndCmp + +EndListe diff --git a/pcb/kb.kicad_pcb b/pcb/kb.kicad_pcb new file mode 100644 index 0000000..44f94d7 --- /dev/null +++ b/pcb/kb.kicad_pcb @@ -0,0 +1,7609 @@ +(kicad_pcb (version 3) (host pcbnew "(2013-jul-07)-stable") + + (general + (links 189) + (no_connects 0) + (area 52.765667 64.441199 377.234333 166.050001) + (thickness 1.6) + (drawings 10) + (tracks 774) + (zones 0) + (modules 64) + (nets 87) + ) + + (page A3) + (layers + (15 F.Cu signal) + (0 B.Cu signal) + (16 B.Adhes user hide) + (17 F.Adhes user hide) + (18 B.Paste user hide) + (19 F.Paste user hide) + (20 B.SilkS user) + (21 F.SilkS user) + (22 B.Mask user) + (23 F.Mask user) + (24 Dwgs.User user hide) + (25 Cmts.User user) + (26 Eco1.User user hide) + (27 Eco2.User user hide) + (28 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.254) + (trace_clearance 0.254) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.254) + (segment_width 0.2) + (edge_width 0.1) + (via_size 0.889) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.15) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1.7018 1.7018) + (pad_drill 1.7018) + (pad_to_mask_clearance 0) + (aux_axis_origin 0 0) + (visible_elements FFFFFFBF) + (pcbplotparams + (layerselection 284196865) + (usegerberextensions true) + (excludeedgelayer true) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotothertext true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory gerber/)) + ) + + (net 0 "") + (net 1 /col-1) + (net 2 /col-10) + (net 3 /col-11) + (net 4 /col-12) + (net 5 /col-13) + (net 6 /col-14) + (net 7 /col-15) + (net 8 /col-2) + (net 9 /col-3) + (net 10 /col-4) + (net 11 /col-5) + (net 12 /col-6) + (net 13 /col-7) + (net 14 /col-8) + (net 15 /col-9) + (net 16 /row-1-left) + (net 17 /row-1-right) + (net 18 /row-2-left) + (net 19 /row-2-right) + (net 20 /row-3) + (net 21 /row-4) + (net 22 /row-5) + (net 23 GND) + (net 24 N-000001) + (net 25 N-0000010) + (net 26 N-00000104) + (net 27 N-00000108) + (net 28 N-0000011) + (net 29 N-00000110) + (net 30 N-00000111) + (net 31 N-00000115) + (net 32 N-00000116) + (net 33 N-00000118) + (net 34 N-0000012) + (net 35 N-00000120) + (net 36 N-00000122) + (net 37 N-0000013) + (net 38 N-00000131) + (net 39 N-0000014) + (net 40 N-0000015) + (net 41 N-0000016) + (net 42 N-0000017) + (net 43 N-0000018) + (net 44 N-0000020) + (net 45 N-0000021) + (net 46 N-0000022) + (net 47 N-0000023) + (net 48 N-0000025) + (net 49 N-0000026) + (net 50 N-0000027) + (net 51 N-0000028) + (net 52 N-0000029) + (net 53 N-000003) + (net 54 N-0000030) + (net 55 N-0000031) + (net 56 N-0000032) + (net 57 N-0000034) + (net 58 N-0000035) + (net 59 N-0000036) + (net 60 N-0000037) + (net 61 N-0000038) + (net 62 N-0000039) + (net 63 N-000004) + (net 64 N-0000040) + (net 65 N-000005) + (net 66 N-0000051) + (net 67 N-0000052) + (net 68 N-0000053) + (net 69 N-0000054) + (net 70 N-000006) + (net 71 N-0000062) + (net 72 N-0000063) + (net 73 N-0000064) + (net 74 N-0000065) + (net 75 N-0000068) + (net 76 N-0000069) + (net 77 N-000007) + (net 78 N-0000070) + (net 79 N-0000076) + (net 80 N-0000078) + (net 81 N-0000079) + (net 82 N-000008) + (net 83 N-0000080) + (net 84 N-0000081) + (net 85 N-0000082) + (net 86 N-000009) + + (net_class Default "This is the default net class." + (clearance 0.254) + (trace_width 0.254) + (via_dia 0.889) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net "") + (add_net /col-1) + (add_net /col-10) + (add_net /col-11) + (add_net /col-12) + (add_net /col-13) + (add_net /col-14) + (add_net /col-15) + (add_net /col-2) + (add_net /col-3) + (add_net /col-4) + (add_net /col-5) + (add_net /col-6) + (add_net /col-7) + (add_net /col-8) + (add_net /col-9) + (add_net /row-1-left) + (add_net /row-1-right) + (add_net /row-2-left) + (add_net /row-2-right) + (add_net /row-3) + (add_net /row-4) + (add_net /row-5) + (add_net GND) + (add_net N-000001) + (add_net N-0000010) + (add_net N-00000104) + (add_net N-00000108) + (add_net N-0000011) + (add_net N-00000110) + (add_net N-00000111) + (add_net N-00000115) + (add_net N-00000116) + (add_net N-00000118) + (add_net N-0000012) + (add_net N-00000120) + (add_net N-00000122) + (add_net N-0000013) + (add_net N-00000131) + (add_net N-0000014) + (add_net N-0000015) + (add_net N-0000016) + (add_net N-0000017) + (add_net N-0000018) + (add_net N-0000020) + (add_net N-0000021) + (add_net N-0000022) + (add_net N-0000023) + (add_net N-0000025) + (add_net N-0000026) + (add_net N-0000027) + (add_net N-0000028) + (add_net N-0000029) + (add_net N-000003) + (add_net N-0000030) + (add_net N-0000031) + (add_net N-0000032) + (add_net N-0000034) + (add_net N-0000035) + (add_net N-0000036) + (add_net N-0000037) + (add_net N-0000038) + (add_net N-0000039) + (add_net N-000004) + (add_net N-0000040) + (add_net N-000005) + (add_net N-0000051) + (add_net N-0000052) + (add_net N-0000053) + (add_net N-0000054) + (add_net N-000006) + (add_net N-0000062) + (add_net N-0000063) + (add_net N-0000064) + (add_net N-0000065) + (add_net N-0000068) + (add_net N-0000069) + (add_net N-000007) + (add_net N-0000070) + (add_net N-0000076) + (add_net N-0000078) + (add_net N-0000079) + (add_net N-000008) + (add_net N-0000080) + (add_net N-0000081) + (add_net N-0000082) + (add_net N-000009) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 56864551) + (at 75 155) + (path /567E7237) + (fp_text reference SW5.2 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 22 /row-5) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 69 N-0000054) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 69 N-0000054) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 8 /col-2) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 56863A87) + (at 320 155) + (path /567E7390) + (fp_text reference SW5.13 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 22 /row-5) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 68 N-0000053) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 68 N-0000053) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 5 /col-13) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 568636F1) + (at 355 155) + (path /567F22AA) + (fp_text reference SW5.15 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 22 /row-5) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 67 N-0000052) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 67 N-0000052) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 7 /col-15) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 568636B2) + (at 355 115) + (path /567E74A8) + (fp_text reference SW3.15 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 84 N-0000081) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 84 N-0000081) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 7 /col-15) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 56863673) + (at 357 135) + (path /567E74A2) + (fp_text reference SW4.15 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 66 N-0000051) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 66 N-0000051) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 7 /col-15) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB367) + (at 365 95) + (path /567E74C6) + (fp_text reference SW2.15 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 19 /row-2-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 78 N-0000070) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 78 N-0000070) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 7 /col-15) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 5684D5C4) + (at 123 115) + (path /567E7291) + (fp_text reference SW3.4 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 51 N-0000028) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 51 N-0000028) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 10 /col-4) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBDB8) + (at 269 135) + (path /567E7406) + (fp_text reference SW4.10 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 42 N-0000017) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 42 N-0000017) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 2 /col-10) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBD79) + (at 247 115) + (path /567E73F4) + (fp_text reference SW3.9 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 63 N-000004) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 63 N-000004) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 15 /col-9) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBD3A) + (at 249 135) + (path /567E73EE) + (fp_text reference SW4.9 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 65 N-000005) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 65 N-000005) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 15 /col-9) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 5684C727) + (at 187 75) + (path /567E73DB) + (fp_text reference SW1.7 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 16 /row-1-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 57 N-0000034) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 57 N-0000034) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 13 /col-7) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBCBC) + (at 185 95) + (path /567E73CC) + (fp_text reference SW2.7 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 18 /row-2-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 58 N-0000035) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 58 N-0000035) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 13 /col-7) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FDDE1) + (at 67 75) + (path /567E7128) + (fp_text reference SW1.1 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 16 /row-1-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 31 N-00000115) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 31 N-00000115) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 1 /col-1) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBC3E) + (at 85 95) + (path /567E7246) + (fp_text reference SW2.2 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 18 /row-2-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 27 N-00000108) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 27 N-00000108) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 8 /col-2) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBBFF) + (at 103 115) + (path /567E7255) + (fp_text reference SW3.3 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 29 N-00000110) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 29 N-00000110) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 9 /col-3) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBBC0) + (at 181 135) + (path /567E7381) + (fp_text reference SW4.7 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 60 N-0000037) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 60 N-0000037) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 13 /col-7) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBB81) + (at 183 115) + (path /567E7372) + (fp_text reference SW3.7 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 59 N-0000036) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 59 N-0000036) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 13 /col-7) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBB42) + (at 245 95) + (path /567E7412) + (fp_text reference SW2.9 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 19 /row-2-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 53 N-000003) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 53 N-000003) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 15 /col-9) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBB03) + (at 167 75) + (path /567E7354) + (fp_text reference SW1.6 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 16 /row-1-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 48 N-0000025) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 48 N-0000025) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 12 /col-6) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBAC4) + (at 101 135) + (path /567E7264) + (fp_text reference SW4.3 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 30 N-00000111) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 30 N-00000111) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 9 /col-3) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBA85) + (at 161 135) + (path /567E7336) + (fp_text reference SW4.6 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 62 N-0000039) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 62 N-0000039) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 12 /col-6) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FBA46) + (at 163 115) + (path /567E7327) + (fp_text reference SW3.6 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 50 N-0000027) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 50 N-0000027) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 12 /col-6) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 5684DB7D) + (at 145 95) + (path /567E7318) + (fp_text reference SW2.5 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 18 /row-2-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 45 N-0000021) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 45 N-0000021) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 11 /col-5) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 5684DB3D) + (at 147 75) + (path /567E7309) + (fp_text reference SW1.5 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 16 /row-1-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 44 N-0000020) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 44 N-0000020) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 11 /col-5) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 5684D744) + (at 141 135) + (path /567E72EB) + (fp_text reference SW4.5 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 47 N-0000023) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 47 N-0000023) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 11 /col-5) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 5684DBBD) + (at 143 115) + (path /567E72DC) + (fp_text reference SW3.5 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 46 N-0000022) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 46 N-0000022) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 11 /col-5) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 5684D644) + (at 125 95) + (path /567E72CD) + (fp_text reference SW2.4 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 18 /row-2-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 54 N-0000030) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 54 N-0000030) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 10 /col-4) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 5684D9FD) + (at 127 75) + (path /567E72BE) + (fp_text reference SW1.4 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 16 /row-1-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 52 N-0000029) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 52 N-0000029) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 10 /col-4) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB88D) + (at 105 95) + (path /567E7282) + (fp_text reference SW2.3 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 18 /row-2-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 38 N-00000131) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 38 N-00000131) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 9 /col-3) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 5684D544) + (at 121 135) + (path /567E72A0) + (fp_text reference SW4.4 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 55 N-0000031) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 55 N-0000031) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 10 /col-4) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB80F) + (at 165 95) + (path /567E7363) + (fp_text reference SW2.6 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 18 /row-2-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 49 N-0000026) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 49 N-0000026) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 12 /col-6) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB7D0) + (at 87 75) + (path /567E716D) + (fp_text reference SW1.2 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 16 /row-1-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 32 N-00000116) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 32 N-00000116) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 8 /col-2) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB791) + (at 107 75) + (path /567E71FB) + (fp_text reference SW1.3 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 16 /row-1-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 33 N-00000118) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 33 N-00000118) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 9 /col-3) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB752) + (at 65 95) + (path /567E720A) + (fp_text reference SW2.1 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 18 /row-2-left) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 35 N-00000120) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 35 N-00000120) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 1 /col-1) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB713) + (at 363 75) + (path /567E74CC) + (fp_text reference SW1.15 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 17 /row-1-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 76 N-0000069) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 76 N-0000069) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 7 /col-15) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB695) + (at 343 75) + (path /567E74C0) + (fp_text reference SW1.14 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 17 /row-1-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 75 N-0000068) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 75 N-0000068) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 6 /col-14) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB656) + (at 345 95) + (path /567E74BA) + (fp_text reference SW2.14 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 19 /row-2-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 85 N-0000082) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 85 N-0000082) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 6 /col-14) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB617) + (at 323 75) + (path /567E74B4) + (fp_text reference SW1.13 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 17 /row-1-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 79 N-0000076) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 79 N-0000076) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 5 /col-13) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB5D8) + (at 325 95) + (path /567E74AE) + (fp_text reference SW2.13 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 19 /row-2-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 80 N-0000078) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 80 N-0000078) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 5 /col-13) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB599) + (at 267 115) + (path /567E740C) + (fp_text reference SW3.10 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 28 N-0000011) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 28 N-0000011) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 2 /col-10) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB55A) + (at 305 95) + (path /567E7496) + (fp_text reference SW2.12 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 19 /row-2-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 73 N-0000064) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 73 N-0000064) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 4 /col-12) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB51B) + (at 327 115) + (path /567E7490) + (fp_text reference SW3.13 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 81 N-0000079) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 81 N-0000079) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 5 /col-13) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB4DC) + (at 329 135) + (path /567E748A) + (fp_text reference SW4.13 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 83 N-0000080) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 83 N-0000080) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 5 /col-13) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB49D) + (at 283 75) + (path /567E7448) + (fp_text reference SW1.11 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 17 /row-1-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 39 N-0000014) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 39 N-0000014) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 3 /col-11) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB45E) + (at 285 95) + (path /567E7442) + (fp_text reference SW2.11 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 19 /row-2-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 40 N-0000015) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 40 N-0000015) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 3 /col-11) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB41F) + (at 307 115) + (path /567E743C) + (fp_text reference SW3.12 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 71 N-0000062) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 71 N-0000062) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 4 /col-12) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB3E0) + (at 309 135) + (path /567E7436) + (fp_text reference SW4.12 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 72 N-0000063) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 72 N-0000063) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 4 /col-12) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB3A1) + (at 263 75) + (path /567E7430) + (fp_text reference SW1.10 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 17 /row-1-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 37 N-0000013) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 37 N-0000013) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 2 /col-10) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB362) + (at 265 95) + (path /567E742A) + (fp_text reference SW2.10 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 19 /row-2-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 34 N-0000012) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 34 N-0000012) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 2 /col-10) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB323) + (at 287 115) + (path /567E7424) + (fp_text reference SW3.11 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 41 N-0000016) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 41 N-0000016) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 3 /col-11) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB2E4) + (at 289 135) + (path /567E741E) + (fp_text reference SW4.11 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 25 N-0000010) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 25 N-0000010) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 3 /col-11) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FDC35) + (at 243 75) + (path /567E7418) + (fp_text reference SW1.9 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 17 /row-1-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 24 N-000001) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 24 N-000001) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 15 /col-9) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE (layer F.Cu) (tedit 572CF53D) (tstamp 567FB266) + (at 303 75) + (path /567E749C) + (fp_text reference SW1.12 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 10 -10) (end 10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start 10 10) (end -10 10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 10) (end -10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -10 -10) (end 10 -10) (layer Cmts.User) (width 0.6096)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 17 /row-1-right) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 74 N-0000065) + ) + (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 74 N-0000065) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 4 /col-12) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FB227) + (at 73 135) + (path /567E7228) + (fp_text reference SW4.2 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 26 N-00000104) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 26 N-00000104) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 8 /col-2) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FB1E8) + (at 75 115) + (path /567E7219) + (fp_text reference SW3.2 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 36 N-00000122) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 36 N-00000122) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 8 /col-2) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FB16A) + (at 145 155) + (path /567E7273) + (fp_text reference SW5.6 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 22 /row-5) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 64 N-0000040) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 64 N-0000040) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 12 /col-6) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FB12B) + (at 180 155) + (path /567E72AF) + (fp_text reference SW5.7 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 22 /row-5) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 61 N-0000038) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 61 N-0000038) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 13 /col-7) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FB0EC) + (at 215 155) + (path /567E72FA) + (fp_text reference SW5.8 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 22 /row-5) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 86 N-000009) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 86 N-000009) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 14 /col-8) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FB0AD) + (at 250 155) + (path /567E7345) + (fp_text reference SW5.9 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 22 /row-5) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 70 N-000006) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 70 N-000006) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 15 /col-9) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FB02F) + (at 285 155) + (path /567E739F) + (fp_text reference SW5.11 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 22 /row-5) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 43 N-0000018) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 43 N-0000018) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 3 /col-11) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FAFF0) + (at 215 135) + (path /567E73AE) + (fp_text reference SW4.8 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 21 /row-4) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 82 N-000008) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 82 N-000008) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 14 /col-8) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FAF33) + (at 110 155) + (path /567F229B) + (fp_text reference SW5.4 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 22 /row-5) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 56 N-0000032) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 56 N-0000032) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 10 /col-4) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module MX_FLIP_DIODE_1_75 (layer F.Cu) (tedit 572CF508) (tstamp 567FAEB5) + (at 215 115) + (path /567E73BD) + (fp_text reference SW3.8 (at 0 3.302) (layer F.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254))) + ) + (fp_text value SWITCH_DIODE (at 0 5.08) (layer B.SilkS) + (effects (font (size 1.524 1.778) (thickness 0.254)) (justify mirror)) + ) + (fp_line (start 17.5 -10) (end 17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start 17.5 10) (end -17.5 10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 10) (end -17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -17.5 -10) (end 17.5 -10) (layer Cmts.User) (width 0.15)) + (fp_line (start -6.985 -6.985) (end 6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.985) (end 6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -6.00456) (end 7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -6.00456) (end 7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 -2.50444) (end 6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 -2.50444) (end 6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 2.50444) (end 7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 2.50444) (end 7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 7.7978 6.00456) (end 6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.00456) (end 6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start 6.985 6.985) (end -6.985 6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.985) (end -6.985 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 6.00456) (end -7.7978 6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 6.00456) (end -7.7978 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 2.50444) (end -6.985 2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 2.50444) (end -6.985 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -2.50444) (end -7.7978 -2.50444) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -2.50444) (end -7.7978 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -7.7978 -6.00456) (end -6.985 -6.00456) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.985 -6.00456) (end -6.985 -6.985) (layer Eco2.User) (width 0.1524)) + (fp_line (start -6.35 -6.35) (end 6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start 6.35 6.35) (end -6.35 6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 -6.35) (layer Cmts.User) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -6.35 -6.35) (end -4.572 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 4.572 -6.35) (end 6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 -6.35) (end 6.35 -4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 4.572) (end 6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start 6.35 6.35) (end 4.572 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -4.572 6.35) (end -6.35 6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 6.35) (end -6.35 4.572) (layer B.SilkS) (width 0.381)) + (fp_line (start -6.35 -4.572) (end -6.35 -6.35) (layer B.SilkS) (width 0.381)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer B.Cu) (width 0.6096)) + (fp_line (start -3.81 7.62) (end -1.6637 7.62) (layer F.Cu) (width 0.6096)) + (fp_line (start 1.6637 7.62) (end 3.81 7.62) (layer F.Cu) (width 0.6096)) + (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 20 /row-3) + ) + (pad 2 thru_hole circle (at -3.81 -2.54) (size 2.286 2.286) (drill 1.4986) + (layers *.Cu *.SilkS *.Mask) + (net 77 N-000007) + ) + (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad "" np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018) + (layers *.Cu) + (solder_mask_margin -0.254) + (zone_connect 2) + ) + (pad 3 thru_hole circle (at -3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 77 N-000007) + ) + (pad 4 thru_hole rect (at 3.81 7.62) (size 1.651 1.651) (drill 0.9906) + (layers *.Cu *.SilkS *.Mask) + (net 14 /col-8) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at -1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers F.Cu F.Paste F.Mask) + ) + (pad 99 smd rect (at 1.6637 7.62) (size 0.8382 0.8382) + (layers B.Cu B.Paste B.Mask) + ) + ) + + (module TEENSY_3.1 (layer F.Cu) (tedit 567F9365) (tstamp 5684F48F) + (at 207.4 70 270) + (path /567FE11F) + (fp_text reference U1 (at 12.7 -7.62 270) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TEENSY_3.1 (at -1.27 -7.62 360) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.54 -12.7) (end 27.94 -12.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 27.94 -12.7) (end 27.94 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 27.94 -2.54) (end -2.54 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.54 -2.54) (end -2.54 -12.7) (layer F.SilkS) (width 0.15)) + (pad 0 thru_hole circle (at 0 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + ) + (pad 1 thru_hole circle (at 2.54 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + ) + (pad 2 thru_hole circle (at 5.08 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 16 /row-1-left) + ) + (pad 3 thru_hole circle (at 7.62 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 10 /col-4) + ) + (pad 4 thru_hole circle (at 10.16 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 11 /col-5) + ) + (pad 5 thru_hole circle (at 12.7 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 12 /col-6) + ) + (pad 6 thru_hole circle (at 15.24 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 13 /col-7) + ) + (pad 7 thru_hole circle (at 17.78 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 9 /col-3) + ) + (pad 8 thru_hole circle (at 20.32 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 8 /col-2) + ) + (pad 9 thru_hole circle (at 22.86 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 18 /row-2-left) + ) + (pad 10 thru_hole circle (at 25.4 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 1 /col-1) + ) + (pad 11 thru_hole circle (at 27.94 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 22 /row-5) + ) + (pad 12 thru_hole circle (at 30.48 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 21 /row-4) + ) + (pad 13 thru_hole circle (at 30.48 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 20 /row-3) + ) + (pad 14 thru_hole circle (at 27.94 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 14 /col-8) + ) + (pad 15 thru_hole circle (at 25.4 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 7 /col-15) + ) + (pad 16 thru_hole circle (at 22.86 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 6 /col-14) + ) + (pad 17 thru_hole circle (at 20.32 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 19 /row-2-right) + ) + (pad 18 thru_hole circle (at 17.78 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 5 /col-13) + ) + (pad 19 thru_hole circle (at 15.24 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 4 /col-12) + ) + (pad 20 thru_hole circle (at 12.7 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 15 /col-9) + ) + (pad 21 thru_hole circle (at 10.16 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 2 /col-10) + ) + (pad 22 thru_hole circle (at 7.62 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 3 /col-11) + ) + (pad 23 thru_hole circle (at 5.08 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 17 /row-1-right) + ) + (pad 24 thru_hole circle (at 2.54 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + ) + (pad 25 thru_hole circle (at 0 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + ) + (pad 26 thru_hole circle (at -2.54 -15.24 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + ) + (pad 27 thru_hole circle (at -2.54 0 270) (size 1.9 1.9) (drill 0.8) + (layers *.Cu *.Mask F.SilkS) + (net 23 GND) + ) + ) + + (gr_text v0.1 (at 370 163) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3))) + ) + (gr_line (start 56 166) (end 374 166) (angle 90) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 56 65) (end 56 166) (angle 90) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 374 65) (end 374 166) (angle 90) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 56 65) (end 374 65) (angle 90) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 205 65) (end 225 65) (angle 90) (layer Eco2.User) (width 0.2)) + (gr_line (start 205 103) (end 205 65) (angle 90) (layer Eco2.User) (width 0.2)) + (gr_line (start 206 103) (end 205 103) (angle 90) (layer Eco2.User) (width 0.2)) + (gr_line (start 225 103) (end 206 103) (angle 90) (layer Eco2.User) (width 0.2)) + (gr_line (start 225 65) (end 225 103) (angle 90) (layer Eco2.User) (width 0.2)) + + (segment (start 196 105) (end 196 99) (width 0.254) (layer F.Cu) (net 1)) + (segment (start 68.81 105.81) (end 70 107) (width 0.254) (layer F.Cu) (net 1) (tstamp 56867267)) + (segment (start 194 107) (end 196 105) (width 0.254) (layer F.Cu) (net 1) (tstamp 56867276)) + (segment (start 70 107) (end 194 107) (width 0.254) (layer F.Cu) (net 1) (tstamp 5686726C)) + (segment (start 68.81 102.62) (end 68.81 105.81) (width 0.254) (layer F.Cu) (net 1)) + (segment (start 199.6 95.4) (end 207.4 95.4) (width 0.254) (layer F.Cu) (net 1) (tstamp 5686B8D4)) + (segment (start 196 99) (end 199.6 95.4) (width 0.254) (layer F.Cu) (net 1) (tstamp 5686B8D2)) + (segment (start 70.81 82.62) (end 70.81 86.81) (width 0.254) (layer B.Cu) (net 1)) + (segment (start 68.81 102.19) (end 68.81 102.62) (width 0.254) (layer B.Cu) (net 1) (tstamp 568647B7)) + (segment (start 72 99) (end 68.81 102.19) (width 0.254) (layer B.Cu) (net 1) (tstamp 568647B4)) + (segment (start 72 88) (end 72 99) (width 0.254) (layer B.Cu) (net 1) (tstamp 568647B2)) + (segment (start 70.81 86.81) (end 72 88) (width 0.254) (layer B.Cu) (net 1) (tstamp 568647B0)) + (segment (start 266.81 82.62) (end 266.81 79.81) (width 0.254) (layer F.Cu) (net 2)) + (segment (start 232.84 80.16) (end 222.64 80.16) (width 0.254) (layer F.Cu) (net 2) (tstamp 5691642A)) + (segment (start 234 79) (end 232.84 80.16) (width 0.254) (layer F.Cu) (net 2) (tstamp 56916429)) + (segment (start 266 79) (end 234 79) (width 0.254) (layer F.Cu) (net 2) (tstamp 56916426)) + (segment (start 266.81 79.81) (end 266 79) (width 0.254) (layer F.Cu) (net 2) (tstamp 56916424)) + (segment (start 270.81 122.62) (end 270.81 122.81) (width 0.254) (layer B.Cu) (net 2)) + (segment (start 276 139.43) (end 272.81 142.62) (width 0.254) (layer B.Cu) (net 2) (tstamp 56862D9C)) + (segment (start 276 128) (end 276 139.43) (width 0.254) (layer B.Cu) (net 2) (tstamp 56862D98)) + (segment (start 270.81 122.81) (end 276 128) (width 0.254) (layer B.Cu) (net 2) (tstamp 56862D95)) + (segment (start 268.81 102.62) (end 268.81 102.81) (width 0.254) (layer B.Cu) (net 2)) + (segment (start 274 119.43) (end 270.81 122.62) (width 0.254) (layer B.Cu) (net 2) (tstamp 56862D02)) + (segment (start 274 108) (end 274 119.43) (width 0.254) (layer B.Cu) (net 2) (tstamp 56862CFF)) + (segment (start 268.81 102.81) (end 274 108) (width 0.254) (layer B.Cu) (net 2) (tstamp 56862CFB)) + (segment (start 266.81 82.62) (end 266.81 82.81) (width 0.254) (layer B.Cu) (net 2)) + (segment (start 272 99.43) (end 268.81 102.62) (width 0.254) (layer B.Cu) (net 2) (tstamp 56862CE4)) + (segment (start 272 88) (end 272 99.43) (width 0.254) (layer B.Cu) (net 2) (tstamp 56862CE0)) + (segment (start 266.81 82.81) (end 272 88) (width 0.254) (layer B.Cu) (net 2) (tstamp 56862CDA)) + (segment (start 222.64 77.62) (end 233.62 77.62) (width 0.254) (layer F.Cu) (net 3)) + (segment (start 282.19 78) (end 286.81 82.62) (width 0.254) (layer F.Cu) (net 3) (tstamp 569164E4)) + (segment (start 234 78) (end 282.19 78) (width 0.254) (layer F.Cu) (net 3) (tstamp 569164D7)) + (segment (start 233.62 77.62) (end 234 78) (width 0.254) (layer F.Cu) (net 3) (tstamp 569164D4)) + (segment (start 292.81 142.62) (end 292.81 158.62) (width 0.254) (layer B.Cu) (net 3)) + (segment (start 292.81 158.62) (end 288.81 162.62) (width 0.254) (layer B.Cu) (net 3) (tstamp 56863B0A)) + (segment (start 290.81 122.62) (end 290.81 122.81) (width 0.254) (layer B.Cu) (net 3)) + (segment (start 296 139.43) (end 292.81 142.62) (width 0.254) (layer B.Cu) (net 3) (tstamp 56862DAB)) + (segment (start 296 128) (end 296 139.43) (width 0.254) (layer B.Cu) (net 3) (tstamp 56862DA7)) + (segment (start 290.81 122.81) (end 296 128) (width 0.254) (layer B.Cu) (net 3) (tstamp 56862DA5)) + (segment (start 288.81 102.62) (end 288.81 102.81) (width 0.254) (layer B.Cu) (net 3)) + (segment (start 294 119.43) (end 290.81 122.62) (width 0.254) (layer B.Cu) (net 3) (tstamp 56862D85)) + (segment (start 294 108) (end 294 119.43) (width 0.254) (layer B.Cu) (net 3) (tstamp 56862D82)) + (segment (start 288.81 102.81) (end 294 108) (width 0.254) (layer B.Cu) (net 3) (tstamp 56862D7F)) + (segment (start 286.81 82.62) (end 286.81 82.81) (width 0.254) (layer B.Cu) (net 3)) + (segment (start 292 99.43) (end 288.81 102.62) (width 0.254) (layer B.Cu) (net 3) (tstamp 56862D19)) + (segment (start 292 88) (end 292 99.43) (width 0.254) (layer B.Cu) (net 3) (tstamp 56862D14)) + (segment (start 286.81 82.81) (end 292 88) (width 0.254) (layer B.Cu) (net 3) (tstamp 56862D11)) + (segment (start 310.81 122.62) (end 310.81 122.81) (width 0.254) (layer B.Cu) (net 4)) + (segment (start 316 139.43) (end 312.81 142.62) (width 0.254) (layer B.Cu) (net 4) (tstamp 56862DD6)) + (segment (start 316 128) (end 316 139.43) (width 0.254) (layer B.Cu) (net 4) (tstamp 56862DD3)) + (segment (start 310.81 122.81) (end 316 128) (width 0.254) (layer B.Cu) (net 4) (tstamp 56862DD2)) + (segment (start 308.81 102.62) (end 308.81 102.81) (width 0.254) (layer B.Cu) (net 4)) + (segment (start 314 119.43) (end 310.81 122.62) (width 0.254) (layer B.Cu) (net 4) (tstamp 56862DC5)) + (segment (start 314 108) (end 314 119.43) (width 0.254) (layer B.Cu) (net 4) (tstamp 56862DC1)) + (segment (start 308.81 102.81) (end 314 108) (width 0.254) (layer B.Cu) (net 4) (tstamp 56862DBC)) + (segment (start 306.81 82.62) (end 306.81 82.81) (width 0.254) (layer B.Cu) (net 4)) + (segment (start 312 99.43) (end 308.81 102.62) (width 0.254) (layer B.Cu) (net 4) (tstamp 56862D26)) + (segment (start 312 88) (end 312 99.43) (width 0.254) (layer B.Cu) (net 4) (tstamp 56862D24)) + (segment (start 306.81 82.81) (end 312 88) (width 0.254) (layer B.Cu) (net 4) (tstamp 56862D21)) + (segment (start 306.81 82.62) (end 306.81 85.19) (width 0.254) (layer F.Cu) (net 4)) + (segment (start 234.24 85.24) (end 222.64 85.24) (width 0.254) (layer F.Cu) (net 4) (tstamp 56852D3F)) + (segment (start 235 86) (end 234.24 85.24) (width 0.254) (layer F.Cu) (net 4) (tstamp 56852D39)) + (segment (start 306 86) (end 235 86) (width 0.254) (layer F.Cu) (net 4) (tstamp 56852D32)) + (segment (start 306.81 85.19) (end 306 86) (width 0.254) (layer F.Cu) (net 4) (tstamp 56852D2E)) + (segment (start 332.81 142.62) (end 332.81 153.62) (width 0.254) (layer B.Cu) (net 5)) + (segment (start 332.81 153.62) (end 323.81 162.62) (width 0.254) (layer B.Cu) (net 5) (tstamp 56863B06)) + (segment (start 330.81 122.62) (end 330.81 122.81) (width 0.254) (layer B.Cu) (net 5)) + (segment (start 336 139.43) (end 332.81 142.62) (width 0.254) (layer B.Cu) (net 5) (tstamp 56862DDD)) + (segment (start 336 128) (end 336 139.43) (width 0.254) (layer B.Cu) (net 5) (tstamp 56862DDB)) + (segment (start 330.81 122.81) (end 336 128) (width 0.254) (layer B.Cu) (net 5) (tstamp 56862DDA)) + (segment (start 328.81 102.62) (end 328.81 102.81) (width 0.254) (layer B.Cu) (net 5)) + (segment (start 334 119.43) (end 330.81 122.62) (width 0.254) (layer B.Cu) (net 5) (tstamp 56862DCC)) + (segment (start 334 108) (end 334 119.43) (width 0.254) (layer B.Cu) (net 5) (tstamp 56862DCA)) + (segment (start 328.81 102.81) (end 334 108) (width 0.254) (layer B.Cu) (net 5) (tstamp 56862DC9)) + (segment (start 326.81 82.62) (end 326.81 82.81) (width 0.254) (layer B.Cu) (net 5)) + (segment (start 332 99.43) (end 328.81 102.62) (width 0.254) (layer B.Cu) (net 5) (tstamp 56862D34)) + (segment (start 332 88) (end 332 99.43) (width 0.254) (layer B.Cu) (net 5) (tstamp 56862D31)) + (segment (start 326.81 82.81) (end 332 88) (width 0.254) (layer B.Cu) (net 5) (tstamp 56862D2E)) + (segment (start 326.81 82.62) (end 326.81 86.19) (width 0.254) (layer F.Cu) (net 5)) + (segment (start 234.22 87.78) (end 222.64 87.78) (width 0.254) (layer F.Cu) (net 5) (tstamp 56852D62)) + (segment (start 235 87) (end 234.22 87.78) (width 0.254) (layer F.Cu) (net 5) (tstamp 56852D5F)) + (segment (start 326 87) (end 235 87) (width 0.254) (layer F.Cu) (net 5) (tstamp 56852D59)) + (segment (start 326.81 86.19) (end 326 87) (width 0.254) (layer F.Cu) (net 5) (tstamp 56852D56)) + (segment (start 346.81 82.62) (end 346.81 82.81) (width 0.254) (layer B.Cu) (net 6)) + (segment (start 352 99.43) (end 348.81 102.62) (width 0.254) (layer B.Cu) (net 6) (tstamp 56862D3E)) + (segment (start 352 88) (end 352 99.43) (width 0.254) (layer B.Cu) (net 6) (tstamp 56862D3B)) + (segment (start 346.81 82.81) (end 352 88) (width 0.254) (layer B.Cu) (net 6) (tstamp 56862D39)) + (segment (start 348.81 102.62) (end 348.81 105.19) (width 0.254) (layer F.Cu) (net 6)) + (segment (start 234.86 92.86) (end 222.64 92.86) (width 0.254) (layer F.Cu) (net 6) (tstamp 56852DD1)) + (segment (start 236 94) (end 234.86 92.86) (width 0.254) (layer F.Cu) (net 6) (tstamp 56852DCE)) + (segment (start 236 104) (end 236 94) (width 0.254) (layer F.Cu) (net 6) (tstamp 56852DC6)) + (segment (start 238 106) (end 236 104) (width 0.254) (layer F.Cu) (net 6) (tstamp 56852DC0)) + (segment (start 348 106) (end 238 106) (width 0.254) (layer F.Cu) (net 6) (tstamp 56852DB4)) + (segment (start 348.81 105.19) (end 348 106) (width 0.254) (layer F.Cu) (net 6) (tstamp 56852DB2)) + (segment (start 368.81 102.62) (end 368.81 107.19) (width 0.254) (layer B.Cu) (net 7)) + (segment (start 362 119.43) (end 358.81 122.62) (width 0.254) (layer B.Cu) (net 7) (tstamp 5688E645)) + (segment (start 362 114) (end 362 119.43) (width 0.254) (layer B.Cu) (net 7) (tstamp 5688E643)) + (segment (start 368.81 107.19) (end 362 114) (width 0.254) (layer B.Cu) (net 7) (tstamp 5688E641)) + (segment (start 360.81 142.62) (end 360.81 146.81) (width 0.254) (layer B.Cu) (net 7)) + (segment (start 362 159.43) (end 358.81 162.62) (width 0.254) (layer B.Cu) (net 7) (tstamp 56863906)) + (segment (start 362 148) (end 362 159.43) (width 0.254) (layer B.Cu) (net 7) (tstamp 56863904)) + (segment (start 360.81 146.81) (end 362 148) (width 0.254) (layer B.Cu) (net 7) (tstamp 56863902)) + (segment (start 358.81 122.62) (end 358.81 122.81) (width 0.254) (layer B.Cu) (net 7)) + (segment (start 358.81 122.81) (end 364 128) (width 0.254) (layer B.Cu) (net 7) (tstamp 568638FB)) + (segment (start 364 128) (end 364 139.43) (width 0.254) (layer B.Cu) (net 7) (tstamp 568638FC)) + (segment (start 364 139.43) (end 360.81 142.62) (width 0.254) (layer B.Cu) (net 7) (tstamp 568638FE)) + (segment (start 366.81 82.62) (end 366.81 82.81) (width 0.254) (layer B.Cu) (net 7)) + (segment (start 372 99.43) (end 368.81 102.62) (width 0.254) (layer B.Cu) (net 7) (tstamp 56862D49)) + (segment (start 372 88) (end 372 99.43) (width 0.254) (layer B.Cu) (net 7) (tstamp 56862D45)) + (segment (start 366.81 82.81) (end 372 88) (width 0.254) (layer B.Cu) (net 7) (tstamp 56862D42)) + (segment (start 368.81 102.62) (end 368.81 106.19) (width 0.254) (layer F.Cu) (net 7)) + (segment (start 233.4 95.4) (end 222.64 95.4) (width 0.254) (layer F.Cu) (net 7) (tstamp 56852E2C)) + (segment (start 235 97) (end 233.4 95.4) (width 0.254) (layer F.Cu) (net 7) (tstamp 56852E29)) + (segment (start 235 105) (end 235 97) (width 0.254) (layer F.Cu) (net 7) (tstamp 56852E23)) + (segment (start 237 107) (end 235 105) (width 0.254) (layer F.Cu) (net 7) (tstamp 56852E1F)) + (segment (start 368 107) (end 237 107) (width 0.254) (layer F.Cu) (net 7) (tstamp 56852E19)) + (segment (start 368.81 106.19) (end 368 107) (width 0.254) (layer F.Cu) (net 7) (tstamp 56852E13)) + (segment (start 195 87) (end 196 87) (width 0.254) (layer F.Cu) (net 8)) + (segment (start 92 87) (end 195 87) (width 0.254) (layer F.Cu) (net 8) (tstamp 568671EA)) + (segment (start 90.81 85.81) (end 92 87) (width 0.254) (layer F.Cu) (net 8) (tstamp 568671E1)) + (segment (start 90.81 82.62) (end 90.81 85.81) (width 0.254) (layer F.Cu) (net 8)) + (segment (start 199.32 90.32) (end 207.4 90.32) (width 0.254) (layer F.Cu) (net 8) (tstamp 5686B9FA)) + (segment (start 196 87) (end 199.32 90.32) (width 0.254) (layer F.Cu) (net 8) (tstamp 5686B9F7)) + (segment (start 76.81 142.62) (end 76.81 142.81) (width 0.254) (layer B.Cu) (net 8)) + (segment (start 82 159.43) (end 78.81 162.62) (width 0.254) (layer B.Cu) (net 8) (tstamp 56864983)) + (segment (start 82 148) (end 82 159.43) (width 0.254) (layer B.Cu) (net 8) (tstamp 56864980)) + (segment (start 76.81 142.81) (end 82 148) (width 0.254) (layer B.Cu) (net 8) (tstamp 5686497D)) + (segment (start 78.81 122.62) (end 78.81 126.81) (width 0.254) (layer B.Cu) (net 8)) + (segment (start 80 139.43) (end 76.81 142.62) (width 0.254) (layer B.Cu) (net 8) (tstamp 56864979)) + (segment (start 80 128) (end 80 139.43) (width 0.254) (layer B.Cu) (net 8) (tstamp 56864975)) + (segment (start 78.81 126.81) (end 80 128) (width 0.254) (layer B.Cu) (net 8) (tstamp 56864971)) + (segment (start 88.81 102.62) (end 88.81 112.62) (width 0.254) (layer B.Cu) (net 8)) + (segment (start 88.81 112.62) (end 78.81 122.62) (width 0.254) (layer B.Cu) (net 8) (tstamp 56864968)) + (segment (start 90.81 82.62) (end 90.81 86.81) (width 0.254) (layer B.Cu) (net 8)) + (segment (start 92 99.43) (end 88.81 102.62) (width 0.254) (layer B.Cu) (net 8) (tstamp 568647CB)) + (segment (start 92 88) (end 92 99.43) (width 0.254) (layer B.Cu) (net 8) (tstamp 568647C7)) + (segment (start 90.81 86.81) (end 92 88) (width 0.254) (layer B.Cu) (net 8) (tstamp 568647C1)) + (segment (start 196 86) (end 197 86) (width 0.254) (layer F.Cu) (net 9)) + (segment (start 112 86) (end 196 86) (width 0.254) (layer F.Cu) (net 9) (tstamp 568671C1)) + (segment (start 110.81 84.81) (end 112 86) (width 0.254) (layer F.Cu) (net 9) (tstamp 568671B0)) + (segment (start 110.81 82.62) (end 110.81 84.81) (width 0.254) (layer F.Cu) (net 9)) + (segment (start 198.78 87.78) (end 207.4 87.78) (width 0.254) (layer F.Cu) (net 9) (tstamp 5686B9F3)) + (segment (start 197 86) (end 198.78 87.78) (width 0.254) (layer F.Cu) (net 9) (tstamp 5686B9ED)) + (segment (start 106.81 122.62) (end 106.81 126.81) (width 0.254) (layer B.Cu) (net 9)) + (segment (start 108 139.43) (end 104.81 142.62) (width 0.254) (layer B.Cu) (net 9) (tstamp 568649D8)) + (segment (start 108 128) (end 108 139.43) (width 0.254) (layer B.Cu) (net 9) (tstamp 568649D6)) + (segment (start 106.81 126.81) (end 108 128) (width 0.254) (layer B.Cu) (net 9) (tstamp 568649D2)) + (segment (start 108.81 102.62) (end 108.81 106.81) (width 0.254) (layer B.Cu) (net 9)) + (segment (start 110 119.43) (end 106.81 122.62) (width 0.254) (layer B.Cu) (net 9) (tstamp 5686499D)) + (segment (start 110 108) (end 110 119.43) (width 0.254) (layer B.Cu) (net 9) (tstamp 5686499B)) + (segment (start 108.81 106.81) (end 110 108) (width 0.254) (layer B.Cu) (net 9) (tstamp 56864997)) + (segment (start 110.81 82.62) (end 110.81 86.81) (width 0.254) (layer B.Cu) (net 9)) + (segment (start 112 99.43) (end 108.81 102.62) (width 0.254) (layer B.Cu) (net 9) (tstamp 56864925)) + (segment (start 112 88) (end 112 99.43) (width 0.254) (layer B.Cu) (net 9) (tstamp 56864923)) + (segment (start 110.81 86.81) (end 112 88) (width 0.254) (layer B.Cu) (net 9) (tstamp 5686491F)) + (segment (start 207.4 77.62) (end 197.38 77.62) (width 0.254) (layer F.Cu) (net 10)) + (segment (start 135.43 78) (end 130.81 82.62) (width 0.254) (layer F.Cu) (net 10) (tstamp 56916636)) + (segment (start 197 78) (end 135.43 78) (width 0.254) (layer F.Cu) (net 10) (tstamp 5691662A)) + (segment (start 197.38 77.62) (end 197 78) (width 0.254) (layer F.Cu) (net 10) (tstamp 56916629)) + (segment (start 124.81 142.62) (end 124.81 151.62) (width 0.254) (layer B.Cu) (net 10)) + (segment (start 124.81 151.62) (end 113.81 162.62) (width 0.254) (layer B.Cu) (net 10) (tstamp 568649E4)) + (segment (start 126.81 122.62) (end 126.81 126.81) (width 0.254) (layer B.Cu) (net 10)) + (segment (start 128 139.43) (end 124.81 142.62) (width 0.254) (layer B.Cu) (net 10) (tstamp 568649E0)) + (segment (start 128 128) (end 128 139.43) (width 0.254) (layer B.Cu) (net 10) (tstamp 568649DE)) + (segment (start 126.81 126.81) (end 128 128) (width 0.254) (layer B.Cu) (net 10) (tstamp 568649DC)) + (segment (start 128.81 102.62) (end 128.81 106.81) (width 0.254) (layer B.Cu) (net 10)) + (segment (start 130 119.43) (end 126.81 122.62) (width 0.254) (layer B.Cu) (net 10) (tstamp 568649A5)) + (segment (start 130 108) (end 130 119.43) (width 0.254) (layer B.Cu) (net 10) (tstamp 568649A3)) + (segment (start 128.81 106.81) (end 130 108) (width 0.254) (layer B.Cu) (net 10) (tstamp 568649A1)) + (segment (start 130.81 82.62) (end 130.81 86.81) (width 0.254) (layer B.Cu) (net 10)) + (segment (start 132 99.43) (end 128.81 102.62) (width 0.254) (layer B.Cu) (net 10) (tstamp 56864931)) + (segment (start 132 88) (end 132 99.43) (width 0.254) (layer B.Cu) (net 10) (tstamp 5686492C)) + (segment (start 130.81 86.81) (end 132 88) (width 0.254) (layer B.Cu) (net 10) (tstamp 56864929)) + (segment (start 207.4 80.16) (end 198.16 80.16) (width 0.254) (layer F.Cu) (net 11)) + (segment (start 154.43 79) (end 150.81 82.62) (width 0.254) (layer F.Cu) (net 11) (tstamp 56916663)) + (segment (start 197 79) (end 154.43 79) (width 0.254) (layer F.Cu) (net 11) (tstamp 5691665A)) + (segment (start 198.16 80.16) (end 197 79) (width 0.254) (layer F.Cu) (net 11) (tstamp 56916654)) + (segment (start 146.81 122.62) (end 146.81 126.81) (width 0.254) (layer B.Cu) (net 11)) + (segment (start 148 139.43) (end 144.81 142.62) (width 0.254) (layer B.Cu) (net 11) (tstamp 56864A0F)) + (segment (start 148 128) (end 148 139.43) (width 0.254) (layer B.Cu) (net 11) (tstamp 56864A09)) + (segment (start 146.81 126.81) (end 148 128) (width 0.254) (layer B.Cu) (net 11) (tstamp 56864A07)) + (segment (start 148.81 102.62) (end 148.81 106.81) (width 0.254) (layer B.Cu) (net 11)) + (segment (start 150 119.43) (end 146.81 122.62) (width 0.254) (layer B.Cu) (net 11) (tstamp 568649AF)) + (segment (start 150 108) (end 150 119.43) (width 0.254) (layer B.Cu) (net 11) (tstamp 568649AD)) + (segment (start 148.81 106.81) (end 150 108) (width 0.254) (layer B.Cu) (net 11) (tstamp 568649A9)) + (segment (start 150.81 82.62) (end 150.81 86.81) (width 0.254) (layer B.Cu) (net 11)) + (segment (start 152 99.43) (end 148.81 102.62) (width 0.254) (layer B.Cu) (net 11) (tstamp 56864939)) + (segment (start 152 88) (end 152 99.43) (width 0.254) (layer B.Cu) (net 11) (tstamp 56864937)) + (segment (start 150.81 86.81) (end 152 88) (width 0.254) (layer B.Cu) (net 11) (tstamp 56864935)) + (segment (start 170.81 82.62) (end 170.81 80.19) (width 0.254) (layer F.Cu) (net 12)) + (segment (start 198.7 82.7) (end 207.4 82.7) (width 0.254) (layer F.Cu) (net 12) (tstamp 569165A4)) + (segment (start 196 80) (end 198.7 82.7) (width 0.254) (layer F.Cu) (net 12) (tstamp 5691659E)) + (segment (start 171 80) (end 196 80) (width 0.254) (layer F.Cu) (net 12) (tstamp 56916599)) + (segment (start 170.81 80.19) (end 171 80) (width 0.254) (layer F.Cu) (net 12) (tstamp 56916596)) + (segment (start 166.81 122.62) (end 166.81 126.81) (width 0.254) (layer B.Cu) (net 12)) + (segment (start 168 139.43) (end 164.81 142.62) (width 0.254) (layer B.Cu) (net 12) (tstamp 56864A18)) + (segment (start 168 128) (end 168 139.43) (width 0.254) (layer B.Cu) (net 12) (tstamp 56864A15)) + (segment (start 166.81 126.81) (end 168 128) (width 0.254) (layer B.Cu) (net 12) (tstamp 56864A13)) + (segment (start 164.81 142.62) (end 164.81 146.62) (width 0.254) (layer B.Cu) (net 12)) + (segment (start 164.81 146.62) (end 148.81 162.62) (width 0.254) (layer B.Cu) (net 12) (tstamp 568649EE)) + (segment (start 168.81 102.62) (end 168.81 106.81) (width 0.254) (layer B.Cu) (net 12)) + (segment (start 170 119.43) (end 166.81 122.62) (width 0.254) (layer B.Cu) (net 12) (tstamp 568649B7)) + (segment (start 170 108) (end 170 119.43) (width 0.254) (layer B.Cu) (net 12) (tstamp 568649B5)) + (segment (start 168.81 106.81) (end 170 108) (width 0.254) (layer B.Cu) (net 12) (tstamp 568649B3)) + (segment (start 170.81 82.62) (end 170.81 86.81) (width 0.254) (layer B.Cu) (net 12)) + (segment (start 172 99.43) (end 168.81 102.62) (width 0.254) (layer B.Cu) (net 12) (tstamp 56864946)) + (segment (start 172 88) (end 172 99.43) (width 0.254) (layer B.Cu) (net 12) (tstamp 56864944)) + (segment (start 170.81 86.81) (end 172 88) (width 0.254) (layer B.Cu) (net 12) (tstamp 56864940)) + (segment (start 190.81 82.62) (end 196.62 82.62) (width 0.254) (layer F.Cu) (net 13)) + (segment (start 199.24 85.24) (end 207.4 85.24) (width 0.254) (layer F.Cu) (net 13) (tstamp 5686B9DD)) + (segment (start 196.62 82.62) (end 199.24 85.24) (width 0.254) (layer F.Cu) (net 13) (tstamp 5686B9D2)) + (segment (start 184.81 142.62) (end 184.81 145.81) (width 0.254) (layer B.Cu) (net 13)) + (segment (start 187 159.43) (end 183.81 162.62) (width 0.254) (layer B.Cu) (net 13) (tstamp 56864A2D)) + (segment (start 187 148) (end 187 159.43) (width 0.254) (layer B.Cu) (net 13) (tstamp 56864A2A)) + (segment (start 184.81 145.81) (end 187 148) (width 0.254) (layer B.Cu) (net 13) (tstamp 56864A27)) + (segment (start 186.81 122.62) (end 186.81 126.81) (width 0.254) (layer B.Cu) (net 13)) + (segment (start 188 139.43) (end 184.81 142.62) (width 0.254) (layer B.Cu) (net 13) (tstamp 56864A23)) + (segment (start 188 128) (end 188 139.43) (width 0.254) (layer B.Cu) (net 13) (tstamp 56864A21)) + (segment (start 186.81 126.81) (end 188 128) (width 0.254) (layer B.Cu) (net 13) (tstamp 56864A1C)) + (segment (start 188.81 102.62) (end 188.81 106.81) (width 0.254) (layer B.Cu) (net 13)) + (segment (start 190 119.43) (end 186.81 122.62) (width 0.254) (layer B.Cu) (net 13) (tstamp 568649BF)) + (segment (start 190 108) (end 190 119.43) (width 0.254) (layer B.Cu) (net 13) (tstamp 568649BD)) + (segment (start 188.81 106.81) (end 190 108) (width 0.254) (layer B.Cu) (net 13) (tstamp 568649BB)) + (segment (start 190.81 82.62) (end 190.81 86.81) (width 0.254) (layer B.Cu) (net 13)) + (segment (start 192 99.43) (end 188.81 102.62) (width 0.254) (layer B.Cu) (net 13) (tstamp 56864952)) + (segment (start 192 88) (end 192 99.43) (width 0.254) (layer B.Cu) (net 13) (tstamp 5686494F)) + (segment (start 190.81 86.81) (end 192 88) (width 0.254) (layer B.Cu) (net 13) (tstamp 5686494A)) + (segment (start 218.81 122.62) (end 231.38 122.62) (width 0.254) (layer B.Cu) (net 14)) + (segment (start 233 112) (end 233 100) (width 0.254) (layer B.Cu) (net 14) (tstamp 56864087)) + (segment (start 233 100) (end 230.94 97.94) (width 0.254) (layer B.Cu) (net 14) (tstamp 56864089)) + (segment (start 230.94 97.94) (end 222.64 97.94) (width 0.254) (layer B.Cu) (net 14) (tstamp 5686408B)) + (segment (start 233 121) (end 233 112) (width 0.254) (layer B.Cu) (net 14) (tstamp 5688E5B0)) + (segment (start 231.38 122.62) (end 233 121) (width 0.254) (layer B.Cu) (net 14) (tstamp 5688E5AE)) + (segment (start 218.81 122.62) (end 218.81 124.81) (width 0.254) (layer B.Cu) (net 14)) + (segment (start 222 139.43) (end 218.81 142.62) (width 0.254) (layer B.Cu) (net 14) (tstamp 56863F68)) + (segment (start 222 128) (end 222 139.43) (width 0.254) (layer B.Cu) (net 14) (tstamp 56863F66)) + (segment (start 218.81 124.81) (end 222 128) (width 0.254) (layer B.Cu) (net 14) (tstamp 56863F57)) + (segment (start 218.81 142.62) (end 218.81 144.81) (width 0.254) (layer B.Cu) (net 14) (tstamp 56863F6A)) + (segment (start 218.81 144.81) (end 222 148) (width 0.254) (layer B.Cu) (net 14) (tstamp 56863F6B)) + (segment (start 222 148) (end 222 159.43) (width 0.254) (layer B.Cu) (net 14) (tstamp 56863F71)) + (segment (start 222 159.43) (end 218.81 162.62) (width 0.254) (layer B.Cu) (net 14) (tstamp 56863F74)) + (segment (start 246.81 82.62) (end 246.81 80.81) (width 0.254) (layer F.Cu) (net 15)) + (segment (start 232.3 82.7) (end 222.64 82.7) (width 0.254) (layer F.Cu) (net 15) (tstamp 569163DA)) + (segment (start 235 80) (end 232.3 82.7) (width 0.254) (layer F.Cu) (net 15) (tstamp 569163D3)) + (segment (start 246 80) (end 235 80) (width 0.254) (layer F.Cu) (net 15) (tstamp 569163D1)) + (segment (start 246.81 80.81) (end 246 80) (width 0.254) (layer F.Cu) (net 15) (tstamp 569163CC)) + (segment (start 252.81 142.62) (end 252.81 143.81) (width 0.254) (layer B.Cu) (net 15)) + (segment (start 257 159.43) (end 253.81 162.62) (width 0.254) (layer B.Cu) (net 15) (tstamp 56863B12)) + (segment (start 257 148) (end 257 159.43) (width 0.254) (layer B.Cu) (net 15) (tstamp 56863B10)) + (segment (start 252.81 143.81) (end 257 148) (width 0.254) (layer B.Cu) (net 15) (tstamp 56863B0E)) + (segment (start 250.81 122.62) (end 250.81 122.81) (width 0.254) (layer B.Cu) (net 15)) + (segment (start 256 139.43) (end 252.81 142.62) (width 0.254) (layer B.Cu) (net 15) (tstamp 56862D91)) + (segment (start 256 128) (end 256 139.43) (width 0.254) (layer B.Cu) (net 15) (tstamp 56862D8E)) + (segment (start 250.81 122.81) (end 256 128) (width 0.254) (layer B.Cu) (net 15) (tstamp 56862D8C)) + (segment (start 248.81 102.62) (end 248.81 102.81) (width 0.254) (layer B.Cu) (net 15)) + (segment (start 254 119.43) (end 250.81 122.62) (width 0.254) (layer B.Cu) (net 15) (tstamp 56862CF3)) + (segment (start 254 108) (end 254 119.43) (width 0.254) (layer B.Cu) (net 15) (tstamp 56862CEE)) + (segment (start 248.81 102.81) (end 254 108) (width 0.254) (layer B.Cu) (net 15) (tstamp 56862CEC)) + (segment (start 246.81 82.62) (end 246.81 82.81) (width 0.254) (layer B.Cu) (net 15)) + (segment (start 252 99.43) (end 248.81 102.62) (width 0.254) (layer B.Cu) (net 15) (tstamp 56862C89)) + (segment (start 252 88) (end 252 99.43) (width 0.254) (layer B.Cu) (net 15) (tstamp 56862C85)) + (segment (start 246.81 82.81) (end 252 88) (width 0.254) (layer B.Cu) (net 15) (tstamp 56862C7B)) + (segment (start 249.38 102.62) (end 248.81 102.62) (width 0.254) (layer B.Cu) (net 15) (tstamp 56861FE3)) + (segment (start 189.54 69.92) (end 192.92 69.92) (width 0.254) (layer F.Cu) (net 16)) + (segment (start 198.08 75.08) (end 207.4 75.08) (width 0.254) (layer F.Cu) (net 16) (tstamp 5686B983)) + (segment (start 192.92 69.92) (end 198.08 75.08) (width 0.254) (layer F.Cu) (net 16) (tstamp 5686B979)) + (segment (start 189.54 69.92) (end 188.92 69.92) (width 0.254) (layer F.Cu) (net 16)) + (segment (start 171.46 68) (end 169.54 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646EF)) + (segment (start 187 68) (end 171.46 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646ED)) + (segment (start 188.92 69.92) (end 187 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646E4)) + (segment (start 169.54 69.92) (end 168.92 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646F1)) + (segment (start 168.92 69.92) (end 167 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646F2)) + (segment (start 167 68) (end 151.46 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646F3)) + (segment (start 151.46 68) (end 149.54 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646F5)) + (segment (start 149.54 69.92) (end 148.92 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646F7)) + (segment (start 148.92 69.92) (end 147 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646F8)) + (segment (start 147 68) (end 131.46 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 568646F9)) + (segment (start 131.46 68) (end 129.54 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 56864703)) + (segment (start 129.54 69.92) (end 128.92 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 56864705)) + (segment (start 128.92 69.92) (end 127 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 56864706)) + (segment (start 127 68) (end 111.46 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 56864707)) + (segment (start 111.46 68) (end 109.54 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 5686470B)) + (segment (start 109.54 69.92) (end 108.92 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 5686470D)) + (segment (start 108.92 69.92) (end 107 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 5686470E)) + (segment (start 107 68) (end 91.46 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 5686470F)) + (segment (start 91.46 68) (end 89.54 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 56864713)) + (segment (start 89.54 69.92) (end 88.92 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 56864715)) + (segment (start 88.92 69.92) (end 87 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 56864716)) + (segment (start 87 68) (end 71.46 68) (width 0.254) (layer F.Cu) (net 16) (tstamp 5686471A)) + (segment (start 71.46 68) (end 69.54 69.92) (width 0.254) (layer F.Cu) (net 16) (tstamp 5686471E)) + (segment (start 365.54 69.92) (end 364.92 69.92) (width 0.254) (layer F.Cu) (net 17)) + (segment (start 347.46 68) (end 345.54 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BCB)) + (segment (start 363 68) (end 347.46 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BC6)) + (segment (start 364.92 69.92) (end 363 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BC3)) + (segment (start 345.54 69.92) (end 344.92 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BCD)) + (segment (start 344.92 69.92) (end 343 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BCE)) + (segment (start 343 68) (end 327.46 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BCF)) + (segment (start 327.46 68) (end 325.54 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BD4)) + (segment (start 325.54 69.92) (end 324.92 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BD6)) + (segment (start 324.92 69.92) (end 323 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BD7)) + (segment (start 323 68) (end 307.46 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BD8)) + (segment (start 307.46 68) (end 305.54 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BDE)) + (segment (start 305.54 69.92) (end 304.92 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BE0)) + (segment (start 304.92 69.92) (end 303 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BE1)) + (segment (start 303 68) (end 287.46 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BE2)) + (segment (start 287.46 68) (end 285.54 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BE6)) + (segment (start 285.54 69.92) (end 284.92 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BE9)) + (segment (start 284.92 69.92) (end 283 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BEA)) + (segment (start 283 68) (end 267.46 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BEB)) + (segment (start 267.46 68) (end 265.54 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BF0)) + (segment (start 265.54 69.92) (end 264.92 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BF2)) + (segment (start 264.92 69.92) (end 263 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BF3)) + (segment (start 263 68) (end 247.46 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BF4)) + (segment (start 247.46 68) (end 245.54 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BF8)) + (segment (start 245.54 69.92) (end 244.92 69.92) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BFA)) + (segment (start 244.92 69.92) (end 243 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BFB)) + (segment (start 243 68) (end 237 68) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852BFD)) + (segment (start 237 68) (end 234 71) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852C08)) + (segment (start 234 71) (end 234 74) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852C21)) + (segment (start 234 74) (end 232.92 75.08) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852C23)) + (segment (start 232.92 75.08) (end 222.64 75.08) (width 0.254) (layer F.Cu) (net 17) (tstamp 56852C28)) + (segment (start 187.54 89.92) (end 192.92 89.92) (width 0.254) (layer F.Cu) (net 18)) + (segment (start 195.86 92.86) (end 207.4 92.86) (width 0.254) (layer F.Cu) (net 18) (tstamp 5686BA07)) + (segment (start 192.92 89.92) (end 195.86 92.86) (width 0.254) (layer F.Cu) (net 18) (tstamp 5686BA01)) + (segment (start 187.54 89.92) (end 186.92 89.92) (width 0.254) (layer F.Cu) (net 18)) + (segment (start 169.46 88) (end 167.54 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 56864689)) + (segment (start 185 88) (end 169.46 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 56864683)) + (segment (start 186.92 89.92) (end 185 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 5686467D)) + (segment (start 167.54 89.92) (end 166.92 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 5686468B)) + (segment (start 166.92 89.92) (end 165 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 5686468C)) + (segment (start 165 88) (end 149.46 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 5686468E)) + (segment (start 149.46 88) (end 147.54 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 56864693)) + (segment (start 147.54 89.92) (end 146.92 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 56864695)) + (segment (start 146.92 89.92) (end 145 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 56864696)) + (segment (start 145 88) (end 129.46 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 56864699)) + (segment (start 129.46 88) (end 127.54 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 5686469D)) + (segment (start 127.54 89.92) (end 126.92 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 5686469F)) + (segment (start 126.92 89.92) (end 125 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646A0)) + (segment (start 125 88) (end 109.46 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646A2)) + (segment (start 109.46 88) (end 107.54 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646A6)) + (segment (start 107.54 89.92) (end 106.92 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646AA)) + (segment (start 106.92 89.92) (end 105 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646AB)) + (segment (start 105 88) (end 89.46 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646AE)) + (segment (start 89.46 88) (end 87.54 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646B0)) + (segment (start 87.54 89.92) (end 86.92 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646B2)) + (segment (start 86.92 89.92) (end 85 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646B3)) + (segment (start 85 88) (end 69.46 88) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646B7)) + (segment (start 69.46 88) (end 67.54 89.92) (width 0.254) (layer F.Cu) (net 18) (tstamp 568646BA)) + (segment (start 367.54 89.92) (end 366.92 89.92) (width 0.254) (layer F.Cu) (net 19)) + (segment (start 349.46 88) (end 347.54 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F74)) + (segment (start 365 88) (end 349.46 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F71)) + (segment (start 366.92 89.92) (end 365 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F6C)) + (segment (start 347.54 89.92) (end 346.92 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F76)) + (segment (start 346.92 89.92) (end 345 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F77)) + (segment (start 345 88) (end 329.46 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F7A)) + (segment (start 329.46 88) (end 327.54 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F80)) + (segment (start 327.54 89.92) (end 326.92 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F82)) + (segment (start 326.92 89.92) (end 325 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F83)) + (segment (start 325 88) (end 309.46 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F84)) + (segment (start 309.46 88) (end 307.54 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F88)) + (segment (start 307.54 89.92) (end 306.92 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F8A)) + (segment (start 306.92 89.92) (end 305 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F8B)) + (segment (start 305 88) (end 289.46 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F8C)) + (segment (start 289.46 88) (end 287.54 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F91)) + (segment (start 287.54 89.92) (end 286.92 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F94)) + (segment (start 286.92 89.92) (end 285 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F95)) + (segment (start 285 88) (end 269.46 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F97)) + (segment (start 269.46 88) (end 267.54 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F9A)) + (segment (start 267.54 89.92) (end 266.92 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F9C)) + (segment (start 266.92 89.92) (end 265 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F9D)) + (segment (start 265 88) (end 249.46 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861F9F)) + (segment (start 249.46 88) (end 247.54 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861FA4)) + (segment (start 247.54 89.92) (end 246.92 89.92) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861FA6)) + (segment (start 246.92 89.92) (end 245 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861FA7)) + (segment (start 245 88) (end 237 88) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861FA8)) + (segment (start 237 88) (end 234.68 90.32) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861FB2)) + (segment (start 234.68 90.32) (end 222.64 90.32) (width 0.254) (layer F.Cu) (net 19) (tstamp 56861FB6)) + (segment (start 217.54 109.92) (end 216.92 109.92) (width 0.254) (layer F.Cu) (net 20)) + (segment (start 187.46 108) (end 185.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864612)) + (segment (start 215 108) (end 187.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864610)) + (segment (start 216.92 109.92) (end 215 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 5686460F)) + (segment (start 185.54 109.92) (end 184.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864614)) + (segment (start 167.46 108) (end 165.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864618)) + (segment (start 183 108) (end 167.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864616)) + (segment (start 184.92 109.92) (end 183 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864615)) + (segment (start 165.54 109.92) (end 164.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 5686461A)) + (segment (start 164.92 109.92) (end 163 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 5686461B)) + (segment (start 163 108) (end 147.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 5686461C)) + (segment (start 147.46 108) (end 145.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864620)) + (segment (start 145.54 109.92) (end 144.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864622)) + (segment (start 144.92 109.92) (end 143 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864623)) + (segment (start 143 108) (end 127.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864629)) + (segment (start 127.46 108) (end 125.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 5686462D)) + (segment (start 125.54 109.92) (end 124.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 5686462F)) + (segment (start 124.92 109.92) (end 123 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864630)) + (segment (start 123 108) (end 107.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864631)) + (segment (start 107.46 108) (end 105.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864633)) + (segment (start 105.54 109.92) (end 104.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864635)) + (segment (start 104.92 109.92) (end 103 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864636)) + (segment (start 103 108) (end 79.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 5686463C)) + (segment (start 79.46 108) (end 77.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56864640)) + (segment (start 217.54 109.92) (end 219.08 109.92) (width 0.254) (layer B.Cu) (net 20)) + (segment (start 222.64 106.36) (end 222.64 100.48) (width 0.254) (layer B.Cu) (net 20) (tstamp 56864070)) + (segment (start 219.08 109.92) (end 222.64 106.36) (width 0.254) (layer B.Cu) (net 20) (tstamp 5686406A)) + (segment (start 357.54 109.92) (end 356.92 109.92) (width 0.254) (layer F.Cu) (net 20)) + (segment (start 331.46 108) (end 329.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862DF5)) + (segment (start 355 108) (end 331.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862DF0)) + (segment (start 356.92 109.92) (end 355 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862DE8)) + (segment (start 329.54 109.92) (end 328.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862DF7)) + (segment (start 328.92 109.92) (end 327 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862DF8)) + (segment (start 327 108) (end 311.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862DFC)) + (segment (start 311.46 108) (end 309.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E01)) + (segment (start 309.54 109.92) (end 308.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E03)) + (segment (start 308.92 109.92) (end 307 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E04)) + (segment (start 307 108) (end 291.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E08)) + (segment (start 291.46 108) (end 289.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E11)) + (segment (start 289.54 109.92) (end 288.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E14)) + (segment (start 288.92 109.92) (end 287 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E15)) + (segment (start 287 108) (end 271.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E16)) + (segment (start 271.46 108) (end 269.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E1C)) + (segment (start 269.54 109.92) (end 268.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E1E)) + (segment (start 268.92 109.92) (end 267 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E1F)) + (segment (start 267 108) (end 251.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E21)) + (segment (start 251.46 108) (end 249.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E27)) + (segment (start 249.54 109.92) (end 248.92 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E29)) + (segment (start 248.92 109.92) (end 247 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E2A)) + (segment (start 247 108) (end 219.46 108) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E2B)) + (segment (start 219.46 108) (end 217.54 109.92) (width 0.254) (layer F.Cu) (net 20) (tstamp 56862E33)) + (segment (start 217.54 129.92) (end 217.54 129.54) (width 0.254) (layer B.Cu) (net 21)) + (segment (start 207.4 126.4) (end 207.4 100.48) (width 0.254) (layer B.Cu) (net 21) (tstamp 568672B9)) + (segment (start 208 127) (end 207.4 126.4) (width 0.254) (layer B.Cu) (net 21) (tstamp 568672B6)) + (segment (start 215 127) (end 208 127) (width 0.254) (layer B.Cu) (net 21) (tstamp 568672B0)) + (segment (start 217.54 129.54) (end 215 127) (width 0.254) (layer B.Cu) (net 21) (tstamp 568672A7)) + (segment (start 217.54 129.92) (end 216.92 129.92) (width 0.254) (layer F.Cu) (net 21)) + (segment (start 185.46 128) (end 183.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645ED)) + (segment (start 215 128) (end 185.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645EB)) + (segment (start 216.92 129.92) (end 215 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645EA)) + (segment (start 183.54 129.92) (end 182.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645EF)) + (segment (start 165.46 128) (end 163.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645F3)) + (segment (start 181 128) (end 165.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645F1)) + (segment (start 182.92 129.92) (end 181 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645F0)) + (segment (start 163.54 129.92) (end 162.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645F5)) + (segment (start 162.92 129.92) (end 161 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645F6)) + (segment (start 161 128) (end 145.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645F7)) + (segment (start 145.46 128) (end 143.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645F9)) + (segment (start 143.54 129.92) (end 142.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645FB)) + (segment (start 142.92 129.92) (end 141 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645FC)) + (segment (start 141 128) (end 125.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645FD)) + (segment (start 125.46 128) (end 123.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 568645FF)) + (segment (start 123.54 129.92) (end 122.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56864601)) + (segment (start 122.92 129.92) (end 121 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56864602)) + (segment (start 121 128) (end 105.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56864603)) + (segment (start 105.46 128) (end 103.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56864605)) + (segment (start 103.54 129.92) (end 102.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56864607)) + (segment (start 102.92 129.92) (end 101 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56864608)) + (segment (start 101 128) (end 77.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56864609)) + (segment (start 77.46 128) (end 75.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 5686460B)) + (segment (start 359.54 129.92) (end 358.92 129.92) (width 0.254) (layer F.Cu) (net 21)) + (segment (start 333.46 128) (end 331.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863150)) + (segment (start 357 128) (end 333.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 5686314A)) + (segment (start 358.92 129.92) (end 357 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863143)) + (segment (start 331.54 129.92) (end 330.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863152)) + (segment (start 330.92 129.92) (end 329 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863153)) + (segment (start 329 128) (end 313.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863156)) + (segment (start 313.46 128) (end 311.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 5686315B)) + (segment (start 311.54 129.92) (end 310.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 5686315D)) + (segment (start 310.92 129.92) (end 309 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 5686315E)) + (segment (start 309 128) (end 293.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863160)) + (segment (start 293.46 128) (end 291.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863165)) + (segment (start 291.54 129.92) (end 290.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863167)) + (segment (start 290.92 129.92) (end 289 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863168)) + (segment (start 289 128) (end 273.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 5686316A)) + (segment (start 273.46 128) (end 271.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863170)) + (segment (start 271.54 129.92) (end 270.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863172)) + (segment (start 270.92 129.92) (end 269 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863173)) + (segment (start 269 128) (end 253.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863177)) + (segment (start 253.46 128) (end 251.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 5686317E)) + (segment (start 251.54 129.92) (end 250.92 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863180)) + (segment (start 250.92 129.92) (end 249 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863181)) + (segment (start 249 128) (end 219.46 128) (width 0.254) (layer F.Cu) (net 21) (tstamp 56863183)) + (segment (start 219.46 128) (end 217.54 129.92) (width 0.254) (layer F.Cu) (net 21) (tstamp 5686318A)) + (segment (start 197 137) (end 197 142) (width 0.254) (layer B.Cu) (net 22)) + (segment (start 217.54 149.54) (end 215 147) (width 0.254) (layer B.Cu) (net 22) (tstamp 568672C4)) + (segment (start 215 147) (end 207 147) (width 0.254) (layer B.Cu) (net 22) (tstamp 568672C8)) + (segment (start 197 137) (end 197 101) (width 0.254) (layer B.Cu) (net 22) (tstamp 568672D3)) + (segment (start 197 101) (end 200.06 97.94) (width 0.254) (layer B.Cu) (net 22) (tstamp 568672E0)) + (segment (start 207.4 97.94) (end 200.06 97.94) (width 0.254) (layer B.Cu) (net 22) (tstamp 568672E9)) + (segment (start 217.54 149.54) (end 217.54 149.92) (width 0.254) (layer B.Cu) (net 22)) + (segment (start 202 147) (end 207 147) (width 0.254) (layer B.Cu) (net 22) (tstamp 5688E5B7)) + (segment (start 197 142) (end 202 147) (width 0.254) (layer B.Cu) (net 22) (tstamp 5688E5B5)) + (segment (start 217.54 149.92) (end 216.92 149.92) (width 0.254) (layer F.Cu) (net 22)) + (segment (start 216.92 149.92) (end 215 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645D1)) + (segment (start 184.46 148) (end 182.54 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645D4)) + (segment (start 215 148) (end 184.46 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645D2)) + (segment (start 182.54 149.92) (end 181.92 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645D6)) + (segment (start 181.92 149.92) (end 180 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645D7)) + (segment (start 180 148) (end 149.46 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645D8)) + (segment (start 149.46 148) (end 147.54 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645DA)) + (segment (start 147.54 149.92) (end 146.92 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645DC)) + (segment (start 146.92 149.92) (end 145 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645DD)) + (segment (start 145 148) (end 114.46 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645DE)) + (segment (start 114.46 148) (end 112.54 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645E0)) + (segment (start 112.54 149.92) (end 111.92 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645E2)) + (segment (start 111.92 149.92) (end 110 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645E3)) + (segment (start 110 148) (end 79.46 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645E4)) + (segment (start 79.46 148) (end 77.54 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568645E6)) + (segment (start 357.54 149.92) (end 356.92 149.92) (width 0.254) (layer F.Cu) (net 22)) + (segment (start 324.46 148) (end 322.54 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631D6)) + (segment (start 355 148) (end 324.46 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631D0)) + (segment (start 356.92 149.92) (end 355 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631C8)) + (segment (start 322.54 149.92) (end 321.92 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631D8)) + (segment (start 321.92 149.92) (end 320 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631D9)) + (segment (start 320 148) (end 289.46 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631DA)) + (segment (start 289.46 148) (end 287.54 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631E0)) + (segment (start 287.54 149.92) (end 286.92 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631E2)) + (segment (start 286.92 149.92) (end 285 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631E3)) + (segment (start 285 148) (end 254.46 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631E4)) + (segment (start 254.46 148) (end 252.54 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631E9)) + (segment (start 252.54 149.92) (end 251.92 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631EB)) + (segment (start 251.92 149.92) (end 250 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631EC)) + (segment (start 250 148) (end 219.46 148) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631EE)) + (segment (start 219.46 148) (end 217.54 149.92) (width 0.254) (layer F.Cu) (net 22) (tstamp 568631F4)) + (segment (start 239.19 72.46) (end 239.19 73.19) (width 0.254) (layer B.Cu) (net 24)) + (segment (start 240 81.81) (end 239.19 82.62) (width 0.254) (layer B.Cu) (net 24) (tstamp 56916462)) + (segment (start 240 74) (end 240 81.81) (width 0.254) (layer B.Cu) (net 24) (tstamp 56916460)) + (segment (start 239.19 73.19) (end 240 74) (width 0.254) (layer B.Cu) (net 24) (tstamp 5691645D)) + (segment (start 285.19 132.46) (end 285.19 133.19) (width 0.254) (layer F.Cu) (net 25)) + (segment (start 286 141.81) (end 285.19 142.62) (width 0.254) (layer F.Cu) (net 25) (tstamp 568682D7)) + (segment (start 286 134) (end 286 141.81) (width 0.254) (layer F.Cu) (net 25) (tstamp 568682D6)) + (segment (start 285.19 133.19) (end 286 134) (width 0.254) (layer F.Cu) (net 25) (tstamp 568682D5)) + (segment (start 69.19 132.46) (end 69.19 133.19) (width 0.254) (layer F.Cu) (net 26)) + (segment (start 70 141.81) (end 69.19 142.62) (width 0.254) (layer F.Cu) (net 26) (tstamp 56868470)) + (segment (start 70 134) (end 70 141.81) (width 0.254) (layer F.Cu) (net 26) (tstamp 5686846F)) + (segment (start 69.19 133.19) (end 70 134) (width 0.254) (layer F.Cu) (net 26) (tstamp 5686846E)) + (segment (start 81.19 92.46) (end 81.19 93.19) (width 0.254) (layer F.Cu) (net 27)) + (segment (start 82 101.81) (end 81.19 102.62) (width 0.254) (layer F.Cu) (net 27) (tstamp 56868430)) + (segment (start 82 94) (end 82 101.81) (width 0.254) (layer F.Cu) (net 27) (tstamp 5686842F)) + (segment (start 81.19 93.19) (end 82 94) (width 0.254) (layer F.Cu) (net 27) (tstamp 5686842E)) + (segment (start 263.19 112.46) (end 263.19 113.19) (width 0.254) (layer F.Cu) (net 28)) + (segment (start 264 121.81) (end 263.19 122.62) (width 0.254) (layer F.Cu) (net 28) (tstamp 568682C7)) + (segment (start 264 114) (end 264 121.81) (width 0.254) (layer F.Cu) (net 28) (tstamp 568682C6)) + (segment (start 263.19 113.19) (end 264 114) (width 0.254) (layer F.Cu) (net 28) (tstamp 568682C5)) + (segment (start 99.19 112.46) (end 99.19 113.19) (width 0.254) (layer F.Cu) (net 29)) + (segment (start 100 121.81) (end 99.19 122.62) (width 0.254) (layer F.Cu) (net 29) (tstamp 56868462)) + (segment (start 100 114) (end 100 121.81) (width 0.254) (layer F.Cu) (net 29) (tstamp 56868461)) + (segment (start 99.19 113.19) (end 100 114) (width 0.254) (layer F.Cu) (net 29) (tstamp 56868460)) + (segment (start 97.19 132.46) (end 97.19 133.19) (width 0.254) (layer F.Cu) (net 30)) + (segment (start 98 141.81) (end 97.19 142.62) (width 0.254) (layer F.Cu) (net 30) (tstamp 56868475)) + (segment (start 98 134) (end 98 141.81) (width 0.254) (layer F.Cu) (net 30) (tstamp 56868474)) + (segment (start 97.19 133.19) (end 98 134) (width 0.254) (layer F.Cu) (net 30) (tstamp 56868473)) + (segment (start 63.19 72.46) (end 63.19 73.19) (width 0.254) (layer F.Cu) (net 31)) + (segment (start 64 81.81) (end 63.19 82.62) (width 0.254) (layer F.Cu) (net 31) (tstamp 568683A3)) + (segment (start 64 74) (end 64 81.81) (width 0.254) (layer F.Cu) (net 31) (tstamp 568683A2)) + (segment (start 63.19 73.19) (end 64 74) (width 0.254) (layer F.Cu) (net 31) (tstamp 568683A1)) + (segment (start 83.19 72.46) (end 83.19 73.19) (width 0.254) (layer F.Cu) (net 32)) + (segment (start 84 81.81) (end 83.19 82.62) (width 0.254) (layer F.Cu) (net 32) (tstamp 5686839E)) + (segment (start 84 74) (end 84 81.81) (width 0.254) (layer F.Cu) (net 32) (tstamp 5686839C)) + (segment (start 83.19 73.19) (end 84 74) (width 0.254) (layer F.Cu) (net 32) (tstamp 5686839B)) + (segment (start 103.19 72.46) (end 103.19 73.19) (width 0.254) (layer F.Cu) (net 33)) + (segment (start 104 81.81) (end 103.19 82.62) (width 0.254) (layer F.Cu) (net 33) (tstamp 56868396)) + (segment (start 104 74) (end 104 81.81) (width 0.254) (layer F.Cu) (net 33) (tstamp 56868395)) + (segment (start 103.19 73.19) (end 104 74) (width 0.254) (layer F.Cu) (net 33) (tstamp 56868394)) + (segment (start 261.19 92.46) (end 261.19 93.19) (width 0.254) (layer F.Cu) (net 34)) + (segment (start 262 101.81) (end 261.19 102.62) (width 0.254) (layer F.Cu) (net 34) (tstamp 56867372)) + (segment (start 262 94) (end 262 101.81) (width 0.254) (layer F.Cu) (net 34) (tstamp 56867370)) + (segment (start 261.19 93.19) (end 262 94) (width 0.254) (layer F.Cu) (net 34) (tstamp 5686736F)) + (segment (start 61.19 92.46) (end 61.19 93.19) (width 0.254) (layer F.Cu) (net 35)) + (segment (start 62 101.81) (end 61.19 102.62) (width 0.254) (layer F.Cu) (net 35) (tstamp 5686842B)) + (segment (start 62 94) (end 62 101.81) (width 0.254) (layer F.Cu) (net 35) (tstamp 56868429)) + (segment (start 61.19 93.19) (end 62 94) (width 0.254) (layer F.Cu) (net 35) (tstamp 56868428)) + (segment (start 71.19 112.46) (end 71.19 113.19) (width 0.254) (layer F.Cu) (net 36)) + (segment (start 72 121.81) (end 71.19 122.62) (width 0.254) (layer F.Cu) (net 36) (tstamp 56868469)) + (segment (start 72 114) (end 72 121.81) (width 0.254) (layer F.Cu) (net 36) (tstamp 56868467)) + (segment (start 71.19 113.19) (end 72 114) (width 0.254) (layer F.Cu) (net 36) (tstamp 56868466)) + (segment (start 259.19 72.46) (end 259.19 73.19) (width 0.254) (layer B.Cu) (net 37)) + (segment (start 260 81.81) (end 259.19 82.62) (width 0.254) (layer B.Cu) (net 37) (tstamp 5691646D)) + (segment (start 260 74) (end 260 81.81) (width 0.254) (layer B.Cu) (net 37) (tstamp 5691646C)) + (segment (start 259.19 73.19) (end 260 74) (width 0.254) (layer B.Cu) (net 37) (tstamp 5691646B)) + (segment (start 101.19 92.46) (end 101.19 93.19) (width 0.254) (layer F.Cu) (net 38)) + (segment (start 102 101.81) (end 101.19 102.62) (width 0.254) (layer F.Cu) (net 38) (tstamp 56868439)) + (segment (start 102 94) (end 102 101.81) (width 0.254) (layer F.Cu) (net 38) (tstamp 56868438)) + (segment (start 101.19 93.19) (end 102 94) (width 0.254) (layer F.Cu) (net 38) (tstamp 56868436)) + (segment (start 280 81.81) (end 279.19 82.62) (width 0.254) (layer B.Cu) (net 39) (tstamp 56916472)) + (segment (start 280 74) (end 280 81.81) (width 0.254) (layer B.Cu) (net 39) (tstamp 56916471)) + (segment (start 279.19 73.19) (end 280 74) (width 0.254) (layer B.Cu) (net 39) (tstamp 56916470)) + (segment (start 279.19 72.46) (end 279.19 73.19) (width 0.254) (layer B.Cu) (net 39)) + (segment (start 281.19 92.46) (end 281.19 93.19) (width 0.254) (layer F.Cu) (net 40)) + (segment (start 282 101.81) (end 281.19 102.62) (width 0.254) (layer F.Cu) (net 40) (tstamp 5686737C)) + (segment (start 282 94) (end 282 101.81) (width 0.254) (layer F.Cu) (net 40) (tstamp 56867377)) + (segment (start 281.19 93.19) (end 282 94) (width 0.254) (layer F.Cu) (net 40) (tstamp 56867376)) + (segment (start 283.19 112.46) (end 283.19 113.19) (width 0.254) (layer F.Cu) (net 41)) + (segment (start 284 121.81) (end 283.19 122.62) (width 0.254) (layer F.Cu) (net 41) (tstamp 568682CD)) + (segment (start 284 114) (end 284 121.81) (width 0.254) (layer F.Cu) (net 41) (tstamp 568682CB)) + (segment (start 283.19 113.19) (end 284 114) (width 0.254) (layer F.Cu) (net 41) (tstamp 568682CA)) + (segment (start 265.19 132.46) (end 265.19 133.19) (width 0.254) (layer F.Cu) (net 42)) + (segment (start 266 141.81) (end 265.19 142.62) (width 0.254) (layer F.Cu) (net 42) (tstamp 568682DC)) + (segment (start 266 134) (end 266 141.81) (width 0.254) (layer F.Cu) (net 42) (tstamp 568682DB)) + (segment (start 265.19 133.19) (end 266 134) (width 0.254) (layer F.Cu) (net 42) (tstamp 568682DA)) + (segment (start 281.19 152.46) (end 281.19 153.19) (width 0.254) (layer F.Cu) (net 43)) + (segment (start 282 161.81) (end 281.19 162.62) (width 0.254) (layer F.Cu) (net 43) (tstamp 56868321)) + (segment (start 282 154) (end 282 161.81) (width 0.254) (layer F.Cu) (net 43) (tstamp 56868320)) + (segment (start 281.19 153.19) (end 282 154) (width 0.254) (layer F.Cu) (net 43) (tstamp 5686831F)) + (segment (start 143.19 72.46) (end 143.19 73.19) (width 0.254) (layer B.Cu) (net 44)) + (segment (start 144 81.81) (end 143.19 82.62) (width 0.254) (layer B.Cu) (net 44) (tstamp 5691667A)) + (segment (start 144 74) (end 144 81.81) (width 0.254) (layer B.Cu) (net 44) (tstamp 56916679)) + (segment (start 143.19 73.19) (end 144 74) (width 0.254) (layer B.Cu) (net 44) (tstamp 56916678)) + (segment (start 141.19 92.46) (end 141.19 93.19) (width 0.254) (layer F.Cu) (net 45)) + (segment (start 142 101.81) (end 141.19 102.62) (width 0.254) (layer F.Cu) (net 45) (tstamp 56868444)) + (segment (start 142 94) (end 142 101.81) (width 0.254) (layer F.Cu) (net 45) (tstamp 56868443)) + (segment (start 141.19 93.19) (end 142 94) (width 0.254) (layer F.Cu) (net 45) (tstamp 56868442)) + (segment (start 139.19 112.46) (end 139.19 113.19) (width 0.254) (layer F.Cu) (net 46)) + (segment (start 140 121.81) (end 139.19 122.62) (width 0.254) (layer F.Cu) (net 46) (tstamp 56868456)) + (segment (start 140 114) (end 140 121.81) (width 0.254) (layer F.Cu) (net 46) (tstamp 56868455)) + (segment (start 139.19 113.19) (end 140 114) (width 0.254) (layer F.Cu) (net 46) (tstamp 56868454)) + (segment (start 137.19 132.46) (end 137.19 133.19) (width 0.254) (layer F.Cu) (net 47)) + (segment (start 138 141.81) (end 137.19 142.62) (width 0.254) (layer F.Cu) (net 47) (tstamp 56868480)) + (segment (start 138 134) (end 138 141.81) (width 0.254) (layer F.Cu) (net 47) (tstamp 5686847F)) + (segment (start 137.19 133.19) (end 138 134) (width 0.254) (layer F.Cu) (net 47) (tstamp 5686847E)) + (segment (start 163.19 72.46) (end 163.19 73.19) (width 0.254) (layer B.Cu) (net 48)) + (segment (start 164 81.81) (end 163.19 82.62) (width 0.254) (layer B.Cu) (net 48) (tstamp 56916675)) + (segment (start 164 74) (end 164 81.81) (width 0.254) (layer B.Cu) (net 48) (tstamp 56916673)) + (segment (start 163.19 73.19) (end 164 74) (width 0.254) (layer B.Cu) (net 48) (tstamp 56916672)) + (segment (start 161.19 92.46) (end 161.19 93.19) (width 0.254) (layer F.Cu) (net 49)) + (segment (start 162 101.81) (end 161.19 102.62) (width 0.254) (layer F.Cu) (net 49) (tstamp 56868372)) + (segment (start 162 94) (end 162 101.81) (width 0.254) (layer F.Cu) (net 49) (tstamp 56868370)) + (segment (start 161.19 93.19) (end 162 94) (width 0.254) (layer F.Cu) (net 49) (tstamp 5686836F)) + (segment (start 159.19 112.46) (end 159.19 113.19) (width 0.254) (layer F.Cu) (net 50)) + (segment (start 160 121.81) (end 159.19 122.62) (width 0.254) (layer F.Cu) (net 50) (tstamp 56868451)) + (segment (start 160 114) (end 160 121.81) (width 0.254) (layer F.Cu) (net 50) (tstamp 5686844F)) + (segment (start 159.19 113.19) (end 160 114) (width 0.254) (layer F.Cu) (net 50) (tstamp 5686844E)) + (segment (start 119.19 112.46) (end 119.19 113.19) (width 0.254) (layer F.Cu) (net 51)) + (segment (start 120 121.81) (end 119.19 122.62) (width 0.254) (layer F.Cu) (net 51) (tstamp 5686845D)) + (segment (start 120 114) (end 120 121.81) (width 0.254) (layer F.Cu) (net 51) (tstamp 5686845B)) + (segment (start 119.19 113.19) (end 120 114) (width 0.254) (layer F.Cu) (net 51) (tstamp 56868459)) + (segment (start 123.19 72.46) (end 123.19 73.19) (width 0.254) (layer F.Cu) (net 52)) + (segment (start 124 81.81) (end 123.19 82.62) (width 0.254) (layer F.Cu) (net 52) (tstamp 56868391)) + (segment (start 124 74) (end 124 81.81) (width 0.254) (layer F.Cu) (net 52) (tstamp 5686838F)) + (segment (start 123.19 73.19) (end 124 74) (width 0.254) (layer F.Cu) (net 52) (tstamp 5686838E)) + (segment (start 241.19 92.46) (end 241.19 93.19) (width 0.254) (layer F.Cu) (net 53)) + (segment (start 242 101.81) (end 241.19 102.62) (width 0.254) (layer F.Cu) (net 53) (tstamp 56867367)) + (segment (start 242 94) (end 242 101.81) (width 0.254) (layer F.Cu) (net 53) (tstamp 56867364)) + (segment (start 241.19 93.19) (end 242 94) (width 0.254) (layer F.Cu) (net 53) (tstamp 5686735B)) + (segment (start 121.19 92.46) (end 121.19 93.19) (width 0.254) (layer F.Cu) (net 54)) + (segment (start 122 101.81) (end 121.19 102.62) (width 0.254) (layer F.Cu) (net 54) (tstamp 5686843F)) + (segment (start 122 94) (end 122 101.81) (width 0.254) (layer F.Cu) (net 54) (tstamp 5686843D)) + (segment (start 121.19 93.19) (end 122 94) (width 0.254) (layer F.Cu) (net 54) (tstamp 5686843C)) + (segment (start 117.19 132.46) (end 117.19 133.19) (width 0.254) (layer F.Cu) (net 55)) + (segment (start 118 141.81) (end 117.19 142.62) (width 0.254) (layer F.Cu) (net 55) (tstamp 5686847B)) + (segment (start 118 134) (end 118 141.81) (width 0.254) (layer F.Cu) (net 55) (tstamp 5686847A)) + (segment (start 117.19 133.19) (end 118 134) (width 0.254) (layer F.Cu) (net 55) (tstamp 56868479)) + (segment (start 106.19 152.46) (end 106.19 153.19) (width 0.254) (layer F.Cu) (net 56)) + (segment (start 107 161.81) (end 106.19 162.62) (width 0.254) (layer F.Cu) (net 56) (tstamp 568684C6)) + (segment (start 107 154) (end 107 161.81) (width 0.254) (layer F.Cu) (net 56) (tstamp 568684C5)) + (segment (start 106.19 153.19) (end 107 154) (width 0.254) (layer F.Cu) (net 56) (tstamp 568684C4)) + (segment (start 183.19 72.46) (end 183.19 73.19) (width 0.254) (layer B.Cu) (net 57)) + (segment (start 184 81.81) (end 183.19 82.62) (width 0.254) (layer B.Cu) (net 57) (tstamp 5691666F)) + (segment (start 184 74) (end 184 81.81) (width 0.254) (layer B.Cu) (net 57) (tstamp 5691666E)) + (segment (start 183.19 73.19) (end 184 74) (width 0.254) (layer B.Cu) (net 57) (tstamp 5691666D)) + (segment (start 181.19 92.46) (end 181.19 93.19) (width 0.254) (layer F.Cu) (net 58)) + (segment (start 182 101.81) (end 181.19 102.62) (width 0.254) (layer F.Cu) (net 58) (tstamp 5686834C)) + (segment (start 182 94) (end 182 101.81) (width 0.254) (layer F.Cu) (net 58) (tstamp 5686834B)) + (segment (start 181.19 93.19) (end 182 94) (width 0.254) (layer F.Cu) (net 58) (tstamp 5686834A)) + (segment (start 179.19 112.46) (end 179.19 113.19) (width 0.254) (layer F.Cu) (net 59)) + (segment (start 180 121.81) (end 179.19 122.62) (width 0.254) (layer F.Cu) (net 59) (tstamp 56868352)) + (segment (start 180 114) (end 180 121.81) (width 0.254) (layer F.Cu) (net 59) (tstamp 56868350)) + (segment (start 179.19 113.19) (end 180 114) (width 0.254) (layer F.Cu) (net 59) (tstamp 5686834F)) + (segment (start 177.19 132.46) (end 177.19 133.19) (width 0.254) (layer F.Cu) (net 60)) + (segment (start 178 141.81) (end 177.19 142.62) (width 0.254) (layer F.Cu) (net 60) (tstamp 56868358)) + (segment (start 178 134) (end 178 141.81) (width 0.254) (layer F.Cu) (net 60) (tstamp 56868357)) + (segment (start 177.19 133.19) (end 178 134) (width 0.254) (layer F.Cu) (net 60) (tstamp 56868356)) + (segment (start 176.19 152.46) (end 176.19 153.19) (width 0.254) (layer F.Cu) (net 61)) + (segment (start 177 161.81) (end 176.19 162.62) (width 0.254) (layer F.Cu) (net 61) (tstamp 5686835E)) + (segment (start 177 154) (end 177 161.81) (width 0.254) (layer F.Cu) (net 61) (tstamp 5686835C)) + (segment (start 176.19 153.19) (end 177 154) (width 0.254) (layer F.Cu) (net 61) (tstamp 5686835B)) + (segment (start 157.19 132.46) (end 157.19 133.19) (width 0.254) (layer F.Cu) (net 62)) + (segment (start 158 141.81) (end 157.19 142.62) (width 0.254) (layer F.Cu) (net 62) (tstamp 56868486)) + (segment (start 158 134) (end 158 141.81) (width 0.254) (layer F.Cu) (net 62) (tstamp 56868485)) + (segment (start 157.19 133.19) (end 158 134) (width 0.254) (layer F.Cu) (net 62) (tstamp 56868484)) + (segment (start 243.19 112.46) (end 243.19 113.19) (width 0.254) (layer F.Cu) (net 63)) + (segment (start 244 121.81) (end 243.19 122.62) (width 0.254) (layer F.Cu) (net 63) (tstamp 568682C2)) + (segment (start 244 114) (end 244 121.81) (width 0.254) (layer F.Cu) (net 63) (tstamp 568682C0)) + (segment (start 243.19 113.19) (end 244 114) (width 0.254) (layer F.Cu) (net 63) (tstamp 568682BF)) + (segment (start 141.19 152.46) (end 141.19 153.19) (width 0.254) (layer F.Cu) (net 64)) + (segment (start 142 161.81) (end 141.19 162.62) (width 0.254) (layer F.Cu) (net 64) (tstamp 56868493)) + (segment (start 142 154) (end 142 161.81) (width 0.254) (layer F.Cu) (net 64) (tstamp 56868492)) + (segment (start 141.19 153.19) (end 142 154) (width 0.254) (layer F.Cu) (net 64) (tstamp 56868491)) + (segment (start 245.19 132.46) (end 245.19 133.19) (width 0.254) (layer F.Cu) (net 65)) + (segment (start 246 141.81) (end 245.19 142.62) (width 0.254) (layer F.Cu) (net 65) (tstamp 568682E1)) + (segment (start 246 134) (end 246 141.81) (width 0.254) (layer F.Cu) (net 65) (tstamp 568682E0)) + (segment (start 245.19 133.19) (end 246 134) (width 0.254) (layer F.Cu) (net 65) (tstamp 568682DF)) + (segment (start 353.19 132.46) (end 353.19 133.19) (width 0.254) (layer F.Cu) (net 66)) + (segment (start 354 141.81) (end 353.19 142.62) (width 0.254) (layer F.Cu) (net 66) (tstamp 568682FA)) + (segment (start 354 134) (end 354 141.81) (width 0.254) (layer F.Cu) (net 66) (tstamp 568682F9)) + (segment (start 353.19 133.19) (end 354 134) (width 0.254) (layer F.Cu) (net 66) (tstamp 568682F8)) + (segment (start 351.19 152.46) (end 351.19 153.19) (width 0.254) (layer F.Cu) (net 67)) + (segment (start 352 161.81) (end 351.19 162.62) (width 0.254) (layer F.Cu) (net 67) (tstamp 56868315)) + (segment (start 352 154) (end 352 161.81) (width 0.254) (layer F.Cu) (net 67) (tstamp 56868312)) + (segment (start 351.19 153.19) (end 352 154) (width 0.254) (layer F.Cu) (net 67) (tstamp 56868310)) + (segment (start 316.19 152.46) (end 316.19 153.19) (width 0.254) (layer F.Cu) (net 68)) + (segment (start 317 161.81) (end 316.19 162.62) (width 0.254) (layer F.Cu) (net 68) (tstamp 5686831C)) + (segment (start 317 154) (end 317 161.81) (width 0.254) (layer F.Cu) (net 68) (tstamp 5686831B)) + (segment (start 316.19 153.19) (end 317 154) (width 0.254) (layer F.Cu) (net 68) (tstamp 5686831A)) + (segment (start 71.19 152.46) (end 71.19 153.19) (width 0.254) (layer F.Cu) (net 69)) + (segment (start 72 161.81) (end 71.19 162.62) (width 0.254) (layer F.Cu) (net 69) (tstamp 568684C0)) + (segment (start 72 154) (end 72 161.81) (width 0.254) (layer F.Cu) (net 69) (tstamp 568684BF)) + (segment (start 71.19 153.19) (end 72 154) (width 0.254) (layer F.Cu) (net 69) (tstamp 568684BE)) + (segment (start 246.19 152.46) (end 246.19 153.19) (width 0.254) (layer F.Cu) (net 70)) + (segment (start 247 161.81) (end 246.19 162.62) (width 0.254) (layer F.Cu) (net 70) (tstamp 56868327)) + (segment (start 247 154) (end 247 161.81) (width 0.254) (layer F.Cu) (net 70) (tstamp 56868326)) + (segment (start 246.19 153.19) (end 247 154) (width 0.254) (layer F.Cu) (net 70) (tstamp 56868325)) + (segment (start 303.19 112.46) (end 303.19 113.19) (width 0.254) (layer F.Cu) (net 71)) + (segment (start 304 121.81) (end 303.19 122.62) (width 0.254) (layer F.Cu) (net 71) (tstamp 568682D2)) + (segment (start 304 114) (end 304 121.81) (width 0.254) (layer F.Cu) (net 71) (tstamp 568682D1)) + (segment (start 303.19 113.19) (end 304 114) (width 0.254) (layer F.Cu) (net 71) (tstamp 568682D0)) + (segment (start 305.19 132.46) (end 305.19 133.19) (width 0.254) (layer F.Cu) (net 72)) + (segment (start 306 141.81) (end 305.19 142.62) (width 0.254) (layer F.Cu) (net 72) (tstamp 568682E6)) + (segment (start 306 134) (end 306 141.81) (width 0.254) (layer F.Cu) (net 72) (tstamp 568682E5)) + (segment (start 305.19 133.19) (end 306 134) (width 0.254) (layer F.Cu) (net 72) (tstamp 568682E4)) + (segment (start 301.19 92.46) (end 301.19 93.19) (width 0.254) (layer F.Cu) (net 73)) + (segment (start 302 101.81) (end 301.19 102.62) (width 0.254) (layer F.Cu) (net 73) (tstamp 56867382)) + (segment (start 302 94) (end 302 101.81) (width 0.254) (layer F.Cu) (net 73) (tstamp 56867380)) + (segment (start 301.19 93.19) (end 302 94) (width 0.254) (layer F.Cu) (net 73) (tstamp 5686737F)) + (segment (start 299.19 72.46) (end 299.19 73.19) (width 0.254) (layer F.Cu) (net 74)) + (segment (start 300 81.81) (end 299.19 82.62) (width 0.254) (layer F.Cu) (net 74) (tstamp 56862B95)) + (segment (start 300 74) (end 300 81.81) (width 0.254) (layer F.Cu) (net 74) (tstamp 56862B94)) + (segment (start 299.19 73.19) (end 300 74) (width 0.254) (layer F.Cu) (net 74) (tstamp 56862B93)) + (segment (start 339.19 72.46) (end 339.19 73.19) (width 0.254) (layer F.Cu) (net 75)) + (segment (start 340 81.81) (end 339.19 82.62) (width 0.254) (layer F.Cu) (net 75) (tstamp 56862BAE)) + (segment (start 340 74) (end 340 81.81) (width 0.254) (layer F.Cu) (net 75) (tstamp 56862BAC)) + (segment (start 339.19 73.19) (end 340 74) (width 0.254) (layer F.Cu) (net 75) (tstamp 56862BAB)) + (segment (start 359.19 72.46) (end 359.19 73.19) (width 0.254) (layer F.Cu) (net 76)) + (segment (start 360 81.81) (end 359.19 82.62) (width 0.254) (layer F.Cu) (net 76) (tstamp 56862BB4)) + (segment (start 360 74) (end 360 81.81) (width 0.254) (layer F.Cu) (net 76) (tstamp 56862BB2)) + (segment (start 359.19 73.19) (end 360 74) (width 0.254) (layer F.Cu) (net 76) (tstamp 56862BB1)) + (segment (start 211.19 112.46) (end 211.19 113.19) (width 0.254) (layer F.Cu) (net 77)) + (segment (start 212 121.81) (end 211.19 122.62) (width 0.254) (layer F.Cu) (net 77) (tstamp 56868338)) + (segment (start 212 114) (end 212 121.81) (width 0.254) (layer F.Cu) (net 77) (tstamp 56868334)) + (segment (start 211.19 113.19) (end 212 114) (width 0.254) (layer F.Cu) (net 77) (tstamp 56868333)) + (segment (start 361.19 92.46) (end 361.19 93.19) (width 0.254) (layer F.Cu) (net 78)) + (segment (start 362 101.81) (end 361.19 102.62) (width 0.254) (layer F.Cu) (net 78) (tstamp 56867394)) + (segment (start 362 94) (end 362 101.81) (width 0.254) (layer F.Cu) (net 78) (tstamp 56867392)) + (segment (start 361.19 93.19) (end 362 94) (width 0.254) (layer F.Cu) (net 78) (tstamp 56867391)) + (segment (start 319.19 72.46) (end 319.19 73.19) (width 0.254) (layer F.Cu) (net 79)) + (segment (start 320 81.81) (end 319.19 82.62) (width 0.254) (layer F.Cu) (net 79) (tstamp 56862BA3)) + (segment (start 320 74) (end 320 81.81) (width 0.254) (layer F.Cu) (net 79) (tstamp 56862B9B)) + (segment (start 319.19 73.19) (end 320 74) (width 0.254) (layer F.Cu) (net 79) (tstamp 56862B98)) + (segment (start 321.19 92.46) (end 321.19 93.19) (width 0.254) (layer F.Cu) (net 80)) + (segment (start 322 101.81) (end 321.19 102.62) (width 0.254) (layer F.Cu) (net 80) (tstamp 56867388)) + (segment (start 322 94) (end 322 101.81) (width 0.254) (layer F.Cu) (net 80) (tstamp 56867386)) + (segment (start 321.19 93.19) (end 322 94) (width 0.254) (layer F.Cu) (net 80) (tstamp 56867385)) + (segment (start 323.19 112.46) (end 323.19 113.19) (width 0.254) (layer F.Cu) (net 81)) + (segment (start 324 121.81) (end 323.19 122.62) (width 0.254) (layer F.Cu) (net 81) (tstamp 568682F0)) + (segment (start 324 114) (end 324 121.81) (width 0.254) (layer F.Cu) (net 81) (tstamp 568682EE)) + (segment (start 323.19 113.19) (end 324 114) (width 0.254) (layer F.Cu) (net 81) (tstamp 568682EB)) + (segment (start 211.19 132.46) (end 211.19 133.19) (width 0.254) (layer F.Cu) (net 82)) + (segment (start 212 141.81) (end 211.19 142.62) (width 0.254) (layer F.Cu) (net 82) (tstamp 5686833D)) + (segment (start 212 134) (end 212 141.81) (width 0.254) (layer F.Cu) (net 82) (tstamp 5686833C)) + (segment (start 211.19 133.19) (end 212 134) (width 0.254) (layer F.Cu) (net 82) (tstamp 5686833B)) + (segment (start 325.19 132.46) (end 325.19 133.19) (width 0.254) (layer F.Cu) (net 83)) + (segment (start 326 141.81) (end 325.19 142.62) (width 0.254) (layer F.Cu) (net 83) (tstamp 568682FF)) + (segment (start 326 134) (end 326 141.81) (width 0.254) (layer F.Cu) (net 83) (tstamp 568682FE)) + (segment (start 325.19 133.19) (end 326 134) (width 0.254) (layer F.Cu) (net 83) (tstamp 568682FD)) + (segment (start 351.19 112.46) (end 351.19 113.19) (width 0.254) (layer F.Cu) (net 84)) + (segment (start 352 121.81) (end 351.19 122.62) (width 0.254) (layer F.Cu) (net 84) (tstamp 568682F5)) + (segment (start 352 114) (end 352 121.81) (width 0.254) (layer F.Cu) (net 84) (tstamp 568682F4)) + (segment (start 351.19 113.19) (end 352 114) (width 0.254) (layer F.Cu) (net 84) (tstamp 568682F3)) + (segment (start 341.19 92.46) (end 341.19 93.19) (width 0.254) (layer F.Cu) (net 85)) + (segment (start 342 101.81) (end 341.19 102.62) (width 0.254) (layer F.Cu) (net 85) (tstamp 5686738E)) + (segment (start 342 94) (end 342 101.81) (width 0.254) (layer F.Cu) (net 85) (tstamp 5686738C)) + (segment (start 341.19 93.19) (end 342 94) (width 0.254) (layer F.Cu) (net 85) (tstamp 5686738B)) + (segment (start 211.19 152.46) (end 211.19 153.19) (width 0.254) (layer F.Cu) (net 86)) + (segment (start 212 161.81) (end 211.19 162.62) (width 0.254) (layer F.Cu) (net 86) (tstamp 5686832C)) + (segment (start 212 154) (end 212 161.81) (width 0.254) (layer F.Cu) (net 86) (tstamp 5686832B)) + (segment (start 211.19 153.19) (end 212 154) (width 0.254) (layer F.Cu) (net 86) (tstamp 5686832A)) + +) diff --git a/pcb/kb.net b/pcb/kb.net new file mode 100644 index 0000000..1aa6d00 --- /dev/null +++ b/pcb/kb.net @@ -0,0 +1,887 @@ +(export (version D) + (design + (source kb.sch) + (date "Fri 01 Jan 2016 20:33:22 MSK") + (tool "eeschema (2013-jul-07)-stable")) + (components + (comp (ref SW1.1) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7128)) + (comp (ref SW1.2) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E716D)) + (comp (ref SW1.3) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E71FB)) + (comp (ref SW2.1) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E720A)) + (comp (ref SW3.2) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7219)) + (comp (ref SW4.2) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7228)) + (comp (ref SW5.2) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7237)) + (comp (ref SW2.2) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7246)) + (comp (ref SW3.3) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7255)) + (comp (ref SW4.3) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7264)) + (comp (ref SW5.6) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7273)) + (comp (ref SW2.3) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7282)) + (comp (ref SW3.4) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7291)) + (comp (ref SW4.4) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E72A0)) + (comp (ref SW5.7) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E72AF)) + (comp (ref SW1.4) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E72BE)) + (comp (ref SW2.4) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E72CD)) + (comp (ref SW3.5) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E72DC)) + (comp (ref SW4.5) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E72EB)) + (comp (ref SW5.8) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E72FA)) + (comp (ref SW1.5) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7309)) + (comp (ref SW2.5) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7318)) + (comp (ref SW3.6) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7327)) + (comp (ref SW4.6) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7336)) + (comp (ref SW5.9) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7345)) + (comp (ref SW1.6) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7354)) + (comp (ref SW2.6) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7363)) + (comp (ref SW3.7) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7372)) + (comp (ref SW4.7) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7381)) + (comp (ref SW5.13) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7390)) + (comp (ref SW5.11) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E739F)) + (comp (ref SW4.8) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E73AE)) + (comp (ref SW3.8) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E73BD)) + (comp (ref SW2.7) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E73CC)) + (comp (ref SW1.7) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E73DB)) + (comp (ref SW4.9) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E73EE)) + (comp (ref SW3.9) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E73F4)) + (comp (ref SW4.10) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7406)) + (comp (ref SW3.10) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E740C)) + (comp (ref SW2.9) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7412)) + (comp (ref SW1.9) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7418)) + (comp (ref SW4.11) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E741E)) + (comp (ref SW3.11) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7424)) + (comp (ref SW2.10) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E742A)) + (comp (ref SW1.10) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7430)) + (comp (ref SW4.12) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7436)) + (comp (ref SW3.12) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E743C)) + (comp (ref SW2.11) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7442)) + (comp (ref SW1.11) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7448)) + (comp (ref SW4.13) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E748A)) + (comp (ref SW3.13) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7490)) + (comp (ref SW2.12) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E7496)) + (comp (ref SW1.12) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E749C)) + (comp (ref SW4.15) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E74A2)) + (comp (ref SW3.15) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E74A8)) + (comp (ref SW2.13) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E74AE)) + (comp (ref SW1.13) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E74B4)) + (comp (ref SW2.14) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E74BA)) + (comp (ref SW1.14) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E74C0)) + (comp (ref SW2.15) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E74C6)) + (comp (ref SW1.15) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567E74CC)) + (comp (ref SW5.4) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567F229B)) + (comp (ref SW5.15) + (value SWITCH_DIODE) + (libsource (lib component) (part SWITCH_DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 567F22AA)) + (comp (ref U1) + (value TEENSY_3.1) + (libsource (lib teensy_3.1) (part TEENSY_3.1)) + (sheetpath (names /) (tstamps /)) + (tstamp 567FE11F))) + (libparts + (libpart (lib teensy_3.1) (part Teensy_3.1) + (fields + (field (name Reference) U) + (field (name Value) Teensy_3.1)) + (pins + (pin (num 0) (name "0(RX1)") (type BiDi)) + (pin (num 1) (name "1(TX1)") (type BiDi)) + (pin (num 2) (name 2) (type BiDi)) + (pin (num 3) (name "3(TX)") (type BiDi)) + (pin (num 4) (name "4(RX)") (type BiDi)) + (pin (num 5) (name 5) (type BiDi)) + (pin (num 6) (name 6) (type BiDi)) + (pin (num 7) (name "7(RX3)") (type BiDi)) + (pin (num 8) (name "8(TX3)") (type BiDi)) + (pin (num 9) (name "9(RX2)") (type BiDi)) + (pin (num 10) (name "10(CS)(TX2)") (type BiDi)) + (pin (num 11) (name "11(DOUT)") (type BiDi)) + (pin (num 12) (name "12(DIN)") (type BiDi)) + (pin (num 13) (name "13(LED)") (type BiDi)) + (pin (num 14) (name 14/A0) (type BiDi)) + (pin (num 15) (name 15/A1) (type BiDi)) + (pin (num 16) (name 16/A2) (type BiDi)) + (pin (num 17) (name 17/A3) (type BiDi)) + (pin (num 18) (name 18/A4) (type BiDi)) + (pin (num 19) (name 19/A5) (type BiDi)) + (pin (num 20) (name 20/A6) (type BiDi)) + (pin (num 21) (name 21/A7) (type BiDi)) + (pin (num 22) (name 22/A8) (type BiDi)) + (pin (num 23) (name 23/A9) (type BiDi)) + (pin (num 24) (name 3.3V) (type power_out)) + (pin (num 25) (name AGND) (type power_in)) + (pin (num 26) (name Vin) (type power_in)) + (pin (num 27) (name GND) (type power_in)) + (pin (num 28) (name A14) (type BiDi)) + (pin (num 29) (name Prog) (type BiDi)) + (pin (num 30) (name GND) (type power_in)) + (pin (num 31) (name 3.3V) (type power_in)) + (pin (num 32) (name VBat) (type power_in)))) + (libpart (lib component) (part SWITCH_DIODE) + (fields + (field (name Reference) SW) + (field (name Value) SWITCH_DIODE)) + (pins + (pin (num 0) (name HOLE) (type NotConnected)) + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name A) (type passive)) + (pin (num 4) (name K) (type passive))))) + (libraries + (library (logical component) + (uri ../../pcb/component.lib)) + (library (logical teensy_3.1) + (uri ../../pcb/Teensy-3.1/teensy_3.1.lib))) + (nets + (net (code 1) (name "") + (node (ref SW1.9) (pin 2)) + (node (ref SW1.9) (pin 3))) + (net (code 2) (name /col-9) + (node (ref SW2.9) (pin 4)) + (node (ref SW5.9) (pin 4)) + (node (ref SW4.9) (pin 4)) + (node (ref SW3.9) (pin 4)) + (node (ref SW1.9) (pin 4)) + (node (ref U1) (pin 20))) + (net (code 3) (name "") + (node (ref SW2.9) (pin 2)) + (node (ref SW2.9) (pin 3))) + (net (code 4) (name "") + (node (ref SW3.9) (pin 2)) + (node (ref SW3.9) (pin 3))) + (net (code 5) (name "") + (node (ref SW4.9) (pin 3)) + (node (ref SW4.9) (pin 2))) + (net (code 6) (name "") + (node (ref SW5.9) (pin 3)) + (node (ref SW5.9) (pin 2))) + (net (code 7) (name "") + (node (ref SW3.8) (pin 2)) + (node (ref SW3.8) (pin 3))) + (net (code 8) (name "") + (node (ref SW4.8) (pin 3)) + (node (ref SW4.8) (pin 2))) + (net (code 9) (name "") + (node (ref SW5.8) (pin 3)) + (node (ref SW5.8) (pin 2))) + (net (code 10) (name "") + (node (ref SW4.11) (pin 2)) + (node (ref SW4.11) (pin 3))) + (net (code 11) (name "") + (node (ref SW3.10) (pin 2)) + (node (ref SW3.10) (pin 3))) + (net (code 12) (name "") + (node (ref SW2.10) (pin 3)) + (node (ref SW2.10) (pin 2))) + (net (code 13) (name "") + (node (ref SW1.10) (pin 2)) + (node (ref SW1.10) (pin 3))) + (net (code 14) (name "") + (node (ref SW1.11) (pin 3)) + (node (ref SW1.11) (pin 2))) + (net (code 15) (name "") + (node (ref SW2.11) (pin 2)) + (node (ref SW2.11) (pin 3))) + (net (code 16) (name "") + (node (ref SW3.11) (pin 3)) + (node (ref SW3.11) (pin 2))) + (net (code 17) (name "") + (node (ref SW4.10) (pin 2)) + (node (ref SW4.10) (pin 3))) + (net (code 18) (name "") + (node (ref SW5.11) (pin 2)) + (node (ref SW5.11) (pin 3))) + (net (code 19) (name /col-8) + (node (ref SW3.8) (pin 4)) + (node (ref SW4.8) (pin 4)) + (node (ref U1) (pin 14)) + (node (ref SW5.8) (pin 4))) + (net (code 20) (name "") + (node (ref SW1.5) (pin 3)) + (node (ref SW1.5) (pin 2))) + (net (code 21) (name "") + (node (ref SW2.5) (pin 2)) + (node (ref SW2.5) (pin 3))) + (net (code 22) (name "") + (node (ref SW3.5) (pin 2)) + (node (ref SW3.5) (pin 3))) + (net (code 23) (name "") + (node (ref SW4.5) (pin 2)) + (node (ref SW4.5) (pin 3))) + (net (code 24) (name /col-5) + (node (ref SW1.5) (pin 4)) + (node (ref SW3.5) (pin 4)) + (node (ref SW4.5) (pin 4)) + (node (ref SW2.5) (pin 4)) + (node (ref U1) (pin 4))) + (net (code 25) (name "") + (node (ref SW1.6) (pin 3)) + (node (ref SW1.6) (pin 2))) + (net (code 26) (name "") + (node (ref SW2.6) (pin 3)) + (node (ref SW2.6) (pin 2))) + (net (code 27) (name "") + (node (ref SW3.6) (pin 2)) + (node (ref SW3.6) (pin 3))) + (net (code 28) (name "") + (node (ref SW3.4) (pin 3)) + (node (ref SW3.4) (pin 2))) + (net (code 29) (name "") + (node (ref SW1.4) (pin 3)) + (node (ref SW1.4) (pin 2))) + (net (code 30) (name "") + (node (ref SW2.4) (pin 3)) + (node (ref SW2.4) (pin 2))) + (net (code 31) (name "") + (node (ref SW4.4) (pin 3)) + (node (ref SW4.4) (pin 2))) + (net (code 32) (name "") + (node (ref SW5.4) (pin 2)) + (node (ref SW5.4) (pin 3))) + (net (code 33) (name /col-7) + (node (ref SW1.7) (pin 4)) + (node (ref U1) (pin 6)) + (node (ref SW5.7) (pin 4)) + (node (ref SW3.7) (pin 4)) + (node (ref SW2.7) (pin 4)) + (node (ref SW4.7) (pin 4))) + (net (code 34) (name "") + (node (ref SW1.7) (pin 3)) + (node (ref SW1.7) (pin 2))) + (net (code 35) (name "") + (node (ref SW2.7) (pin 2)) + (node (ref SW2.7) (pin 3))) + (net (code 36) (name "") + (node (ref SW3.7) (pin 3)) + (node (ref SW3.7) (pin 2))) + (net (code 37) (name "") + (node (ref SW4.7) (pin 2)) + (node (ref SW4.7) (pin 3))) + (net (code 38) (name "") + (node (ref SW5.7) (pin 3)) + (node (ref SW5.7) (pin 2))) + (net (code 39) (name "") + (node (ref SW4.6) (pin 3)) + (node (ref SW4.6) (pin 2))) + (net (code 40) (name "") + (node (ref SW5.6) (pin 3)) + (node (ref SW5.6) (pin 2))) + (net (code 41) (name /col-6) + (node (ref SW4.6) (pin 4)) + (node (ref SW2.6) (pin 4)) + (node (ref SW3.6) (pin 4)) + (node (ref U1) (pin 5)) + (node (ref SW1.6) (pin 4)) + (node (ref SW5.6) (pin 4))) + (net (code 42) (name /col-10) + (node (ref SW3.10) (pin 4)) + (node (ref U1) (pin 21)) + (node (ref SW1.10) (pin 4)) + (node (ref SW4.10) (pin 4)) + (node (ref SW2.10) (pin 4))) + (net (code 43) (name "") + (node (ref U1) (pin 28))) + (net (code 44) (name /row-3) + (node (ref SW3.11) (pin 1)) + (node (ref SW3.2) (pin 1)) + (node (ref SW3.3) (pin 1)) + (node (ref SW3.13) (pin 1)) + (node (ref SW3.8) (pin 1)) + (node (ref SW3.15) (pin 1)) + (node (ref SW3.5) (pin 1)) + (node (ref SW3.10) (pin 1)) + (node (ref SW3.9) (pin 1)) + (node (ref SW3.12) (pin 1)) + (node (ref SW3.4) (pin 1)) + (node (ref SW3.6) (pin 1)) + (node (ref SW3.7) (pin 1)) + (node (ref U1) (pin 13))) + (net (code 45) (name /row-1-right) + (node (ref SW1.10) (pin 1)) + (node (ref SW1.15) (pin 1)) + (node (ref SW1.13) (pin 1)) + (node (ref SW1.9) (pin 1)) + (node (ref U1) (pin 23)) + (node (ref SW1.14) (pin 1)) + (node (ref SW1.12) (pin 1)) + (node (ref SW1.11) (pin 1))) + (net (code 46) (name "") + (node (ref U1) (pin 24))) + (net (code 47) (name "") + (node (ref U1) (pin 25))) + (net (code 48) (name "") + (node (ref U1) (pin 26))) + (net (code 49) (name GND) + (node (ref U1) (pin 27)) + (node (ref U1) (pin 30))) + (net (code 50) (name "") + (node (ref U1) (pin 29))) + (net (code 51) (name "") + (node (ref SW4.15) (pin 3)) + (node (ref SW4.15) (pin 2))) + (net (code 52) (name "") + (node (ref SW5.15) (pin 2)) + (node (ref SW5.15) (pin 3))) + (net (code 53) (name "") + (node (ref SW5.13) (pin 2)) + (node (ref SW5.13) (pin 3))) + (net (code 54) (name "") + (node (ref SW5.2) (pin 2)) + (node (ref SW5.2) (pin 3))) + (net (code 55) (name "") + (node (ref U1) (pin 1))) + (net (code 56) (name "") + (node (ref U1) (pin 0))) + (net (code 57) (name "") + (node (ref U1) (pin 32))) + (net (code 58) (name "") + (node (ref U1) (pin 31))) + (net (code 59) (name /col-13) + (node (ref SW2.13) (pin 4)) + (node (ref SW3.13) (pin 4)) + (node (ref SW5.13) (pin 4)) + (node (ref U1) (pin 18)) + (node (ref SW4.13) (pin 4)) + (node (ref SW1.13) (pin 4))) + (net (code 60) (name /col-14) + (node (ref SW2.14) (pin 4)) + (node (ref SW1.14) (pin 4)) + (node (ref U1) (pin 16))) + (net (code 61) (name /col-15) + (node (ref SW2.15) (pin 4)) + (node (ref SW1.15) (pin 4)) + (node (ref U1) (pin 15)) + (node (ref SW3.15) (pin 4)) + (node (ref SW5.15) (pin 4)) + (node (ref SW4.15) (pin 4))) + (net (code 62) (name "") + (node (ref SW3.12) (pin 2)) + (node (ref SW3.12) (pin 3))) + (net (code 63) (name "") + (node (ref SW4.12) (pin 3)) + (node (ref SW4.12) (pin 2))) + (net (code 64) (name "") + (node (ref SW2.12) (pin 3)) + (node (ref SW2.12) (pin 2))) + (net (code 65) (name "") + (node (ref SW1.12) (pin 3)) + (node (ref SW1.12) (pin 2))) + (net (code 66) (name /col-12) + (node (ref SW2.12) (pin 4)) + (node (ref U1) (pin 19)) + (node (ref SW4.12) (pin 4)) + (node (ref SW1.12) (pin 4)) + (node (ref SW3.12) (pin 4))) + (net (code 67) (name /col-11) + (node (ref SW1.11) (pin 4)) + (node (ref U1) (pin 22)) + (node (ref SW2.11) (pin 4)) + (node (ref SW5.11) (pin 4)) + (node (ref SW3.11) (pin 4)) + (node (ref SW4.11) (pin 4))) + (net (code 68) (name "") + (node (ref SW1.14) (pin 3)) + (node (ref SW1.14) (pin 2))) + (net (code 69) (name "") + (node (ref SW1.15) (pin 3)) + (node (ref SW1.15) (pin 2))) + (net (code 70) (name "") + (node (ref SW2.15) (pin 2)) + (node (ref SW2.15) (pin 3))) + (net (code 71) (name /row-1-left) + (node (ref SW1.2) (pin 1)) + (node (ref SW1.3) (pin 1)) + (node (ref SW1.4) (pin 1)) + (node (ref SW1.1) (pin 1)) + (node (ref SW1.7) (pin 1)) + (node (ref SW1.6) (pin 1)) + (node (ref SW1.5) (pin 1)) + (node (ref U1) (pin 2))) + (net (code 72) (name /row-2-left) + (node (ref SW2.2) (pin 1)) + (node (ref SW2.4) (pin 1)) + (node (ref SW2.7) (pin 1)) + (node (ref SW2.1) (pin 1)) + (node (ref SW2.3) (pin 1)) + (node (ref SW2.6) (pin 1)) + (node (ref U1) (pin 9)) + (node (ref SW2.5) (pin 1))) + (net (code 73) (name /col-1) + (node (ref SW1.1) (pin 4)) + (node (ref U1) (pin 10)) + (node (ref SW2.1) (pin 4))) + (net (code 74) (name /row-5) + (node (ref SW5.7) (pin 1)) + (node (ref SW5.13) (pin 1)) + (node (ref SW5.9) (pin 1)) + (node (ref SW5.6) (pin 1)) + (node (ref SW5.8) (pin 1)) + (node (ref SW5.11) (pin 1)) + (node (ref SW5.4) (pin 1)) + (node (ref U1) (pin 11)) + (node (ref SW5.15) (pin 1)) + (node (ref SW5.2) (pin 1))) + (net (code 75) (name /row-4) + (node (ref SW4.15) (pin 1)) + (node (ref SW4.6) (pin 1)) + (node (ref SW4.4) (pin 1)) + (node (ref SW4.2) (pin 1)) + (node (ref U1) (pin 12)) + (node (ref SW4.11) (pin 1)) + (node (ref SW4.3) (pin 1)) + (node (ref SW4.7) (pin 1)) + (node (ref SW4.5) (pin 1)) + (node (ref SW4.10) (pin 1)) + (node (ref SW4.12) (pin 1)) + (node (ref SW4.13) (pin 1)) + (node (ref SW4.8) (pin 1)) + (node (ref SW4.9) (pin 1))) + (net (code 76) (name "") + (node (ref SW1.13) (pin 2)) + (node (ref SW1.13) (pin 3))) + (net (code 77) (name /row-2-right) + (node (ref SW2.13) (pin 1)) + (node (ref SW2.10) (pin 1)) + (node (ref U1) (pin 17)) + (node (ref SW2.9) (pin 1)) + (node (ref SW2.15) (pin 1)) + (node (ref SW2.11) (pin 1)) + (node (ref SW2.12) (pin 1)) + (node (ref SW2.14) (pin 1))) + (net (code 78) (name "") + (node (ref SW2.13) (pin 2)) + (node (ref SW2.13) (pin 3))) + (net (code 79) (name "") + (node (ref SW3.13) (pin 3)) + (node (ref SW3.13) (pin 2))) + (net (code 80) (name "") + (node (ref SW4.13) (pin 2)) + (node (ref SW4.13) (pin 3))) + (net (code 81) (name "") + (node (ref SW3.15) (pin 3)) + (node (ref SW3.15) (pin 2))) + (net (code 82) (name "") + (node (ref SW2.14) (pin 2)) + (node (ref SW2.14) (pin 3))) + (net (code 83) (name "") + (node (ref SW5.9) (pin 0))) + (net (code 84) (name "") + (node (ref SW1.6) (pin 0))) + (net (code 85) (name "") + (node (ref SW2.6) (pin 0))) + (net (code 86) (name "") + (node (ref SW3.7) (pin 0))) + (net (code 87) (name "") + (node (ref SW4.7) (pin 0))) + (net (code 88) (name "") + (node (ref SW1.5) (pin 0))) + (net (code 89) (name "") + (node (ref SW2.5) (pin 0))) + (net (code 90) (name "") + (node (ref SW3.6) (pin 0))) + (net (code 91) (name "") + (node (ref SW4.6) (pin 0))) + (net (code 92) (name "") + (node (ref SW1.7) (pin 0))) + (net (code 93) (name "") + (node (ref SW4.9) (pin 0))) + (net (code 94) (name "") + (node (ref SW3.9) (pin 0))) + (net (code 95) (name "") + (node (ref SW4.10) (pin 0))) + (net (code 96) (name "") + (node (ref SW3.10) (pin 0))) + (net (code 97) (name "") + (node (ref SW5.13) (pin 0))) + (net (code 98) (name "") + (node (ref SW5.11) (pin 0))) + (net (code 99) (name "") + (node (ref SW4.8) (pin 0))) + (net (code 100) (name "") + (node (ref SW5.8) (pin 0))) + (net (code 101) (name "") + (node (ref SW3.8) (pin 0))) + (net (code 102) (name "") + (node (ref SW2.7) (pin 0))) + (net (code 103) (name "") + (node (ref SW2.2) (pin 0))) + (net (code 104) (name "") + (node (ref SW4.2) (pin 3)) + (node (ref SW4.2) (pin 2))) + (net (code 105) (name "") + (node (ref SW4.2) (pin 0))) + (net (code 106) (name "") + (node (ref SW5.2) (pin 0))) + (net (code 107) (name /col-2) + (node (ref SW4.2) (pin 4)) + (node (ref SW3.2) (pin 4)) + (node (ref U1) (pin 8)) + (node (ref SW2.2) (pin 4)) + (node (ref SW5.2) (pin 4)) + (node (ref SW1.2) (pin 4))) + (net (code 108) (name "") + (node (ref SW2.2) (pin 3)) + (node (ref SW2.2) (pin 2))) + (net (code 109) (name "") + (node (ref SW3.3) (pin 0))) + (net (code 110) (name "") + (node (ref SW3.3) (pin 3)) + (node (ref SW3.3) (pin 2))) + (net (code 111) (name "") + (node (ref SW4.3) (pin 3)) + (node (ref SW4.3) (pin 2))) + (net (code 112) (name "") + (node (ref SW4.3) (pin 0))) + (net (code 113) (name "") + (node (ref SW1.3) (pin 0))) + (net (code 114) (name "") + (node (ref SW1.1) (pin 0))) + (net (code 115) (name "") + (node (ref SW1.1) (pin 2)) + (node (ref SW1.1) (pin 3))) + (net (code 116) (name "") + (node (ref SW1.2) (pin 2)) + (node (ref SW1.2) (pin 3))) + (net (code 117) (name "") + (node (ref SW1.2) (pin 0))) + (net (code 118) (name "") + (node (ref SW1.3) (pin 2)) + (node (ref SW1.3) (pin 3))) + (net (code 119) (name /col-3) + (node (ref SW2.3) (pin 4)) + (node (ref SW3.3) (pin 4)) + (node (ref SW4.3) (pin 4)) + (node (ref U1) (pin 7)) + (node (ref SW1.3) (pin 4))) + (net (code 120) (name "") + (node (ref SW2.1) (pin 3)) + (node (ref SW2.1) (pin 2))) + (net (code 121) (name "") + (node (ref SW2.1) (pin 0))) + (net (code 122) (name "") + (node (ref SW3.2) (pin 2)) + (node (ref SW3.2) (pin 3))) + (net (code 123) (name "") + (node (ref SW3.2) (pin 0))) + (net (code 124) (name "") + (node (ref SW1.4) (pin 0))) + (net (code 125) (name /col-4) + (node (ref U1) (pin 3)) + (node (ref SW2.4) (pin 4)) + (node (ref SW3.4) (pin 4)) + (node (ref SW4.4) (pin 4)) + (node (ref SW1.4) (pin 4)) + (node (ref SW5.4) (pin 4))) + (net (code 126) (name "") + (node (ref SW2.4) (pin 0))) + (net (code 127) (name "") + (node (ref SW3.5) (pin 0))) + (net (code 128) (name "") + (node (ref SW4.5) (pin 0))) + (net (code 129) (name "") + (node (ref SW5.6) (pin 0))) + (net (code 130) (name "") + (node (ref SW2.3) (pin 0))) + (net (code 131) (name "") + (node (ref SW2.3) (pin 2)) + (node (ref SW2.3) (pin 3))) + (net (code 132) (name "") + (node (ref SW3.4) (pin 0))) + (net (code 133) (name "") + (node (ref SW4.4) (pin 0))) + (net (code 134) (name "") + (node (ref SW5.7) (pin 0))) + (net (code 135) (name "") + (node (ref SW2.15) (pin 0))) + (net (code 136) (name "") + (node (ref SW1.15) (pin 0))) + (net (code 137) (name "") + (node (ref SW5.4) (pin 0))) + (net (code 138) (name "") + (node (ref SW5.15) (pin 0))) + (net (code 139) (name "") + (node (ref SW1.14) (pin 0))) + (net (code 140) (name "") + (node (ref SW3.12) (pin 0))) + (net (code 141) (name "") + (node (ref SW1.10) (pin 0))) + (net (code 142) (name "") + (node (ref SW4.12) (pin 0))) + (net (code 143) (name "") + (node (ref SW2.11) (pin 0))) + (net (code 144) (name "") + (node (ref SW1.11) (pin 0))) + (net (code 145) (name "") + (node (ref SW4.11) (pin 0))) + (net (code 146) (name "") + (node (ref SW2.9) (pin 0))) + (net (code 147) (name "") + (node (ref SW1.9) (pin 0))) + (net (code 148) (name "") + (node (ref SW3.11) (pin 0))) + (net (code 149) (name "") + (node (ref SW2.10) (pin 0))) + (net (code 150) (name "") + (node (ref SW3.15) (pin 0))) + (net (code 151) (name "") + (node (ref SW2.13) (pin 0))) + (net (code 152) (name "") + (node (ref SW1.13) (pin 0))) + (net (code 153) (name "") + (node (ref SW2.14) (pin 0))) + (net (code 154) (name "") + (node (ref SW4.13) (pin 0))) + (net (code 155) (name "") + (node (ref SW3.13) (pin 0))) + (net (code 156) (name "") + (node (ref SW2.12) (pin 0))) + (net (code 157) (name "") + (node (ref SW1.12) (pin 0))) + (net (code 158) (name "") + (node (ref SW4.15) (pin 0))))) diff --git a/pcb/kb.pro b/pcb/kb.pro new file mode 100644 index 0000000..f77ed9e --- /dev/null +++ b/pcb/kb.pro @@ -0,0 +1,90 @@ +update=Fri 06 May 2016 22:34:35 MSK +version=1 +last_client=cvpcb +[general] +version=1 +[eeschema] +version=1 +LibDir=. +NetFmtName=PcbnewAdvanced +RptD_X=0 +RptD_Y=100 +RptLab=1 +LabSize=60 +[eeschema/libraries] +LibName1=power +LibName2=device +LibName3=transistors +LibName4=conn +LibName5=linear +LibName6=regul +LibName7=74xx +LibName8=cmos4000 +LibName9=adc-dac +LibName10=memory +LibName11=xilinx +LibName12=special +LibName13=microcontrollers +LibName14=dsp +LibName15=microchip +LibName16=analog_switches +LibName17=motorola +LibName18=texas +LibName19=intel +LibName20=audio +LibName21=interface +LibName22=digital-audio +LibName23=philips +LibName24=display +LibName25=cypress +LibName26=siliconi +LibName27=opto +LibName28=atmel +LibName29=contrib +LibName30=valves +LibName31=cherry_switch +LibName32=Teensy-3.1/teensy_3.1 +[pcbnew] +version=1 +LastNetListRead=kb.net +UseCmpFile=1 +PadDrill=1.701800000000 +PadDrillOvalY=1.701800000000 +PadSizeH=1.701800000000 +PadSizeV=1.701800000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[pcbnew/libraries] +LibName1=sockets +LibName2=connect +LibName3=discret +LibName4=pin_array +LibName5=divers +LibName6=smd_capacitors +LibName7=smd_resistors +LibName8=smd_crystal&oscillator +LibName9=smd_dil +LibName10=smd_transistors +LibName11=libcms +LibName12=display +LibName13=led +LibName14=dip_sockets +LibName15=pga_sockets +LibName16=valves +LibName17=footprint +LibName18=teensy +LibName19=hole +[cvpcb] +version=1 +NetIExt=net +[cvpcb/libraries] +EquName1=devcms diff --git a/pcb/kb.sch b/pcb/kb.sch new file mode 100644 index 0000000..afc1294 --- /dev/null +++ b/pcb/kb.sch @@ -0,0 +1,1520 @@ +EESchema Schematic File Version 2 +LIBS:power +LIBS:device +LIBS:transistors +LIBS:conn +LIBS:linear +LIBS:regul +LIBS:74xx +LIBS:cmos4000 +LIBS:adc-dac +LIBS:memory +LIBS:xilinx +LIBS:special +LIBS:microcontrollers +LIBS:dsp +LIBS:microchip +LIBS:analog_switches +LIBS:motorola +LIBS:texas +LIBS:intel +LIBS:audio +LIBS:interface +LIBS:digital-audio +LIBS:philips +LIBS:display +LIBS:cypress +LIBS:siliconi +LIBS:opto +LIBS:atmel +LIBS:contrib +LIBS:valves +LIBS:component +LIBS:teensy_3.1 +EELAYER 27 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 1 1 +Title "" +Date "1 jan 2016" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L SWITCH_DIODE SW1.1 +U 1 1 567E7128 +P 3400 5000 +F 0 "SW1.1" H 3550 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 3400 4920 50 0000 C CNN +F 2 "" H 3400 5000 60 0000 C CNN +F 3 "" H 3400 5000 60 0000 C CNN + 1 3400 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.2 +U 1 1 567E716D +P 4200 5000 +F 0 "SW1.2" H 4350 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 4200 4920 50 0000 C CNN +F 2 "" H 4200 5000 60 0000 C CNN +F 3 "" H 4200 5000 60 0000 C CNN + 1 4200 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.3 +U 1 1 567E71FB +P 5000 5000 +F 0 "SW1.3" H 5150 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 5000 4920 50 0000 C CNN +F 2 "" H 5000 5000 60 0000 C CNN +F 3 "" H 5000 5000 60 0000 C CNN + 1 5000 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.1 +U 1 1 567E720A +P 3400 5400 +F 0 "SW2.1" H 3550 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 3400 5320 50 0000 C CNN +F 2 "" H 3400 5400 60 0000 C CNN +F 3 "" H 3400 5400 60 0000 C CNN + 1 3400 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.2 +U 1 1 567E7219 +P 4200 5800 +F 0 "SW3.2" H 4350 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 4200 5720 50 0000 C CNN +F 2 "" H 4200 5800 60 0000 C CNN +F 3 "" H 4200 5800 60 0000 C CNN + 1 4200 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.2 +U 1 1 567E7228 +P 4200 6200 +F 0 "SW4.2" H 4350 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 4200 6120 50 0000 C CNN +F 2 "" H 4200 6200 60 0000 C CNN +F 3 "" H 4200 6200 60 0000 C CNN + 1 4200 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW5.2 +U 1 1 567E7237 +P 4200 6550 +F 0 "SW5.2" H 4350 6660 50 0000 C CNN +F 1 "SWITCH_DIODE" H 4200 6470 50 0000 C CNN +F 2 "" H 4200 6550 60 0000 C CNN +F 3 "" H 4200 6550 60 0000 C CNN + 1 4200 6550 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.2 +U 1 1 567E7246 +P 4200 5400 +F 0 "SW2.2" H 4350 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 4200 5320 50 0000 C CNN +F 2 "" H 4200 5400 60 0000 C CNN +F 3 "" H 4200 5400 60 0000 C CNN + 1 4200 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.3 +U 1 1 567E7255 +P 5000 5800 +F 0 "SW3.3" H 5150 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 5000 5720 50 0000 C CNN +F 2 "" H 5000 5800 60 0000 C CNN +F 3 "" H 5000 5800 60 0000 C CNN + 1 5000 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.3 +U 1 1 567E7264 +P 5000 6200 +F 0 "SW4.3" H 5150 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 5000 6120 50 0000 C CNN +F 2 "" H 5000 6200 60 0000 C CNN +F 3 "" H 5000 6200 60 0000 C CNN + 1 5000 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW5.6 +U 1 1 567E7273 +P 7400 6600 +F 0 "SW5.6" H 7550 6710 50 0000 C CNN +F 1 "SWITCH_DIODE" H 7400 6520 50 0000 C CNN +F 2 "" H 7400 6600 60 0000 C CNN +F 3 "" H 7400 6600 60 0000 C CNN + 1 7400 6600 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.3 +U 1 1 567E7282 +P 5000 5400 +F 0 "SW2.3" H 5150 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 5000 5320 50 0000 C CNN +F 2 "" H 5000 5400 60 0000 C CNN +F 3 "" H 5000 5400 60 0000 C CNN + 1 5000 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.4 +U 1 1 567E7291 +P 5800 5800 +F 0 "SW3.4" H 5950 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 5800 5720 50 0000 C CNN +F 2 "" H 5800 5800 60 0000 C CNN +F 3 "" H 5800 5800 60 0000 C CNN + 1 5800 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.4 +U 1 1 567E72A0 +P 5800 6200 +F 0 "SW4.4" H 5950 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 5800 6120 50 0000 C CNN +F 2 "" H 5800 6200 60 0000 C CNN +F 3 "" H 5800 6200 60 0000 C CNN + 1 5800 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW5.7 +U 1 1 567E72AF +P 8200 6600 +F 0 "SW5.7" H 8350 6710 50 0000 C CNN +F 1 "SWITCH_DIODE" H 8200 6520 50 0000 C CNN +F 2 "" H 8200 6600 60 0000 C CNN +F 3 "" H 8200 6600 60 0000 C CNN + 1 8200 6600 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.4 +U 1 1 567E72BE +P 5800 5000 +F 0 "SW1.4" H 5950 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 5800 4920 50 0000 C CNN +F 2 "" H 5800 5000 60 0000 C CNN +F 3 "" H 5800 5000 60 0000 C CNN + 1 5800 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.4 +U 1 1 567E72CD +P 5800 5400 +F 0 "SW2.4" H 5950 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 5800 5320 50 0000 C CNN +F 2 "" H 5800 5400 60 0000 C CNN +F 3 "" H 5800 5400 60 0000 C CNN + 1 5800 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.5 +U 1 1 567E72DC +P 6600 5800 +F 0 "SW3.5" H 6750 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 6600 5720 50 0000 C CNN +F 2 "" H 6600 5800 60 0000 C CNN +F 3 "" H 6600 5800 60 0000 C CNN + 1 6600 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.5 +U 1 1 567E72EB +P 6600 6200 +F 0 "SW4.5" H 6750 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 6600 6120 50 0000 C CNN +F 2 "" H 6600 6200 60 0000 C CNN +F 3 "" H 6600 6200 60 0000 C CNN + 1 6600 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW5.8 +U 1 1 567E72FA +P 9000 6600 +F 0 "SW5.8" H 9150 6710 50 0000 C CNN +F 1 "SWITCH_DIODE" H 9000 6520 50 0000 C CNN +F 2 "" H 9000 6600 60 0000 C CNN +F 3 "" H 9000 6600 60 0000 C CNN + 1 9000 6600 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.5 +U 1 1 567E7309 +P 6600 5000 +F 0 "SW1.5" H 6750 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 6600 4920 50 0000 C CNN +F 2 "" H 6600 5000 60 0000 C CNN +F 3 "" H 6600 5000 60 0000 C CNN + 1 6600 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.5 +U 1 1 567E7318 +P 6600 5400 +F 0 "SW2.5" H 6750 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 6600 5320 50 0000 C CNN +F 2 "" H 6600 5400 60 0000 C CNN +F 3 "" H 6600 5400 60 0000 C CNN + 1 6600 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.6 +U 1 1 567E7327 +P 7400 5800 +F 0 "SW3.6" H 7550 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 7400 5720 50 0000 C CNN +F 2 "" H 7400 5800 60 0000 C CNN +F 3 "" H 7400 5800 60 0000 C CNN + 1 7400 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.6 +U 1 1 567E7336 +P 7400 6200 +F 0 "SW4.6" H 7550 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 7400 6120 50 0000 C CNN +F 2 "" H 7400 6200 60 0000 C CNN +F 3 "" H 7400 6200 60 0000 C CNN + 1 7400 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW5.9 +U 1 1 567E7345 +P 9800 6600 +F 0 "SW5.9" H 9950 6710 50 0000 C CNN +F 1 "SWITCH_DIODE" H 9800 6520 50 0000 C CNN +F 2 "" H 9800 6600 60 0000 C CNN +F 3 "" H 9800 6600 60 0000 C CNN + 1 9800 6600 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.6 +U 1 1 567E7354 +P 7400 5000 +F 0 "SW1.6" H 7550 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 7400 4920 50 0000 C CNN +F 2 "" H 7400 5000 60 0000 C CNN +F 3 "" H 7400 5000 60 0000 C CNN + 1 7400 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.6 +U 1 1 567E7363 +P 7400 5400 +F 0 "SW2.6" H 7550 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 7400 5320 50 0000 C CNN +F 2 "" H 7400 5400 60 0000 C CNN +F 3 "" H 7400 5400 60 0000 C CNN + 1 7400 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.7 +U 1 1 567E7372 +P 8200 5800 +F 0 "SW3.7" H 8350 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 8200 5720 50 0000 C CNN +F 2 "" H 8200 5800 60 0000 C CNN +F 3 "" H 8200 5800 60 0000 C CNN + 1 8200 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.7 +U 1 1 567E7381 +P 8200 6200 +F 0 "SW4.7" H 8350 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 8200 6120 50 0000 C CNN +F 2 "" H 8200 6200 60 0000 C CNN +F 3 "" H 8200 6200 60 0000 C CNN + 1 8200 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW5.13 +U 1 1 567E7390 +P 13000 6550 +F 0 "SW5.13" H 13150 6660 50 0000 C CNN +F 1 "SWITCH_DIODE" H 13000 6470 50 0000 C CNN +F 2 "" H 13000 6550 60 0000 C CNN +F 3 "" H 13000 6550 60 0000 C CNN + 1 13000 6550 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW5.11 +U 1 1 567E739F +P 11400 6600 +F 0 "SW5.11" H 11550 6710 50 0000 C CNN +F 1 "SWITCH_DIODE" H 11400 6520 50 0000 C CNN +F 2 "" H 11400 6600 60 0000 C CNN +F 3 "" H 11400 6600 60 0000 C CNN + 1 11400 6600 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.8 +U 1 1 567E73AE +P 9000 6200 +F 0 "SW4.8" H 9150 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 9000 6120 50 0000 C CNN +F 2 "" H 9000 6200 60 0000 C CNN +F 3 "" H 9000 6200 60 0000 C CNN + 1 9000 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.8 +U 1 1 567E73BD +P 9000 5800 +F 0 "SW3.8" H 9150 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 9000 5720 50 0000 C CNN +F 2 "" H 9000 5800 60 0000 C CNN +F 3 "" H 9000 5800 60 0000 C CNN + 1 9000 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.7 +U 1 1 567E73CC +P 8200 5400 +F 0 "SW2.7" H 8350 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 8200 5320 50 0000 C CNN +F 2 "" H 8200 5400 60 0000 C CNN +F 3 "" H 8200 5400 60 0000 C CNN + 1 8200 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.7 +U 1 1 567E73DB +P 8200 5000 +F 0 "SW1.7" H 8350 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 8200 4920 50 0000 C CNN +F 2 "" H 8200 5000 60 0000 C CNN +F 3 "" H 8200 5000 60 0000 C CNN + 1 8200 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.9 +U 1 1 567E73EE +P 9800 6200 +F 0 "SW4.9" H 9950 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 9800 6120 50 0000 C CNN +F 2 "" H 9800 6200 60 0000 C CNN +F 3 "" H 9800 6200 60 0000 C CNN + 1 9800 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.9 +U 1 1 567E73F4 +P 9800 5800 +F 0 "SW3.9" H 9950 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 9800 5720 50 0000 C CNN +F 2 "" H 9800 5800 60 0000 C CNN +F 3 "" H 9800 5800 60 0000 C CNN + 1 9800 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.10 +U 1 1 567E7406 +P 10600 6200 +F 0 "SW4.10" H 10750 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 10600 6120 50 0000 C CNN +F 2 "" H 10600 6200 60 0000 C CNN +F 3 "" H 10600 6200 60 0000 C CNN + 1 10600 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.10 +U 1 1 567E740C +P 10600 5800 +F 0 "SW3.10" H 10750 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 10600 5720 50 0000 C CNN +F 2 "" H 10600 5800 60 0000 C CNN +F 3 "" H 10600 5800 60 0000 C CNN + 1 10600 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.9 +U 1 1 567E7412 +P 9800 5400 +F 0 "SW2.9" H 9950 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 9800 5320 50 0000 C CNN +F 2 "" H 9800 5400 60 0000 C CNN +F 3 "" H 9800 5400 60 0000 C CNN + 1 9800 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.9 +U 1 1 567E7418 +P 9800 5000 +F 0 "SW1.9" H 9950 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 9800 4920 50 0000 C CNN +F 2 "" H 9800 5000 60 0000 C CNN +F 3 "" H 9800 5000 60 0000 C CNN + 1 9800 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.11 +U 1 1 567E741E +P 11400 6200 +F 0 "SW4.11" H 11550 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 11400 6120 50 0000 C CNN +F 2 "" H 11400 6200 60 0000 C CNN +F 3 "" H 11400 6200 60 0000 C CNN + 1 11400 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.11 +U 1 1 567E7424 +P 11400 5800 +F 0 "SW3.11" H 11550 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 11400 5720 50 0000 C CNN +F 2 "" H 11400 5800 60 0000 C CNN +F 3 "" H 11400 5800 60 0000 C CNN + 1 11400 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.10 +U 1 1 567E742A +P 10600 5400 +F 0 "SW2.10" H 10750 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 10600 5320 50 0000 C CNN +F 2 "" H 10600 5400 60 0000 C CNN +F 3 "" H 10600 5400 60 0000 C CNN + 1 10600 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.10 +U 1 1 567E7430 +P 10600 5000 +F 0 "SW1.10" H 10750 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 10600 4920 50 0000 C CNN +F 2 "" H 10600 5000 60 0000 C CNN +F 3 "" H 10600 5000 60 0000 C CNN + 1 10600 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.12 +U 1 1 567E7436 +P 12200 6200 +F 0 "SW4.12" H 12350 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 12200 6120 50 0000 C CNN +F 2 "" H 12200 6200 60 0000 C CNN +F 3 "" H 12200 6200 60 0000 C CNN + 1 12200 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.12 +U 1 1 567E743C +P 12200 5800 +F 0 "SW3.12" H 12350 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 12200 5720 50 0000 C CNN +F 2 "" H 12200 5800 60 0000 C CNN +F 3 "" H 12200 5800 60 0000 C CNN + 1 12200 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.11 +U 1 1 567E7442 +P 11400 5400 +F 0 "SW2.11" H 11550 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 11400 5320 50 0000 C CNN +F 2 "" H 11400 5400 60 0000 C CNN +F 3 "" H 11400 5400 60 0000 C CNN + 1 11400 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.11 +U 1 1 567E7448 +P 11400 5000 +F 0 "SW1.11" H 11550 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 11400 4920 50 0000 C CNN +F 2 "" H 11400 5000 60 0000 C CNN +F 3 "" H 11400 5000 60 0000 C CNN + 1 11400 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.13 +U 1 1 567E748A +P 13000 6200 +F 0 "SW4.13" H 13150 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 13000 6120 50 0000 C CNN +F 2 "" H 13000 6200 60 0000 C CNN +F 3 "" H 13000 6200 60 0000 C CNN + 1 13000 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.13 +U 1 1 567E7490 +P 13000 5800 +F 0 "SW3.13" H 13150 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 13000 5720 50 0000 C CNN +F 2 "" H 13000 5800 60 0000 C CNN +F 3 "" H 13000 5800 60 0000 C CNN + 1 13000 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.12 +U 1 1 567E7496 +P 12200 5400 +F 0 "SW2.12" H 12350 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 12200 5320 50 0000 C CNN +F 2 "" H 12200 5400 60 0000 C CNN +F 3 "" H 12200 5400 60 0000 C CNN + 1 12200 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.12 +U 1 1 567E749C +P 12200 5000 +F 0 "SW1.12" H 12350 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 12200 4920 50 0000 C CNN +F 2 "" H 12200 5000 60 0000 C CNN +F 3 "" H 12200 5000 60 0000 C CNN + 1 12200 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW4.15 +U 1 1 567E74A2 +P 14600 6200 +F 0 "SW4.15" H 14750 6310 50 0000 C CNN +F 1 "SWITCH_DIODE" H 14600 6120 50 0000 C CNN +F 2 "" H 14600 6200 60 0000 C CNN +F 3 "" H 14600 6200 60 0000 C CNN + 1 14600 6200 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW3.15 +U 1 1 567E74A8 +P 14600 5800 +F 0 "SW3.15" H 14750 5910 50 0000 C CNN +F 1 "SWITCH_DIODE" H 14600 5720 50 0000 C CNN +F 2 "" H 14600 5800 60 0000 C CNN +F 3 "" H 14600 5800 60 0000 C CNN + 1 14600 5800 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.13 +U 1 1 567E74AE +P 13000 5400 +F 0 "SW2.13" H 13150 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 13000 5320 50 0000 C CNN +F 2 "" H 13000 5400 60 0000 C CNN +F 3 "" H 13000 5400 60 0000 C CNN + 1 13000 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.13 +U 1 1 567E74B4 +P 13000 5000 +F 0 "SW1.13" H 13150 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 13000 4920 50 0000 C CNN +F 2 "" H 13000 5000 60 0000 C CNN +F 3 "" H 13000 5000 60 0000 C CNN + 1 13000 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.14 +U 1 1 567E74BA +P 13800 5400 +F 0 "SW2.14" H 13950 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 13800 5320 50 0000 C CNN +F 2 "" H 13800 5400 60 0000 C CNN +F 3 "" H 13800 5400 60 0000 C CNN + 1 13800 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.14 +U 1 1 567E74C0 +P 13800 5000 +F 0 "SW1.14" H 13950 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 13800 4920 50 0000 C CNN +F 2 "" H 13800 5000 60 0000 C CNN +F 3 "" H 13800 5000 60 0000 C CNN + 1 13800 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW2.15 +U 1 1 567E74C6 +P 14600 5400 +F 0 "SW2.15" H 14750 5510 50 0000 C CNN +F 1 "SWITCH_DIODE" H 14600 5320 50 0000 C CNN +F 2 "" H 14600 5400 60 0000 C CNN +F 3 "" H 14600 5400 60 0000 C CNN + 1 14600 5400 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW1.15 +U 1 1 567E74CC +P 14600 5000 +F 0 "SW1.15" H 14750 5110 50 0000 C CNN +F 1 "SWITCH_DIODE" H 14600 4920 50 0000 C CNN +F 2 "" H 14600 5000 60 0000 C CNN +F 3 "" H 14600 5000 60 0000 C CNN + 1 14600 5000 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW5.4 +U 1 1 567F229B +P 5800 6600 +F 0 "SW5.4" H 5950 6710 50 0000 C CNN +F 1 "SWITCH_DIODE" H 5800 6520 50 0000 C CNN +F 2 "" H 5800 6600 60 0000 C CNN +F 3 "" H 5800 6600 60 0000 C CNN + 1 5800 6600 + 1 0 0 -1 +$EndComp +$Comp +L SWITCH_DIODE SW5.15 +U 1 1 567F22AA +P 14600 6550 +F 0 "SW5.15" H 14750 6660 50 0000 C CNN +F 1 "SWITCH_DIODE" H 14600 6470 50 0000 C CNN +F 2 "" H 14600 6550 60 0000 C CNN +F 3 "" H 14600 6550 60 0000 C CNN + 1 14600 6550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3700 5000 3700 5100 +Wire Wire Line + 3700 5100 3600 5100 +Wire Wire Line + 3100 4800 7900 4800 +Wire Wire Line + 9500 4800 14300 4800 +Wire Wire Line + 3100 4800 3100 5000 +Wire Wire Line + 3200 5100 3000 5100 +Wire Wire Line + 3000 4700 3000 5500 +Wire Wire Line + 3000 5500 3200 5500 +Connection ~ 3000 5100 +Wire Wire Line + 3100 5200 7900 5200 +Wire Wire Line + 9500 5200 14300 5200 +Wire Wire Line + 3100 5400 3100 5200 +Wire Wire Line + 3700 5400 3700 5500 +Wire Wire Line + 3700 5500 3600 5500 +Wire Wire Line + 3900 5000 3900 4800 +Connection ~ 3900 4800 +Wire Wire Line + 4500 5000 4500 5100 +Wire Wire Line + 4500 5100 4400 5100 +Wire Wire Line + 3800 4700 3800 6650 +Wire Wire Line + 3800 6300 4000 6300 +Wire Wire Line + 4000 5100 3800 5100 +Connection ~ 3800 5100 +Wire Wire Line + 3900 5400 3900 5200 +Connection ~ 3900 5200 +Wire Wire Line + 4000 5500 3800 5500 +Connection ~ 3800 5500 +Wire Wire Line + 4400 5500 4500 5500 +Wire Wire Line + 4500 5500 4500 5400 +Wire Wire Line + 4500 5800 4500 5900 +Wire Wire Line + 4500 5900 4400 5900 +Wire Wire Line + 4000 5900 3800 5900 +Connection ~ 3800 5900 +Wire Wire Line + 3900 5600 14300 5600 +Wire Wire Line + 3900 5800 3900 5600 +Wire Wire Line + 4500 6200 4500 6300 +Wire Wire Line + 4500 6300 4400 6300 +Wire Wire Line + 3900 6000 14300 6000 +Wire Wire Line + 3900 6200 3900 6000 +Wire Wire Line + 3900 6400 14300 6400 +Wire Wire Line + 4600 4700 4600 6300 +Wire Wire Line + 4600 6300 4800 6300 +Wire Wire Line + 4700 5000 4700 4800 +Connection ~ 4700 4800 +Wire Wire Line + 5300 5000 5300 5100 +Wire Wire Line + 5300 5100 5200 5100 +Wire Wire Line + 4800 5100 4600 5100 +Connection ~ 4600 5100 +Wire Wire Line + 4700 5400 4700 5200 +Connection ~ 4700 5200 +Wire Wire Line + 4800 5500 4600 5500 +Connection ~ 4600 5500 +Wire Wire Line + 4700 5800 4700 5600 +Connection ~ 4700 5600 +Wire Wire Line + 4800 5900 4600 5900 +Connection ~ 4600 5900 +Wire Wire Line + 4700 6000 4700 6200 +Connection ~ 4700 6000 +Wire Wire Line + 5300 6200 5300 6300 +Wire Wire Line + 5300 6300 5200 6300 +Wire Wire Line + 5200 5900 5300 5900 +Wire Wire Line + 5300 5900 5300 5800 +Wire Wire Line + 5200 5500 5300 5500 +Wire Wire Line + 5300 5500 5300 5400 +Wire Wire Line + 5500 5000 5500 4800 +Connection ~ 5500 4800 +Wire Wire Line + 5400 4700 5400 6700 +Wire Wire Line + 5400 6700 5600 6700 +Wire Wire Line + 5500 6600 5500 6400 +Wire Wire Line + 5500 6200 5500 6000 +Connection ~ 5500 6000 +Wire Wire Line + 5500 5800 5500 5600 +Connection ~ 5500 5600 +Wire Wire Line + 5500 5400 5500 5200 +Connection ~ 5500 5200 +Wire Wire Line + 5600 5100 5400 5100 +Connection ~ 5400 5100 +Wire Wire Line + 5600 5500 5400 5500 +Connection ~ 5400 5500 +Wire Wire Line + 5600 5900 5400 5900 +Connection ~ 5400 5900 +Wire Wire Line + 5600 6300 5400 6300 +Connection ~ 5400 6300 +Wire Wire Line + 6100 5000 6100 5100 +Wire Wire Line + 6100 5100 6000 5100 +Wire Wire Line + 6100 5400 6100 5500 +Wire Wire Line + 6100 5500 6000 5500 +Wire Wire Line + 6100 5800 6100 5900 +Wire Wire Line + 6100 5900 6000 5900 +Wire Wire Line + 6100 6200 6100 6300 +Wire Wire Line + 6100 6300 6000 6300 +Wire Wire Line + 6100 6600 6100 6700 +Wire Wire Line + 6100 6700 6000 6700 +Wire Wire Line + 6200 4700 6200 6300 +Wire Wire Line + 6300 6200 6300 6000 +Connection ~ 6300 6000 +Wire Wire Line + 6300 5800 6300 5600 +Connection ~ 6300 5600 +Wire Wire Line + 6300 5400 6300 5200 +Connection ~ 6300 5200 +Wire Wire Line + 6300 5000 6300 4800 +Connection ~ 6300 4800 +Wire Wire Line + 6900 5000 6900 5100 +Wire Wire Line + 6900 5100 6800 5100 +Wire Wire Line + 6900 5400 6900 5500 +Wire Wire Line + 6900 5500 6800 5500 +Wire Wire Line + 6900 5800 6900 5900 +Wire Wire Line + 6900 5900 6800 5900 +Wire Wire Line + 6900 6200 6900 6300 +Wire Wire Line + 6900 6300 6800 6300 +Wire Wire Line + 6400 5100 6200 5100 +Connection ~ 6200 5100 +Wire Wire Line + 6400 5500 6200 5500 +Connection ~ 6200 5500 +Wire Wire Line + 6400 5900 6200 5900 +Connection ~ 6200 5900 +Wire Wire Line + 6200 6300 6400 6300 +Connection ~ 6200 6300 +Wire Wire Line + 7000 4700 7000 6700 +Wire Wire Line + 7000 6700 7200 6700 +Wire Wire Line + 7700 5000 7700 5100 +Wire Wire Line + 7700 5100 7600 5100 +Wire Wire Line + 7700 5400 7700 5500 +Wire Wire Line + 7700 5500 7600 5500 +Wire Wire Line + 7700 5800 7700 5900 +Wire Wire Line + 7700 5900 7600 5900 +Wire Wire Line + 7700 6200 7700 6300 +Wire Wire Line + 7700 6300 7600 6300 +Wire Wire Line + 7700 6600 7700 6700 +Wire Wire Line + 7700 6700 7600 6700 +Wire Wire Line + 7100 6600 7100 6400 +Connection ~ 7100 6400 +Wire Wire Line + 7100 6200 7100 6000 +Connection ~ 7100 6000 +Wire Wire Line + 7100 5800 7100 5600 +Connection ~ 7100 5600 +Wire Wire Line + 7100 5400 7100 5200 +Connection ~ 7100 5200 +Wire Wire Line + 7100 5000 7100 4800 +Connection ~ 7100 4800 +Wire Wire Line + 7200 5100 7000 5100 +Connection ~ 7000 5100 +Wire Wire Line + 7200 5500 7000 5500 +Connection ~ 7000 5500 +Wire Wire Line + 7200 5900 7000 5900 +Connection ~ 7000 5900 +Wire Wire Line + 7200 6300 7000 6300 +Connection ~ 7000 6300 +Wire Wire Line + 7800 4700 7800 6700 +Wire Wire Line + 7800 6700 8000 6700 +Wire Wire Line + 7900 5800 7900 5600 +Connection ~ 7900 5600 +Wire Wire Line + 7900 5200 7900 5400 +Wire Wire Line + 7900 4800 7900 5000 +Wire Wire Line + 8000 5100 7800 5100 +Connection ~ 7800 5100 +Wire Wire Line + 8000 5500 7800 5500 +Connection ~ 7800 5500 +Wire Wire Line + 8000 5900 7800 5900 +Connection ~ 7800 5900 +Wire Wire Line + 8000 6300 7800 6300 +Connection ~ 7800 6300 +Wire Wire Line + 8500 5000 8500 5100 +Wire Wire Line + 8500 5100 8400 5100 +Wire Wire Line + 8500 5400 8500 5500 +Wire Wire Line + 8500 5500 8400 5500 +Wire Wire Line + 8500 5800 8500 5900 +Wire Wire Line + 8500 5900 8400 5900 +Wire Wire Line + 8500 6200 8500 6300 +Wire Wire Line + 8500 6300 8400 6300 +Wire Wire Line + 8500 6600 8500 6700 +Wire Wire Line + 8500 6700 8400 6700 +Wire Wire Line + 8600 4700 8600 6700 +Wire Wire Line + 8600 6700 8800 6700 +Wire Wire Line + 7900 6200 7900 6000 +Connection ~ 7900 6000 +Wire Wire Line + 7900 6600 7900 6400 +Connection ~ 7900 6400 +Wire Wire Line + 8700 5800 8700 5600 +Connection ~ 8700 5600 +Wire Wire Line + 8700 6000 8700 6200 +Connection ~ 8700 6000 +Wire Wire Line + 8700 6400 8700 6600 +Connection ~ 8700 6400 +Wire Wire Line + 8800 6300 8600 6300 +Connection ~ 8600 6300 +Wire Wire Line + 8800 5900 8600 5900 +Connection ~ 8600 5900 +Wire Wire Line + 9200 5900 9300 5900 +Wire Wire Line + 9300 5900 9300 5800 +Wire Wire Line + 9300 6200 9300 6300 +Wire Wire Line + 9300 6300 9200 6300 +Wire Wire Line + 9300 6600 9300 6700 +Wire Wire Line + 9300 6700 9200 6700 +Wire Wire Line + 9400 4700 9400 6700 +Wire Wire Line + 9400 6700 9600 6700 +Wire Wire Line + 9500 6200 9500 6000 +Connection ~ 9500 6000 +Wire Wire Line + 9500 5800 9500 5600 +Connection ~ 9500 5600 +Wire Wire Line + 9500 5400 9500 5200 +Wire Wire Line + 9500 5000 9500 4800 +Wire Wire Line + 9600 5100 9400 5100 +Connection ~ 9400 5100 +Wire Wire Line + 9600 5500 9400 5500 +Connection ~ 9400 5500 +Wire Wire Line + 9600 5900 9400 5900 +Connection ~ 9400 5900 +Wire Wire Line + 9600 6300 9400 6300 +Connection ~ 9400 6300 +Wire Wire Line + 10100 5000 10100 5100 +Wire Wire Line + 10100 5100 10000 5100 +Wire Wire Line + 10100 5400 10100 5500 +Wire Wire Line + 10100 5500 10000 5500 +Wire Wire Line + 10100 5800 10100 5900 +Wire Wire Line + 10100 5900 10000 5900 +Wire Wire Line + 10100 6200 10100 6300 +Wire Wire Line + 10100 6300 10000 6300 +Wire Wire Line + 10100 6600 10100 6700 +Wire Wire Line + 10100 6700 10000 6700 +Wire Wire Line + 11000 4700 11000 6700 +Wire Wire Line + 11000 6700 11200 6700 +Wire Wire Line + 11800 4700 11800 6300 +Wire Wire Line + 12600 4700 12600 6650 +Wire Wire Line + 12600 6300 12800 6300 +Wire Wire Line + 13400 4700 13400 5500 +Wire Wire Line + 14200 4700 14200 6650 +Wire Wire Line + 9500 6600 9500 6400 +Connection ~ 9500 6400 +Wire Wire Line + 10300 5400 10300 5200 +Connection ~ 10300 5200 +Wire Wire Line + 10300 5000 10300 4800 +Connection ~ 10300 4800 +Wire Wire Line + 10400 5100 10200 5100 +Connection ~ 10200 5100 +Wire Wire Line + 10200 5500 10400 5500 +Connection ~ 10200 5500 +Wire Wire Line + 10200 5900 10400 5900 +Connection ~ 10200 5900 +Wire Wire Line + 10300 5800 10300 5600 +Connection ~ 10300 5600 +Wire Wire Line + 10300 6200 10300 6000 +Connection ~ 10300 6000 +Wire Wire Line + 10200 6300 10400 6300 +Connection ~ 10200 6300 +Wire Wire Line + 10900 6200 10900 6300 +Wire Wire Line + 10900 6300 10800 6300 +Wire Wire Line + 10900 5800 10900 5900 +Wire Wire Line + 10900 5900 10800 5900 +Wire Wire Line + 10900 5400 10900 5500 +Wire Wire Line + 10900 5500 10800 5500 +Wire Wire Line + 10900 5000 10900 5100 +Wire Wire Line + 10900 5100 10800 5100 +Wire Wire Line + 11700 5000 11700 5100 +Wire Wire Line + 11700 5100 11600 5100 +Wire Wire Line + 11700 5400 11700 5500 +Wire Wire Line + 11700 5500 11600 5500 +Wire Wire Line + 11700 5800 11700 5900 +Wire Wire Line + 11700 5900 11600 5900 +Wire Wire Line + 11700 6200 11700 6300 +Wire Wire Line + 11700 6300 11600 6300 +Wire Wire Line + 11700 6600 11700 6700 +Wire Wire Line + 11700 6700 11600 6700 +Wire Wire Line + 11100 6600 11100 6400 +Connection ~ 11100 6400 +Wire Wire Line + 11100 6200 11100 6000 +Connection ~ 11100 6000 +Wire Wire Line + 11100 5800 11100 5600 +Connection ~ 11100 5600 +Wire Wire Line + 11100 5400 11100 5200 +Connection ~ 11100 5200 +Wire Wire Line + 11100 5000 11100 4800 +Connection ~ 11100 4800 +Wire Wire Line + 11900 5000 11900 4800 +Connection ~ 11900 4800 +Wire Wire Line + 11900 5400 11900 5200 +Connection ~ 11900 5200 +Wire Wire Line + 11900 5800 11900 5600 +Connection ~ 11900 5600 +Wire Wire Line + 11900 6200 11900 6000 +Connection ~ 11900 6000 +Wire Wire Line + 12500 6200 12500 6300 +Wire Wire Line + 12500 6300 12400 6300 +Wire Wire Line + 12500 5800 12500 5900 +Wire Wire Line + 12500 5900 12400 5900 +Wire Wire Line + 12500 5400 12500 5500 +Wire Wire Line + 12500 5500 12400 5500 +Wire Wire Line + 12500 5000 12500 5100 +Wire Wire Line + 12500 5100 12400 5100 +Wire Wire Line + 12000 5100 11800 5100 +Connection ~ 11800 5100 +Wire Wire Line + 11200 5100 11000 5100 +Connection ~ 11000 5100 +Wire Wire Line + 11200 5500 11000 5500 +Connection ~ 11000 5500 +Wire Wire Line + 11200 5900 11000 5900 +Connection ~ 11000 5900 +Wire Wire Line + 11200 6300 11000 6300 +Connection ~ 11000 6300 +Wire Wire Line + 11800 6300 12000 6300 +Connection ~ 11800 6300 +Wire Wire Line + 12000 5900 11800 5900 +Connection ~ 11800 5900 +Wire Wire Line + 12000 5500 11800 5500 +Connection ~ 11800 5500 +Wire Wire Line + 12800 5100 12600 5100 +Connection ~ 12600 5100 +Wire Wire Line + 12800 5500 12600 5500 +Connection ~ 12600 5500 +Wire Wire Line + 12800 5900 12600 5900 +Connection ~ 12600 5900 +Wire Wire Line + 13400 5500 13600 5500 +Connection ~ 13400 5500 +Wire Wire Line + 13600 5100 13400 5100 +Connection ~ 13400 5100 +Wire Wire Line + 14200 5100 14400 5100 +Connection ~ 14200 5100 +Wire Wire Line + 14200 5500 14400 5500 +Wire Wire Line + 14300 5200 14300 5400 +Wire Wire Line + 14300 4800 14300 5000 +Wire Wire Line + 13500 5400 13500 5200 +Connection ~ 13500 5200 +Wire Wire Line + 13500 5000 13500 4800 +Connection ~ 13500 4800 +Wire Wire Line + 12700 6000 12700 6200 +Connection ~ 12700 6000 +Wire Wire Line + 12700 5800 12700 5600 +Connection ~ 12700 5600 +Wire Wire Line + 12700 5400 12700 5200 +Connection ~ 12700 5200 +Wire Wire Line + 12700 5000 12700 4800 +Connection ~ 12700 4800 +Wire Wire Line + 13300 5000 13300 5100 +Wire Wire Line + 13300 5100 13200 5100 +Wire Wire Line + 13300 5400 13300 5500 +Wire Wire Line + 13300 5500 13200 5500 +Wire Wire Line + 13300 5800 13300 5900 +Wire Wire Line + 13300 5900 13200 5900 +Wire Wire Line + 13300 6200 13300 6300 +Wire Wire Line + 13300 6300 13200 6300 +Wire Wire Line + 14900 5800 14900 5900 +Wire Wire Line + 14900 5900 14800 5900 +Wire Wire Line + 14100 5400 14100 5500 +Wire Wire Line + 14100 5500 14000 5500 +Wire Wire Line + 14100 5000 14100 5100 +Wire Wire Line + 14100 5100 14000 5100 +Wire Wire Line + 14900 5000 14900 5100 +Wire Wire Line + 14900 5100 14800 5100 +Wire Wire Line + 14900 5400 14900 5500 +Wire Wire Line + 14900 5500 14800 5500 +$Comp +L TEENSY_3.1 U1 +U 1 1 567FE11F +P 8900 3200 +F 0 "U1" H 8950 4250 60 0000 C CNN +F 1 "TEENSY_3.1" H 9000 4700 60 0000 C CNN +F 2 "" H 9000 3200 60 0000 C CNN +F 3 "" H 9000 3200 60 0000 C CNN + 1 8900 3200 + 1 0 0 -1 +$EndComp +Text Label 7900 2350 2 60 ~ 0 +row-1-left +Text Label 7900 3400 2 60 ~ 0 +row-2-left +Text Label 9900 3850 0 60 ~ 0 +row-3 +Text Label 7900 3850 2 60 ~ 0 +row-4 +Text Label 7900 3700 2 60 ~ 0 +row-5 +Text Label 9350 5600 0 60 ~ 0 +row-3 +Text Label 9350 6000 0 60 ~ 0 +row-4 +Text Label 9350 6400 0 60 ~ 0 +row-5 +Text Label 3000 4700 0 60 ~ 0 +col-1 +Text Label 3800 4700 0 60 ~ 0 +col-2 +Text Label 4600 4700 0 60 ~ 0 +col-3 +Text Label 5400 4700 0 60 ~ 0 +col-4 +Text Label 6200 4700 0 60 ~ 0 +col-5 +Text Label 7000 4700 0 60 ~ 0 +col-6 +Text Label 7800 4700 0 60 ~ 0 +col-7 +Text Label 8600 4700 0 60 ~ 0 +col-8 +Text Label 9400 4700 0 60 ~ 0 +col-9 +Text Label 10200 4700 0 60 ~ 0 +col-10 +Text Label 11000 4700 0 60 ~ 0 +col-11 +Text Label 11800 4700 0 60 ~ 0 +col-12 +Text Label 12600 4700 0 60 ~ 0 +col-13 +Text Label 13400 4700 0 60 ~ 0 +col-14 +Text Label 14200 4700 0 60 ~ 0 +col-15 +Text Label 7900 3550 2 60 ~ 0 +col-1 +Text Label 7900 3250 2 60 ~ 0 +col-2 +Text Label 7900 3100 2 60 ~ 0 +col-3 +Text Label 7900 2500 2 60 ~ 0 +col-4 +Text Label 7900 2650 2 60 ~ 0 +col-5 +Text Label 7900 2800 2 60 ~ 0 +col-6 +Text Label 7900 2950 2 60 ~ 0 +col-7 +Text Label 9900 3700 0 60 ~ 0 +col-8 +Text Label 9900 2800 0 60 ~ 0 +col-9 +Text Label 9900 2650 0 60 ~ 0 +col-10 +Text Label 9900 2500 0 60 ~ 0 +col-11 +Text Label 9900 2950 0 60 ~ 0 +col-12 +Text Label 9900 3100 0 60 ~ 0 +col-13 +Text Label 9900 3400 0 60 ~ 0 +col-14 +Text Label 9900 3550 0 60 ~ 0 +col-15 +NoConn ~ 9900 2200 +NoConn ~ 9900 2050 +NoConn ~ 9900 1900 +$Comp +L GND #PWR01 +U 1 1 567FE3FA +P 7900 1900 +F 0 "#PWR01" H 7900 1900 30 0001 C CNN +F 1 "GND" H 7900 1830 30 0001 C CNN +F 2 "" H 7900 1900 60 0000 C CNN +F 3 "" H 7900 1900 60 0000 C CNN + 1 7900 1900 + 0 1 1 0 +$EndComp +NoConn ~ 9100 4400 +NoConn ~ 9250 4400 +NoConn ~ 8800 4400 +NoConn ~ 8650 4400 +$Comp +L GND #PWR02 +U 1 1 567FE458 +P 8950 4400 +F 0 "#PWR02" H 8950 4400 30 0001 C CNN +F 1 "GND" H 8950 4330 30 0001 C CNN +F 2 "" H 8950 4400 60 0000 C CNN +F 3 "" H 8950 4400 60 0000 C CNN + 1 8950 4400 + 1 0 0 -1 +$EndComp +Text Label 9900 2350 0 60 ~ 0 +row-1-right +Text Label 7850 4800 0 60 ~ 0 +row-1-left +Text Label 9550 4800 0 60 ~ 0 +row-1-right +Text Label 7850 5200 0 60 ~ 0 +row-2-left +Text Label 9550 5200 0 60 ~ 0 +row-2-right +Text Label 9900 3250 0 60 ~ 0 +row-2-right +Wire Wire Line + 14300 5600 14300 5800 +Wire Wire Line + 14300 6000 14300 6200 +Wire Wire Line + 14300 6400 14300 6550 +Wire Wire Line + 14900 6200 14900 6300 +Wire Wire Line + 14900 6300 14800 6300 +Wire Wire Line + 14900 6550 14900 6650 +Wire Wire Line + 14900 6650 14800 6650 +Wire Wire Line + 14200 5900 14400 5900 +Connection ~ 14200 5500 +Wire Wire Line + 14200 6300 14400 6300 +Connection ~ 14200 5900 +Wire Wire Line + 14200 6650 14400 6650 +Connection ~ 14200 6300 +Wire Wire Line + 10200 4700 10200 6300 +Wire Wire Line + 13300 6550 13300 6650 +Wire Wire Line + 13300 6650 13200 6650 +Wire Wire Line + 12600 6650 12800 6650 +Connection ~ 12600 6300 +Wire Wire Line + 12700 6550 12700 6400 +Connection ~ 12700 6400 +Wire Wire Line + 3900 6400 3900 6550 +Connection ~ 5500 6400 +Wire Wire Line + 3800 6650 4000 6650 +Connection ~ 3800 6300 +Wire Wire Line + 4500 6550 4500 6650 +Wire Wire Line + 4500 6650 4400 6650 +NoConn ~ 7900 2200 +NoConn ~ 7900 2050 +$EndSCHEMATC diff --git a/pcb/teensy.mod b/pcb/teensy.mod new file mode 100644 index 0000000..3321cb2 --- /dev/null +++ b/pcb/teensy.mod @@ -0,0 +1,216 @@ +PCBNEW-LibModule-V1 Sun 27 Dec 2015 10:30:40 MSK +# encoding utf-8 +Units mm +$INDEX +TEENSY_3.1 +$EndINDEX +$MODULE TEENSY_3.1 +Po 0 0 0 15 567F9365 00000000 ~~ +Li TEENSY_3.1 +Sc 0 +AR /567FDB5D +Op 0 0 0 +T0 12.7 -7.62 1 1 0 0.15 N I 21 N "U2" +T1 -1.27 -7.62 1 1 900 0.15 N V 21 N "TEENSY 3.1" +DS -2.54 -12.7 27.94 -12.7 0.15 21 +DS 27.94 -12.7 27.94 -2.54 0.15 21 +DS 27.94 -2.54 -2.54 -2.54 0.15 21 +DS -2.54 -2.54 -2.54 -12.7 0.15 21 +$PAD +Sh "0" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 0 0 +$EndPAD +$PAD +Sh "1" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 2.54 0 +$EndPAD +$PAD +Sh "2" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 5.08 0 +$EndPAD +$PAD +Sh "3" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 7.62 0 +$EndPAD +$PAD +Sh "4" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 10.16 0 +$EndPAD +$PAD +Sh "5" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 12.7 0 +$EndPAD +$PAD +Sh "6" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 15.24 0 +$EndPAD +$PAD +Sh "7" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 17.78 0 +$EndPAD +$PAD +Sh "8" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 20.32 0 +$EndPAD +$PAD +Sh "9" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 22.86 0 +$EndPAD +$PAD +Sh "10" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 25.4 0 +$EndPAD +$PAD +Sh "11" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 27.94 0 +$EndPAD +$PAD +Sh "12" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 30.48 0 +$EndPAD +$PAD +Sh "13" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 30.48 -15.24 +$EndPAD +$PAD +Sh "14" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 27.94 -15.24 +$EndPAD +$PAD +Sh "15" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 25.4 -15.24 +$EndPAD +$PAD +Sh "16" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 22.86 -15.24 +$EndPAD +$PAD +Sh "17" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 20.32 -15.24 +$EndPAD +$PAD +Sh "18" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 17.78 -15.24 +$EndPAD +$PAD +Sh "19" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 15.24 -15.24 +$EndPAD +$PAD +Sh "20" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 12.7 -15.24 +$EndPAD +$PAD +Sh "21" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 10.16 -15.24 +$EndPAD +$PAD +Sh "22" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 7.62 -15.24 +$EndPAD +$PAD +Sh "23" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 5.08 -15.24 +$EndPAD +$PAD +Sh "24" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 2.54 -15.24 +$EndPAD +$PAD +Sh "25" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po 0 -15.24 +$EndPAD +$PAD +Sh "26" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po -2.54 -15.24 +$EndPAD +$PAD +Sh "27" C 1.9 1.9 0 0 0 +Dr 0.8 0 0 +At STD N 00E0FFFF +Ne 0 "" +Po -2.54 0 +$EndPAD +$EndMODULE TEENSY_3.1 +$EndLIBRARY -- cgit v1.2.3