diff --git a/.gitignore b/.gitignore index b85d482..89f60e6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ stat/ www/scrapeboard_new.gif *.backup kicad/*/*-backups +scrapeboard_hat*.zip +_autosave-* diff --git a/README.md b/README.md index 86e41ac..0300847 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ So, you think you can skateboard, but can you scrapeboard, you slime bag? Scrape Controller ---------- -The standard controller is a custom platform combined with a modified skatedeck, seen in the above GIF. It can be built using the instructions in the builder's manual. Custom interfaces can also be created using an Arduino or Raspberry Pi. There is also keyboard support built-in. It is meant for testing, but the game can be played with it. +The standard controller is a custom platform combined with a modified skatedeck, seen in the above GIF. It can be built using the instructions in the [builder's manual][]. Custom interfaces can also be created using an Arduino or Raspberry Pi. There is also keyboard support built-in. It is meant for testing, but the game can be played with it. The hardware requirement for [serial mode](#Serial) is an [Arduino][] or Arduino-equivalent device that can run the [serial program][]. [Raspberry Pi][] mode is similar to serial mode, but it uses the Python GPIO library to get input directly from the Raspberry Pi pins. For [keyboard mode](#Keys), no special hardware is required, although a gamepad or [Makey Makey][] could be used to create a custom controller that sends key presses. @@ -128,3 +128,4 @@ Send us a donation through [Ko-fi](https://ko-fi.com/scrapeboard)! [PGFW]: https://git.nugget.fun/nugget/pgfw [Raspberry Pi]: https://www.raspberrypi.org/ [Scrapeboard Builder's Manual]: Scrapeboard_Builder's_Manual.md +[builder's manual]: Scrapeboard_Builder's_Manual.md diff --git a/Scrapeboard_Builder's_Manual.md b/Scrapeboard_Builder's_Manual.md index c00da5c..af5f7f2 100644 --- a/Scrapeboard_Builder's_Manual.md +++ b/Scrapeboard_Builder's_Manual.md @@ -10,12 +10,12 @@ The game is available to play at select game conventions and festivals, but it i Audience -------- -It is intended for a general audience. There are steps that involve beginner level electronics and wood working. The instructions assume a bit of understanding about how to connect components when using the Arduino. There are steps that require the use of a drill. +It is intended for a general audience. There are steps that involve beginner level electronics and wood working. The instructions assume some understanding about how to connect components when using the Arduino. There are steps that require the use of a drill. Purpose ------- -The builder's manual was created so players could build Scrapeboard on their own and challenge themselves and friends outside of events and host their own events. It is released with open licensing, so the finished system can be used for personal use, for example in a player's garage or basement, or commercial, like in an arcade or bar. It is also licensed to be modified, so the controller can be used for other games, including custom ones. With more Scrapeboard systems, whether built by the core team or other members of the community, access to Scrapeboard outside of occasional events can be made possible. +The builder's manual was created so players could build Scrapeboard on their own and challenge themselves and friends outside of events and host their own events. It is released with open licensing, so the finished system can be used for personal use, for example in a player's garage or basement, or commercial, like in an arcade or bar. It is also licensed to be modified, so the controller can be used for other games, including custom ones. With more Scrapeboard systems, whether built by the core team or other members of the community, there can be more access to Scrapeboard outside of occasional events. License ------- @@ -25,13 +25,13 @@ The code, electronics, and manual are released as open source, so the system is History ------- -Scrapeboard started in 2017 as a side project of the STORE 2 exhibition at [Babycastles](https://babycastles.com), which Frank, Blake, and Clement, the creators of Scrapeboard, worked on, along with curator Mushbuh and a team of volunteers. The team received a donation of a signed skatedeck from Tony Hawk to be added to the exhibition. After the exhibition, in preparation for [MAGFest](https://super.magfest.org) 2018, Frank and Blake turned the skatedeck into a game controller with the idea of making something similar to Dance Dance Revolution, using a skatedeck instead of the player's feet for input. +Scrapeboard started in 2017 as a side project of the STORE 2 exhibition at [Babycastles](https://babycastles.com), which Frank, Blake, and Clement, worked on, along with curator Mushbuh and a team of volunteers. The team received a donation of a signed skatedeck from Tony Hawk to be added to the exhibition. After the exhibition, in preparation for [MAGFest](https://super.magfest.org) 2018, Frank and Blake turned the skatedeck into a game controller with the idea of making something similar to Dance Dance Revolution, using a skatedeck instead of the player's feet for input. -The original prototype was created using the signed skatedeck, cardboard, aluminum foil, copper tape, and a [Makey Makey](https://makeymakey.com). The skatedeck was turned into a conductive device by applying copper tape to the bottom of the deck and placing it on a platform made of cardboard and layered aluminum foil. In the center of the platform was a cross section of aluminum foil, separated by bare cardboard and painter's tape from four other sections of aluminum foil outside the cross section. The four outside sections and cross section were connected to the Makey Makey with alligator clips. This served as a proof of concept for the game and even was able to be used for a few events. +The original prototype was created using the signed skatedeck, cardboard, aluminum foil, copper tape, and a [Makey Makey](https://makeymakey.com). The skatedeck was turned into a conductive device by applying copper tape to the bottom of the deck and placing it on a platform made of cardboard and layered aluminum foil. In the center of the platform was a cross section of aluminum foil, separated by bare cardboard and painter's tape from four other sections of aluminum foil outside the cross section. The four outside sections and cross section were connected to the Makey Makey with alligator clips. This served as a proof of concept for the game and was even able to be used for a few events. The next version of Scrapeboard used four aluminum street signs, a rug, an aluminum sheet, and an Arduino. Four rectangles were cut into the rug to frame the aluminum signs, which were taped to the bottom of the rug with carpet tape. The aluminum sheet was drilled into the bottom of the signed skatedeck. The Arduino circuit was designed using pull-up resistors and a program loop which turned each input low and tested for a connection with the other inputs, so the circuit wouldn't require a ground connection anymore. This version was used for many events but required a lot of repair and maintenance before and after each event. -A newer model was made in preparation for [GDC](https://gdconf.com) 2022, using wood, aluminum street signs, steel anchor rings, and the same Arduino circuit. The aluminum street signs were drilled into four pieces of wood which were bracketed together on the underside. The steel anchor rings were fastened to the underside of the skatedeck using machine screws. By the end of 2022, this version had been refined to the point where it could last through multiple events without needing repair, a significant milestone for the project because it opened up the possibility of the game being able to run without constant supervision. +A newer model was made in preparation for [GDC](https://gdconf.com) 2022, using wood, aluminum street signs, steel anchor rings, and the same Arduino circuit. The aluminum street signs were drilled into four pieces of wood which were bracketed together on the underside. The steel anchor rings were fastened to the underside of the skatedeck using machine screws. By the end of 2022, this version had been refined enough to last through multiple events without needing repair, a significant milestone for the project because it opened up the possibility of the game being able to run without constant supervision. Although there are still improvements being worked on, the 2022 model is what this manual is based on and what the instructions will create. Since that model has proven to be durable, the steps to reproduce it can be recommended as a simple method for Scrapeboard players to construct a system of their own. Further improvements are covered by optional steps and more will likely be added in the future. @@ -40,9 +40,11 @@ Supplies #### Electronics -* [Arduino][3] or [Raspberry Pi (v4 2GB or higher)][4] +* [Arduino][3] or [Raspberry Pi 4 (2GB or higher)][4] * Desktop or laptop computer (not required if using Raspberry Pi) -* Monitor +* 4GB or larger micro SD card and reader (only needed for Raspberry Pi) +* USB keyboard (only needed for Raspberry Pi) +* Monitor or any HDMI capable display * HDMI cable * [Breadboard](https://www.amazon.com/dp/B07LFD4LT6) * [Jumper wires](https://www.amazon.com/dp/B01EV70C78) @@ -51,9 +53,9 @@ Supplies #### Hardware -* 4 × [plywood](https://www.homedepot.com/p/203504324) pre-cut to 15" × 21" × 3/4" each (oak or birch recommended) +* 4 × [plywood](https://www.homedepot.com/p/203504324) pre-cut to 15" × 21" × 3/4" each (oak or birch hardwood recommended) * 4 × 12" × 18" metal sheets ([aluminum composite sheet](https://www.homedepot.com/p/308670310) cut into 4 pieces, [street signs](https://www.ebay.com/itm/134245723578), or if insetting with a router, thin metal sheets [pre-cut](https://www.lowes.com/pd/Hillman-12-in-x-18-in-Steel-Solid/3057631) or [cut your own](https://www.lowes.com/pd/IMPERIAL-24-in-x-3-ft-Galvanized-Steel-Sheet-Metal/3234805) are also an option) -* 52 × [Flat-head wood screws #8 × 5/8"](https://www.amazon.com/dp/B08F75F6BV) +* 68 × [Flat-head wood screws #12 × 5/8"](https://www.amazon.com/dp/B07KWB4GNF) (#10 are OK if #12 are hard to find) * 4 × [#8 washers](https://www.homedepot.com/p/204276449) * 8 × [Flat metal brackets with 5/8" screws](https://www.amazon.com/dp/B07Z8YLFCN) * 20' - 30' [16 AWG wire](https://www.ebay.com/itm/272488348389) @@ -83,7 +85,8 @@ Supplies * Use a router to create insets for the metal panels, inner screws, brackets, and wires * [3/4" straight bit](https://www.amazon.com/dp/B07ZC974L1) -* Replace 26 of the sheet metal screws with [#10-24 × 5/8" flat head machine screws](https://www.homedepot.com/p/310449137), [#10-24 nuts](https://www.homedepot.com/p/204274479), and [#10 1/2" washers](https://www.homedepot.com/p/204276450) +* [Router edge guide](https://www.amazon.com/dp/B0771Y41W6) (recommended) +* Replace 36 of the flat-head #12 × 5/8" wood screws with [#12-24 × 5/8" flat head machine screws](https://www.amazon.com/dp/B074ZMZ18Z), [#12-24 nuts](https://www.amazon.com/dp/B094D4B8G9), and [3/16" washers](https://www.homedepot.com/p/204276449) * Replace flat metal brackets with 8 [latches](https://www.amazon.com/dp/B07GKHD61X) and 32 [#4 × 1/4" round head screws](https://www.homedepot.com/p/204275185) Preparing a computer @@ -100,23 +103,13 @@ Computers other than Raspberry Pi don't need special preparation before installi ### Raspberry Pi -If using a Raspberry Pi, it must have 2GB or higher RAM, and only the Raspberry Pi version 4 has been tested. This manual covers how to install everything from scratch on an empty SD card using a Raspberry Pi OS Lite. - -#### Supplies - -* Raspberry Pi 4 with 2GB or more RAM and power supply -* 4GB or larger micro SD card -* SD card reader -* HDMI cable -* HDMI-compatible external display -* USB Keyboard -* Wi-fi or LAN connection for Raspberry Pi +If using a Raspberry Pi, it must have 2GB or higher RAM, and only the Raspberry Pi version 4 has been tested. This manual covers how to install everything from scratch on an empty SD card using a Raspberry Pi OS Lite. A wi-fi or LAN connection for the Pi is necessary. #### Instructions ##### Imager -1. Get Raspberry Pi imager from and launch it (note: must be run as authorized user) +1. Get the [Raspberry Pi imager](https://www.raspberrypi.com/software/) software and launch it (note: must be run as authorized user) 2. Choose `"Raspberry Pi OS (other)" -> "Raspberry Pi OS Lite (64-bit)"` under `"Operating System"` 3. Connect your SD card and choose it under `"Storage"` @@ -138,10 +131,10 @@ Click "WRITE" in the Imager window 1. Insert the SD card into the Raspberry Pi 2. Connect the Pi to an external HDMI display 3. Connect a keyboard -4. Power up the Pi +4. Power up the Pi (note: an [official power adapter](https://www.raspberrypi.com/products/type-c-power-supply/) is recommended) 5. Login with the username and password set during installation 6. Optional: run `sudo apt update && sudo apt upgrade` to update the operating system -7. The system is ready for [installing the game software and other software requirements][] +7. The system is ready for installing the game software and other software requirements Installing the game software and other software requirements ------------------------------------------------------------ @@ -312,14 +305,6 @@ Electronics A simple circuit constructed with either an Arduino or Raspberry Pi is necessary to connect the input pads with the game. -### Supplies - -* Arduino with USB cable or Raspberry Pi -* [Breadboard](https://www.amazon.com/dp/B07LFD4LT6) -* [Jumper wires](https://www.amazon.com/dp/B01EV70C78) -* 4 × [4.7k resistors](https://www.amazon.com/dp/B07QJB3LGN) -* 4 × [5mm screw terminals](https://www.amazon.com/dp/B088LSS14J) - ### Circuit Four input pins on the microcontroller need to be connected to the game's four input pads, with a 4.7k resistor in each connection. With the program loaded onto the microcontroller, when a connection is made between two pads with any conductive material, they are registered as connected. During each loop of the program, each of the four pads is set to low output while the others are set to high input. The low output pulls down the high input if they are connected, so if an input set high is read as low, that means the two low pins are connected. @@ -382,46 +367,6 @@ If using plywood, a router may be used to carve channels for insetting the metal The electronics are assumed to be installed in front of the platform, near where the screen is. If installing the electronics behind the platform, adjust wire lengths and wire channel orientations as necessary. -### Supplies - -#### Hardware - -* 4 × [plywood](https://www.homedepot.com/p/203504324) pre-cut to 15" × 21" × 3/4" each (oak or birch recommended) -* 4 × 12" × 18" metal sheets ([aluminum composite sheet](https://www.homedepot.com/p/308670310) cut into 4 pieces, [street signs](https://www.ebay.com/itm/134245723578), or if insetting with a router, [thin metal sheets](https://www.homedepot.com/p/204225782) are also an option) -* 68 × [Flat-head wood screws #8 × 5/8"](https://www.amazon.com/dp/B08F75F6BV) -* 4 × [#8 washers](https://www.homedepot.com/p/204276449) -* 8 × [Flat metal brackets with 5/8" screws](https://www.amazon.com/dp/B07Z8YLFCN) -* 20' [16 AWG wire](https://www.ebay.com/itm/272488348389) -* [Skateboard deck](https://www.ebay.com/sch?_nkw=blank+skateboard+deck) -* 2 × [Surface-mounted anchor rings](https://www.harborfreight.com/4-piece-surface-mounted-rope-rings-97767.html) -* 6 × [#10-24 × 3/4" machine screws](https://www.amazon.com/dp/B08474HKMT) with [hex nuts](https://www.amazon.com/dp/B082D6FV5H) -* 10 × [#8-1/2" Wood screws](https://www.amazon.com/dp/B09D952RV5) -* [Thin metal strip](https://www.amazon.com/dp/B00745VXN2) -* [Non-slip floor padding](https://www.amazon.com/dp/B09QS47P21) -* [Carpet tape](https://www.amazon.com/dp/B07H88SWCM) -* [WD-40](https://www.amazon.com/dp/B00IOX8M0A/) (recommended for drilling into metal) - -#### Tools - -* Drill -* Hammer -* Straight edge -* Pencil -* Measuring tape -* Countersink bit (recommended) -* Wire strippers (recommended) -* Wrench (recommended) -* Screwdriver (recommended) -* Sandpaper (recommended) - -#### Optional - -* Use a [router](https://www.amazon.com/dp/B01M0J08MF) to create insets for the metal panels, inner screws, brackets, and wires -* [3/4" straight bit](https://www.amazon.com/dp/B07ZC974L1) -* [Router edge guide](https://www.amazon.com/dp/B0771Y41W6) (recommended) -* Replace 26 of the sheet metal screws with [#10-24 × 5/8" flat head machine screws](https://www.homedepot.com/p/310449137), [#10-24 nuts](https://www.homedepot.com/p/204274479), and [#10 1/2" washers](https://www.homedepot.com/p/204276450) -* Replace flat metal brackets with 8 [latches](https://www.amazon.com/dp/B07GKHD61X) and 32 [#4 × 1/4" round head screws](https://www.homedepot.com/p/204275185) - ### Platform The platform for a standard Scrapeboard build consists of four evenly spaced metal plates, about 12" × 18" each, spaced 5" apart. The metal plates can be mounted in any manner, as long as they are firmly attached. This manual describes how to mount the metal to four 15" × 21" × 3/4" pre-cut pieces of plywood and bracket the pieces together. It also describes how to use a router to inset the metal parts and wiring, but those parts are optional. @@ -474,7 +419,7 @@ There will be four wires total, one for each metal plate. They should be cut lon 3. For each wire, at one end use wire strippers to cut off the sheathing and expose 1/4" of wire. These ends will be inserted into the screw terminals. 4. For each wire, at the other end, use wire strippers to cut off the sheathing and expose 2" or more of wire. These ends will be attached to the metal plates. -#### Metal pads +#### Metal plates The metal plates need to be screwed into the platform, leaving the measured cross section of bare wood between them. The wires then need to be attached to the metal plates. To attach the metal plates to the wood, 16 screws are used per plate, all along the edges, 3/8" inward from the edge. Additionally, one screw is placed in the far corner of each plate for attaching the wire. diff --git a/kicad/README.md b/kicad/README.md index 53a1766..4bd7ad6 100644 --- a/kicad/README.md +++ b/kicad/README.md @@ -1,14 +1,14 @@ KiCad PCB project files ======================= -This folder contains two [KiCad 7](https://kicad.org) projects for printing Scrapeboard circuit boards, one for Arduino UNO, and the other for Raspberry Pi. KiCad 7 software is required for viewing and editing the projects. The folder includes all the necessary footprint, symbol, and 3D model files. Local paths have been set to include these folders, so the projects should be able to load everything automatically, but they have not been tested on other installations of KiCad. +This folder contains a [KiCad 7](https://kicad.org) project for printing a circuit board that can attach to Raspberry Pi or Arduino. KiCad 7 software is required for viewing and editing. The necessary footprint, symbol, and 3D model files are included. Local paths have been set to include these folders, so the projects should be able to load everything automatically, but they have not been tested on other installations of KiCad. -These PCBs can be printed and used to connect the wires from the four metal plates to either an Arduino UNO or a Raspberry Pi. +This PCB can be printed and used to connect the wires from the four metal plates to either an Arduino or a Raspberry Pi. Originally made by Evan Kahn and modified by Frank DeMarco. Alien goon logo is by Blake Andrews. The boards and project files are released under the zlib license, so they are licensed to be used for any purpose. See [LICENSE.txt](../LICENSE.txt) for details. -![Scrapeboard Raspberry Pi hat](../www/pcb_hats/scrapeboard_hat_rpi_top_and_bottom_annotated.png) +![Scrapeboard Raspberry Pi hat](../www/pcb_hats/scrapeboard_hat_top_and_bottom_annotated.png) -![Scrapeboard Arduino UNO hat](../www/pcb_hats/scrapeboard_hat_uno_top_and_bottom_annotated.png) +![Scrapeboard Arduino UNO hat](../www/pcb_hats/scrapeboard_hat_top_and_bottom_annotated.png) ![Scrapeboard Arduino UNO hat](../www/KiCad_GUI_screen.png) diff --git a/kicad/footprints/Connector_PinSocket_2.54mm.pretty/PinSocket_1x04_P2.54mm_Vertical.kicad_mod b/kicad/footprints/Connector_PinSocket_2.54mm.pretty/PinSocket_1x04_P2.54mm_Vertical.kicad_mod new file mode 100644 index 0000000..ec975f9 --- /dev/null +++ b/kicad/footprints/Connector_PinSocket_2.54mm.pretty/PinSocket_1x04_P2.54mm_Vertical.kicad_mod @@ -0,0 +1,43 @@ +(footprint "PinSocket_1x04_P2.54mm_Vertical" (version 20211014) (generator pcbnew) + (layer "F.Cu") + (tedit 5A19A429) + (descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x04 2.54mm single row") + (attr through_hole) + (fp_text reference "REF**" (at 0 -2.77) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f2b54470-c210-48e0-af04-601bc8f080b6) + ) + (fp_text value "PinSocket_1x04_P2.54mm_Vertical" (at 0 10.39) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d53e0302-0db9-4055-a945-e949bb69a01a) + ) + (fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 12818457-a928-4a58-a768-32818fc42d8d) + ) + (fp_line (start 0 -1.33) (end 1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 0b0caae4-3516-4e1d-8c34-db4d96d41b69)) + (fp_line (start 1.33 -1.33) (end 1.33 0) (layer "F.SilkS") (width 0.12) (tstamp 1bbfb789-b903-4d94-a84c-27c31d6ddb87)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 257cdb19-4025-4fa7-9a74-b2d22e8ba58d)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 7046adf6-9740-4d25-b205-d1fffb82b005)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp c8cf58ba-8863-4630-be56-78a2eb8d55bd)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp d1e4446c-7a25-4f49-846a-5ec9b3ac753a)) + (fp_line (start -1.8 9.4) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 59f28584-bc37-4ee4-9d8d-83313332dd22)) + (fp_line (start 1.75 -1.8) (end 1.75 9.4) (layer "F.CrtYd") (width 0.05) (tstamp 63d51db6-ac13-4c8e-a47e-37785e50651f)) + (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 7fbbaabf-f9c9-4c65-84ac-eb48bbb94306)) + (fp_line (start 1.75 9.4) (end -1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp f7f34377-dc94-4e23-abc2-c9ec3682eb39)) + (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 4488ae3b-6026-4638-a2e4-db8d518174db)) + (fp_line (start 1.27 -0.635) (end 1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp 71b610dc-6482-4490-9131-865e7f856685)) + (fp_line (start -1.27 8.89) (end -1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 7949220b-fca3-49a1-9b4c-fac10faf8d69)) + (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 7c45869b-ce5d-4b65-9c7c-2e902cfe9d0a)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp f97fc5e6-8b3e-4567-9586-3ebba4b86f3f)) + (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 2e08a263-3e07-43ef-b8ac-536cb45b6165)) + (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 21d635ce-212a-436e-8900-6f95ebc71c55)) + (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 4eed0372-d89a-4fec-bea1-b5660297ac7d)) + (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 1f92a149-11c2-4b9c-9f4d-d30f134bf31d)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) +) diff --git a/kicad/footprints/scrapeboard_footprint_library.pretty/scrapeboard_logo_footprint.kicad_mod b/kicad/footprints/scrapeboard_footprint_library.pretty/scrapeboard_logo_footprint.kicad_mod index cac2c68..f51ca75 100644 --- a/kicad/footprints/scrapeboard_footprint_library.pretty/scrapeboard_logo_footprint.kicad_mod +++ b/kicad/footprints/scrapeboard_footprint_library.pretty/scrapeboard_logo_footprint.kicad_mod @@ -11,1951 +11,1721 @@ ) (fp_poly (pts - (xy -2.357806 -0.401899) - (xy -2.366737 -0.392968) - (xy -2.375668 -0.401899) - (xy -2.366737 -0.41083) + (xy 0.375078 -0.624108) + (xy 0.397325 -0.579472) + (xy 0.405131 -0.551864) + (xy 0.420754 -0.503731) + (xy 0.438089 -0.473884) + (xy 0.445321 -0.469411) + (xy 0.478557 -0.465444) + (xy 0.482253 -0.464945) + (xy 0.501762 -0.445573) + (xy 0.522363 -0.396667) + (xy 0.542774 -0.324337) + (xy 0.561713 -0.234696) + (xy 0.577897 -0.133855) + (xy 0.590044 -0.027923) + (xy 0.596871 0.076986) + (xy 0.597049 0.082084) + (xy 0.609351 0.120798) + (xy 0.622474 0.136141) + (xy 0.635748 0.162486) + (xy 0.631668 0.194693) + (xy 0.613657 0.214943) + (xy 0.607125 0.21605) + (xy 0.595038 0.231389) + (xy 0.590658 0.269359) + (xy 0.593198 0.317891) + (xy 0.601875 0.364917) + (xy 0.615902 0.398366) + (xy 0.619243 0.402327) + (xy 0.634725 0.424725) + (xy 0.625987 0.430396) + (xy 0.615447 0.438263) + (xy 0.629177 0.460094) + (xy 0.643963 0.48516) + (xy 0.631442 0.497281) + (xy 0.631364 0.497307) + (xy 0.612883 0.519075) + (xy 0.609036 0.540112) + (xy 0.616156 0.563859) + (xy 0.626898 0.564362) + (xy 0.643358 0.565778) + (xy 0.64476 0.572239) + (xy 0.630886 0.590168) + (xy 0.62441 0.591155) + (xy 0.612663 0.606025) + (xy 0.611852 0.652032) + (xy 0.614706 0.681043) + (xy 0.618306 0.73442) + (xy 0.613748 0.759771) + (xy 0.608263 0.760368) + (xy 0.598064 0.769726) + (xy 0.592096 0.807747) + (xy 0.591174 0.837763) + (xy 0.579185 0.9211) + (xy 0.545472 0.984408) + (xy 0.493413 1.021893) + (xy 0.481579 1.025656) + (xy 0.453339 1.024959) + (xy 0.418812 1.005753) + (xy 0.404396 0.993054) + (xy 0.484001 0.993054) + (xy 0.492932 1.001985) + (xy 0.501863 0.993054) + (xy 0.492932 0.984123) + (xy 0.484001 0.993054) + (xy 0.404396 0.993054) + (xy 0.371216 0.963827) + (xy 0.353106 0.94592) + (xy 0.304992 0.894197) + (xy 0.282875 0.861097) + (xy 0.284602 0.843251) + (xy 0.286531 0.841835) + (xy 0.299332 0.827522) + (xy 0.288373 0.820672) + (xy 0.282154 0.804148) + (xy 0.304214 0.771121) + (xy 0.331104 0.733705) + (xy 0.343336 0.704526) + (xy 0.347737 0.652041) + (xy 0.350844 0.599629) + (xy 0.35296 0.538416) + (xy 0.354391 0.459525) + (xy 0.35544 0.354081) + (xy 0.355472 0.350016) + (xy 0.354865 0.260705) + (xy 0.376828 0.260705) + (xy 0.385759 0.269637) + (xy 0.39469 0.260705) + (xy 0.385759 0.251774) + (xy 0.376828 0.260705) + (xy 0.354865 0.260705) + (xy 0.354675 0.232656) + (xy 0.350844 0.11324) + (xy 0.344485 -0.001821) + (xy 0.336104 -0.106115) + (xy 0.326206 -0.19323) + (xy 0.315297 -0.256756) + (xy 0.305117 -0.288314) + (xy 0.295787 -0.322027) + (xy 0.289405 -0.378116) + (xy 0.287517 -0.432116) + (xy 0.292828 -0.516661) + (xy 0.306953 -0.580896) + (xy 0.327179 -0.622057) + (xy 0.350792 -0.637382) ) - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f3e25597-2ef8-40f4-8175-a98680d1d19b)) + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp a32fb317-b439-4f9a-990d-18b21d0ab1ac)) (fp_poly (pts - (xy -2.286357 -0.187553) - (xy -2.295288 -0.178622) - (xy -2.304219 -0.187553) - (xy -2.295288 -0.196484) + (xy -0.207575 -0.620365) + (xy -0.198652 -0.572347) + (xy -0.198819 -0.528389) + (xy -0.199984 -0.473901) + (xy -0.19452 -0.447094) + (xy -0.180206 -0.440195) + (xy -0.173781 -0.440858) + (xy -0.145496 -0.43849) + (xy -0.131682 -0.416279) + (xy -0.131185 -0.369352) + (xy -0.141074 -0.302508) + (xy -0.151 -0.230048) + (xy -0.148923 -0.181815) + (xy -0.140139 -0.15712) + (xy -0.129278 -0.13088) + (xy -0.139393 -0.131161) + (xy -0.158157 -0.133732) + (xy -0.16055 -0.128851) + (xy -0.162413 -0.104898) + (xy -0.165861 -0.055796) + (xy -0.170157 0.007959) + (xy -0.170277 0.009763) + (xy -0.176354 0.074615) + (xy -0.184434 0.12586) + (xy -0.192781 0.152526) + (xy -0.192882 0.15266) + (xy -0.198834 0.178558) + (xy -0.202062 0.230878) + (xy -0.202815 0.30044) + (xy -0.20134 0.378067) + (xy -0.197887 0.454578) + (xy -0.192702 0.520796) + (xy -0.186035 0.567542) + (xy -0.181255 0.582738) + (xy -0.175791 0.618379) + (xy -0.181038 0.676545) + (xy -0.194496 0.746569) + (xy -0.213664 0.817784) + (xy -0.236041 0.879524) + (xy -0.259129 0.921123) + (xy -0.26113 0.923485) + (xy -0.284464 0.952858) + (xy -0.283337 0.964676) + (xy -0.270217 0.966261) + (xy -0.251851 0.971694) + (xy -0.261242 0.9863) + (xy -0.274412 1.016397) + (xy -0.272719 1.02865) + (xy -0.279101 1.052863) + (xy -0.292905 1.061993) + (xy -0.312192 1.063922) + (xy -0.311502 1.056601) + (xy -0.311953 1.035549) + (xy -0.335539 1.025869) + (xy -0.361712 1.030199) + (xy -0.380425 1.051767) + (xy -0.379275 1.065981) + (xy -0.3758 1.088665) + (xy -0.393452 1.082974) + (xy -0.431842 1.049049) + (xy -0.435916 1.045002) + (xy -0.465215 1.010346) + (xy -0.468926 0.986136) + (xy -0.460994 0.973144) + (xy -0.449333 0.954946) + (xy -0.465047 0.957286) + (xy -0.466875 0.957979) + (xy -0.481203 0.957781) + (xy -0.490152 0.939568) + (xy -0.493434 0.912674) + (xy -0.284072 0.912674) + (xy -0.277537 0.927377) + (xy -0.272164 0.924583) + (xy -0.270026 0.903384) + (xy -0.272164 0.900766) + (xy -0.282783 0.903218) + (xy -0.284072 0.912674) + (xy -0.493434 0.912674) + (xy -0.495332 0.897117) + (xy -0.497961 0.837818) + (xy -0.501799 0.654571) + (xy -0.501801 0.600087) + (xy -0.480556 0.600087) + (xy -0.471625 0.609018) + (xy -0.462694 0.600087) + (xy -0.471625 0.591155) + (xy -0.480556 0.600087) + (xy -0.501801 0.600087) + (xy -0.501803 0.510776) + (xy -0.498418 0.510776) + (xy -0.489487 0.519707) + (xy -0.480556 0.510776) + (xy -0.489487 0.501845) + (xy -0.498418 0.510776) + (xy -0.501803 0.510776) + (xy -0.501804 0.487474) + (xy -0.498093 0.341547) + (xy -0.490784 0.221806) + (xy -0.481601 0.142904) + (xy -0.46875 0.066206) + (xy -0.456437 0.010187) + (xy -0.440274 -0.039852) + (xy -0.415873 -0.098615) + (xy -0.396801 -0.141193) + (xy -0.365916 -0.217905) + (xy -0.335486 -0.307532) + (xy -0.309718 -0.396368) + (xy -0.292816 -0.470705) + (xy -0.289928 -0.489506) + (xy -0.281219 -0.553243) + (xy -0.273317 -0.591261) + (xy -0.263574 -0.613398) + (xy -0.253296 -0.625669) + (xy -0.226335 -0.639113) ) - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0b8a1da9-5062-490c-892e-1f9a8d0ebf56)) + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp 5d7831f5-3ae7-4a9f-bce2-629f4de5031d)) (fp_poly (pts - (xy -1.571871 -3.420605) - (xy -1.580802 -3.411674) - (xy -1.589733 -3.420605) - (xy -1.580802 -3.429536) + (xy 2.681309 -3.48722) + (xy 2.690134 -3.481166) + (xy 2.69459 -3.457636) + (xy 2.698391 -3.409656) + (xy 2.701181 -3.3485) + (xy 2.702601 -3.285441) + (xy 2.702297 -3.231754) + (xy 2.69991 -3.198712) + (xy 2.699168 -3.195624) + (xy 2.695852 -3.17354) + (xy 2.691428 -3.130789) + (xy 2.69066 -3.122198) + (xy 2.683415 -3.067081) + (xy 2.673532 -3.021516) + (xy 2.672955 -3.019644) + (xy 2.660147 -2.971464) + (xy 2.652249 -2.934012) + (xy 2.638505 -2.883733) + (xy 2.625143 -2.851912) + (xy 2.606026 -2.804076) + (xy 2.599578 -2.778762) + (xy 2.592115 -2.738489) + (xy 2.581292 -2.68053) + (xy 2.575778 -2.651118) + (xy 2.568021 -2.596838) + (xy 2.566743 -2.556954) + (xy 2.569229 -2.545651) + (xy 2.567389 -2.53787) + (xy 2.558772 -2.541949) + (xy 2.54 -2.54) + (xy 2.535917 -2.526847) + (xy 2.532591 -2.493683) + (xy 2.531452 -2.485451) + (xy 2.521981 -2.465749) + (xy 2.497713 -2.421661) + (xy 2.462185 -2.359462) + (xy 2.418936 -2.285427) + (xy 2.413115 -2.275571) + (xy 2.369395 -2.199727) + (xy 2.333585 -2.133949) + (xy 2.309109 -2.084796) + (xy 2.29939 -2.05883) + (xy 2.299375 -2.057611) + (xy 2.291616 -2.039958) + (xy 2.285658 -2.039749) + (xy 2.27415 -2.03549) + (xy 2.257584 -2.01547) + (xy 2.233581 -1.97569) + (xy 2.199767 -1.912149) + (xy 2.153763 -1.820848) + (xy 2.144606 -1.802375) + (xy 2.099399 -1.727798) + (xy 2.036109 -1.645202) + (xy 1.962794 -1.563292) + (xy 1.887515 -1.490776) + (xy 1.818329 -1.436359) + (xy 1.790229 -1.419523) + (xy 1.752957 -1.395783) + (xy 1.734718 -1.375403) + (xy 1.734352 -1.373224) + (xy 1.720019 -1.357472) + (xy 1.70947 -1.355821) + (xy 1.68132 -1.341529) + (xy 1.675271 -1.331541) + (xy 1.656182 -1.314211) + (xy 1.611734 -1.286123) + (xy 1.549008 -1.251481) + (xy 1.490648 -1.22198) + (xy 1.381238 -1.169136) + (xy 1.297027 -1.130066) + (xy 1.231239 -1.102605) + (xy 1.177103 -1.084589) + (xy 1.127843 -1.073852) + (xy 1.076685 -1.068231) + (xy 1.016857 -1.06556) + (xy 0.999711 -1.065099) + (xy 0.920273 -1.064183) + (xy 0.864999 -1.067679) + (xy 0.8224 -1.077705) + (xy 0.780989 -1.096379) + (xy 0.756663 -1.109893) + (xy 0.703916 -1.144276) + (xy 0.677146 -1.174794) + (xy 0.668885 -1.208134) + (xy 0.664903 -1.294453) + (xy 0.663931 -1.366939) + (xy 0.666907 -1.43354) + (xy 0.674766 -1.502206) + (xy 0.688445 -1.580886) + (xy 0.708879 -1.67753) + (xy 0.737005 -1.800088) + (xy 0.74022 -1.813834) + (xy 0.773922 -1.936965) + (xy 0.817417 -2.064763) + (xy 0.867292 -2.189326) + (xy 0.920134 -2.302755) + (xy 0.972527 -2.397149) + (xy 1.021059 -2.464608) + (xy 1.021801 -2.465443) + (xy 1.053409 -2.503281) + (xy 1.071665 -2.529848) + (xy 1.073452 -2.534861) + (xy 1.08613 -2.556356) + (xy 1.120696 -2.596067) + (xy 1.171948 -2.648923) + (xy 1.234682 -2.709853) + (xy 1.303697 -2.773785) + (xy 1.37379 -2.835648) + (xy 1.430696 -2.883111) + (xy 1.495101 -2.935445) + (xy 1.55068 -2.981353) + (xy 1.590535 -3.015093) + (xy 1.606128 -3.029128) + (xy 1.643775 -3.049729) + (xy 1.662904 -3.052726) + (xy 1.704018 -3.06484) + (xy 1.71968 -3.076274) + (xy 1.775495 -3.124838) + (xy 1.846573 -3.176589) + (xy 1.924805 -3.226728) + (xy 2.002086 -3.270462) + (xy 2.070308 -3.302995) + (xy 2.121364 -3.31953) + (xy 2.132806 -3.320659) + (xy 2.164342 -3.330028) + (xy 2.190329 -3.344492) + (xy 2.228251 -3.362737) + (xy 2.284577 -3.382035) + (xy 2.314873 -3.390275) + (xy 2.42868 -3.419374) + (xy 2.509503 -3.442595) + (xy 2.556438 -3.459667) + (xy 2.564943 -3.464311) + (xy 2.603135 -3.481278) + (xy 2.647051 -3.489605) ) - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2244f71e-78cd-445f-9a7b-f9709655a0e1)) + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp 6571a2d2-8a78-4faf-8590-547970234390)) (fp_poly (pts - (xy -0.500141 2.902601) - (xy -0.509072 2.911533) - (xy -0.518003 2.902601) - (xy -0.509072 2.89367) + (xy -2.807103 -3.667921) + (xy -2.775112 -3.663016) + (xy -2.770281 -3.662273) + (xy -2.747234 -3.649698) + (xy -2.721101 -3.628781) + (xy -2.687921 -3.605295) + (xy -2.634614 -3.574062) + (xy -2.570443 -3.539769) + (xy -2.504671 -3.5071) + (xy -2.446558 -3.480742) + (xy -2.405368 -3.46538) + (xy -2.393978 -3.463288) + (xy -2.367737 -3.456774) + (xy -2.317174 -3.439034) + (xy -2.250706 -3.413139) + (xy -2.206425 -3.394852) + (xy -2.116763 -3.357171) + (xy -2.052386 -3.331) + (xy -2.005651 -3.314006) + (xy -1.96891 -3.303855) + (xy -1.934517 -3.298212) + (xy -1.894828 -3.294744) + (xy -1.873805 -3.293312) + (xy -1.800491 -3.28408) + (xy -1.727347 -3.268274) + (xy -1.6994 -3.259728) + (xy -1.651851 -3.243369) + (xy -1.620261 -3.233393) + (xy -1.614555 -3.232053) + (xy -1.601407 -3.230272) + (xy -1.58267 -3.22809) + (xy -1.539712 -3.223698) + (xy -1.507631 -3.22055) + (xy -1.434595 -3.207029) + (xy -1.341195 -3.180634) + (xy -1.238442 -3.145431) + (xy -1.137351 -3.105486) + (xy -1.048934 -3.064864) + (xy -0.984205 -3.027632) + (xy -0.983229 -3.026951) + (xy -0.932761 -2.992195) + (xy -0.890336 -2.964077) + (xy -0.874932 -2.954484) + (xy -0.846166 -2.934357) + (xy -0.800175 -2.898856) + (xy -0.747618 -2.856243) + (xy -0.579602 -2.702697) + (xy -0.44476 -2.54755) + (xy -0.340586 -2.387405) + (xy -0.264574 -2.218868) + (xy -0.25337 -2.186411) + (xy -0.230997 -2.110603) + (xy -0.208576 -2.021255) + (xy -0.188222 -1.928509) + (xy -0.172052 -1.84251) + (xy -0.162184 -1.773398) + (xy -0.160168 -1.739857) + (xy -0.160332 -1.706001) + (xy -0.160252 -1.647352) + (xy -0.15995 -1.574837) + (xy -0.159814 -1.551355) + (xy -0.170354 -1.389675) + (xy -0.205261 -1.248702) + (xy -0.266254 -1.121519) + (xy -0.266638 -1.120888) + (xy -0.293007 -1.073455) + (xy -0.307319 -1.039175) + (xy -0.307802 -1.028261) + (xy -0.307464 -1.005387) + (xy -0.324241 -0.96511) + (xy -0.352154 -0.917285) + (xy -0.385227 -0.871767) + (xy -0.417483 -0.838411) + (xy -0.427023 -0.831697) + (xy -0.486095 -0.809842) + (xy -0.553325 -0.80323) + (xy -0.611494 -0.813008) + (xy -0.623453 -0.81863) + (xy -0.653882 -0.829037) + (xy -0.708064 -0.841549) + (xy -0.774348 -0.853481) + (xy -0.775282 -0.853627) + (xy -0.864493 -0.867901) + (xy -0.925184 -0.878741) + (xy -0.964201 -0.887772) + (xy -0.988388 -0.896614) + (xy -1.004591 -0.906892) + (xy -1.00649 -0.908437) + (xy -1.031167 -0.919134) + (xy -1.039053 -0.916405) + (xy -1.053118 -0.912462) + (xy -1.077486 -0.923142) + (xy -1.116305 -0.951316) + (xy -1.173727 -0.999853) + (xy -1.222648 -1.043371) + (xy -1.323148 -1.135017) + (xy -1.398734 -1.207136) + (xy -1.452123 -1.262843) + (xy -1.48603 -1.305254) + (xy -1.503172 -1.337487) + (xy -1.506265 -1.362657) + (xy -1.505311 -1.367633) + (xy -1.503349 -1.399211) + (xy -1.512005 -1.409407) + (xy -1.529376 -1.423199) + (xy -1.560413 -1.459866) + (xy -1.599289 -1.512349) + (xy -1.611511 -1.529977) + (xy -1.665947 -1.607599) + (xy -1.727714 -1.692568) + (xy -1.780243 -1.7623) + (xy -1.810253 -1.80229) + (xy -1.84076 -1.845869) + (xy -1.874505 -1.897482) + (xy -1.91423 -1.961571) + (xy -1.962677 -2.042578) + (xy -2.022588 -2.144946) + (xy -2.096705 -2.273119) + (xy -2.113632 -2.302515) + (xy -2.135372 -2.342914) + (xy -2.164948 -2.401086) + (xy -2.188178 -2.44841) + (xy -2.225703 -2.516147) + (xy -2.269708 -2.581575) + (xy -2.296554 -2.614629) + (xy -2.331255 -2.656215) + (xy -2.35142 -2.687093) + (xy -1.370146 -2.687093) + (xy -1.368051 -2.668643) + (xy -1.34859 -2.643679) + (xy -1.323792 -2.625987) + (xy -1.315122 -2.624034) + (xy -1.311755 -2.634894) + (xy -1.329108 -2.659868) + (xy -1.355517 -2.683283) + (xy -1.370146 -2.687093) + (xy -2.35142 -2.687093) + (xy -2.35271 -2.689069) + (xy -2.356084 -2.699257) + (xy -2.366175 -2.724614) + (xy -2.391485 -2.764706) + (xy -2.403106 -2.780554) + (xy -2.43553 -2.828556) + (xy -2.474688 -2.894266) + (xy -2.51074 -2.960862) + (xy -2.551887 -3.033353) + (xy -2.609388 -3.123913) + (xy -2.676766 -3.223132) + (xy -2.747545 -3.321602) + (xy -2.815247 -3.409912) + (xy -2.84401 -3.445049) + (xy -2.870956 -3.490349) + (xy -2.802638 -3.490349) + (xy -2.793707 -3.481418) + (xy -2.784776 -3.490349) + (xy -2.793707 -3.499281) + (xy -2.802638 -3.490349) + (xy -2.870956 -3.490349) + (xy -2.877157 -3.500773) + (xy -2.890481 -3.559116) + (xy -2.885326 -3.611952) + (xy -2.863037 -3.651158) + (xy -2.82496 -3.66861) ) - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5345304c-00ac-42ac-a3a6-656cb20d5fd6)) + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp a4d49afe-1b58-44e7-85c3-f40cbfb7d3c7)) (fp_poly (pts - (xy -0.500141 3.22412) - (xy -0.509072 3.233052) - (xy -0.518003 3.22412) - (xy -0.509072 3.215189) + (xy -0.934569 2.322714) + (xy -0.907504 2.345312) + (xy -0.880953 2.375758) + (xy -0.865032 2.403084) + (xy -0.864825 2.413472) + (xy -0.858543 2.430311) + (xy -0.844775 2.438169) + (xy -0.825011 2.460677) + (xy -0.82681 2.476692) + (xy -0.827977 2.495006) + (xy -0.819733 2.49335) + (xy -0.804611 2.497518) + (xy -0.802075 2.510284) + (xy -0.793037 2.534728) + (xy -0.784774 2.538132) + (xy -0.775476 2.551431) + (xy -0.778878 2.567855) + (xy -0.781395 2.588017) + (xy -0.769386 2.584663) + (xy -0.751474 2.58597) + (xy -0.748489 2.599595) + (xy -0.740234 2.62405) + (xy -0.73271 2.627442) + (xy -0.716872 2.642217) + (xy -0.701235 2.675504) + (xy -0.692816 2.710745) + (xy -0.69297 2.721219) + (xy -0.680352 2.733067) + (xy -0.668109 2.734615) + (xy -0.64656 2.750143) + (xy -0.641316 2.779271) + (xy -0.635283 2.812841) + (xy -0.623693 2.823926) + (xy -0.605747 2.839043) + (xy -0.58352 2.876252) + (xy -0.562711 2.923345) + (xy -0.549016 2.968112) + (xy -0.546592 2.989151) + (xy -0.535811 3.015565) + (xy -0.522885 3.02041) + (xy -0.501236 3.034758) + (xy -0.498418 3.047203) + (xy -0.488216 3.070965) + (xy -0.479502 3.073997) + (xy -0.469623 3.085277) + (xy -0.473331 3.094619) + (xy -0.47543 3.106955) + (xy -0.466897 3.103388) + (xy -0.443831 3.107578) + (xy -0.406916 3.131622) + (xy -0.385994 3.149749) + (xy -0.345171 3.187824) + (xy -0.318087 3.208495) + (xy -0.292023 3.21836) + (xy -0.254258 3.22402) + (xy -0.239417 3.225803) + (xy -0.104428 3.241698) + (xy -0.002481 3.252556) + (xy 0.068727 3.258535) + (xy 0.111497 3.25979) + (xy 0.128132 3.256478) + (xy 0.123947 3.250503) + (xy 0.111306 3.238178) + (xy 0.13006 3.23503) + (xy 0.168162 3.228192) + (xy 0.21044 3.214009) + (xy 0.250222 3.200111) + (xy 0.27412 3.196147) + (xy 0.287043 3.185577) + (xy 0.287517 3.180907) + (xy 0.301637 3.160065) + (xy 0.335115 3.134472) + (xy 0.374627 3.112245) + (xy 0.382198 3.109721) + (xy 0.537587 3.109721) + (xy 0.544123 3.124423) + (xy 0.549495 3.121629) + (xy 0.551633 3.100431) + (xy 0.549495 3.097813) + (xy 0.538876 3.100265) + (xy 0.537587 3.109721) + (xy 0.382198 3.109721) + (xy 0.406851 3.101502) + (xy 0.415756 3.10277) + (xy 0.428352 3.096831) + (xy 0.430414 3.083827) + (xy 0.444368 3.04842) + (xy 0.464994 3.02041) + (xy 0.492932 3.02041) + (xy 0.494348 3.03687) + (xy 0.500809 3.038272) + (xy 0.518998 3.025306) + (xy 0.519725 3.02041) + (xy 0.513631 3.003012) + (xy 0.511848 3.002548) + (xy 0.496598 3.015065) + (xy 0.492932 3.02041) + (xy 0.464994 3.02041) + (xy 0.485554 2.99249) + (xy 0.552964 2.917388) + (xy 0.561044 2.908942) + (xy 0.589314 2.87379) + (xy 0.622002 2.82505) + (xy 0.653598 2.772206) + (xy 0.678593 2.724745) + (xy 0.691477 2.692151) + (xy 0.691568 2.684238) + (xy 0.695482 2.663593) + (xy 0.717296 2.644504) + (xy 0.740969 2.63968) + (xy 0.744976 2.641913) + (xy 0.748039 2.640533) + (xy 0.73708 2.624567) + (xy 0.724799 2.594743) + (xy 0.733204 2.583323) + (xy 0.750436 2.58143) + (xy 0.752 2.586198) + (xy 0.759977 2.582276) + (xy 0.779796 2.554824) + (xy 0.787462 2.542597) + (xy 0.815644 2.504935) + (xy 0.8405 2.485337) + (xy 0.844554 2.484545) + (xy 0.856808 2.49056) + (xy 0.846212 2.504584) + (xy 0.834142 2.536927) + (xy 0.836744 2.552169) + (xy 0.838433 2.570591) + (xy 0.821952 2.565235) + (xy 0.806218 2.558566) + (xy 0.817139 2.573031) + (xy 0.82561 2.595306) + (xy 0.818423 2.632975) + (xy 0.795247 2.69128) + (xy 0.770102 2.752992) + (xy 0.75086 2.808973) + (xy 0.744073 2.8354) + (xy 0.729698 2.876493) + (xy 0.712379 2.89812) + (xy 0.701381 2.910993) + (xy 0.707278 2.913507) + (xy 0.709325 2.921135) + (xy 0.693881 2.93253) + (xy 0.667982 2.957837) + (xy 0.662622 2.973874) + (xy 0.650408 3.00229) + (xy 0.626789 3.02944) + (xy 0.603254 3.055734) + (xy 0.599194 3.070109) + (xy 0.593101 3.086464) + (xy 0.5679 3.117427) + (xy 0.556194 3.129587) + (xy 0.522088 3.16659) + (xy 0.500889 3.194994) + (xy 0.498679 3.199654) + (xy 0.477983 3.215938) + (xy 0.453715 3.221395) + (xy 0.426541 3.228527) + (xy 0.423012 3.23723) + (xy 0.418193 3.256584) + (xy 0.410846 3.262603) + (xy 0.38563 3.261077) + (xy 0.375104 3.250441) + (xy 0.362317 3.235666) + (xy 0.359239 3.252787) + (xy 0.342976 3.285183) + (xy 0.302091 3.314505) + (xy 0.247478 3.333826) + (xy 0.226834 3.336973) + (xy 0.18114 3.346771) + (xy 0.152628 3.360557) + (xy 0.119621 3.3706) + (xy 0.083811 3.367555) + (xy 0.049209 3.364506) + (xy 0.037447 3.373635) + (xy 0.022142 3.389708) + (xy -0.00872 3.400176) + (xy -0.041385 3.402438) + (xy -0.048514 3.387264) + (xy -0.046116 3.375465) + (xy -0.048316 3.35086) + (xy 0.108895 3.35086) + (xy 0.117826 3.359791) + (xy 0.126758 3.35086) + (xy 0.117826 3.341929) + (xy 0.108895 3.35086) + (xy -0.048316 3.35086) + (xy -0.048636 3.347283) + (xy -0.062467 3.341929) + (xy -0.084263 3.356405) + (xy -0.087588 3.370633) + (xy -0.098241 3.390807) + (xy -0.115843 3.388496) + (xy -0.144317 3.379038) + (xy -0.151567 3.377653) + (xy -0.158694 3.363595) + (xy -0.159037 3.357604) + (xy -0.148659 3.349447) + (xy -0.127778 3.36207) + (xy -0.106657 3.377508) + (xy -0.11096 3.368419) + (xy -0.121393 3.354894) + (xy -0.144189 3.333675) + (xy -0.155473 3.332411) + (xy -0.175127 3.330856) + (xy -0.193118 3.320308) + (xy -0.211693 3.307598) + (xy -0.204204 3.318398) + (xy -0.199227 3.324035) + (xy -0.180244 3.352113) + (xy -0.176899 3.363364) + (xy -0.191712 3.374217) + (xy -0.225862 3.377376) + (xy -0.263917 3.373354) + (xy -0.290446 3.362663) + (xy -0.293183 3.3595) + (xy -0.311133 3.35086) + (xy -0.248348 3.35086) + (xy -0.239417 3.359791) + (xy -0.230486 3.35086) + (xy -0.239417 3.341929) + (xy -0.248348 3.35086) + (xy -0.311133 3.35086) + (xy -0.31459 3.349196) + (xy -0.321031 3.351623) + (xy -0.336585 3.34899) + (xy -0.337659 3.342983) + (xy -0.351101 3.328327) + (xy -0.359987 3.328532) + (xy -0.377957 3.31757) + (xy -0.382339 3.297298) + (xy -0.393609 3.26751) + (xy -0.409132 3.259829) + (xy -0.455066 3.25445) + (xy -0.477714 3.242228) + (xy -0.488814 3.219016) + (xy -0.508232 3.181353) + (xy -0.536698 3.143101) + (xy -0.572118 3.100682) + (xy -0.61265 3.049275) + (xy -0.621013 3.038272) + (xy -0.655564 2.993754) + (xy -0.684372 2.958874) + (xy -0.690437 2.952151) + (xy -0.70777 2.922168) + (xy -0.623453 2.922168) + (xy -0.614522 2.931099) + (xy -0.605591 2.922168) + (xy -0.614522 2.913237) + (xy -0.623453 2.922168) + (xy -0.70777 2.922168) + (xy -0.709929 2.918434) + (xy -0.712764 2.90303) + (xy -0.721902 2.880077) + (xy -0.728954 2.877513) + (xy -0.738142 2.863288) + (xy -0.736774 2.850719) + (xy -0.641316 2.850719) + (xy -0.632385 2.859651) + (xy -0.623453 2.850719) + (xy -0.632385 2.841788) + (xy -0.641316 2.850719) + (xy -0.736774 2.850719) + (xy -0.735802 2.841788) + (xy -0.736447 2.813669) + (xy -0.764143 2.806064) + (xy -0.764268 2.806064) + (xy -0.794399 2.79854) + (xy -0.802075 2.787148) + (xy -0.791132 2.77648) + (xy -0.784213 2.779271) + (xy -0.767568 2.782372) + (xy -0.766351 2.779049) + (xy -0.774996 2.763421) + (xy -0.688762 2.763421) + (xy -0.685971 2.77034) + (xy -0.66992 2.78738) + (xy -0.667055 2.788202) + (xy -0.659383 2.774382) + (xy -0.659178 2.77034) + (xy -0.672909 2.753164) + (xy -0.678094 2.752478) + (xy -0.688762 2.763421) + (xy -0.774996 2.763421) + (xy -0.779164 2.755886) + (xy -0.806709 2.730134) + (xy -0.832645 2.71683) + (xy -0.834047 2.716753) + (xy -0.843405 2.701858) + (xy -0.84184 2.670364) + (xy -0.844582 2.626685) + (xy -0.875081 2.585035) + (xy -0.880041 2.580331) + (xy -0.918761 2.525783) + (xy -0.92711 2.484876) + (xy -0.93269 2.443896) + (xy -0.944972 2.422028) + (xy -0.956283 2.401188) + (xy -0.939018 2.401188) + (xy -0.936566 2.411807) + (xy -0.92711 2.413096) + (xy -0.912408 2.406561) + (xy -0.915202 2.401188) + (xy -0.9364 2.399051) + (xy -0.939018 2.401188) + (xy -0.956283 2.401188) + (xy -0.958571 2.396973) + (xy -0.962638 2.357536) + (xy -0.955776 2.324119) + (xy -0.952029 2.318934) ) - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8da29fe5-cd4f-4b53-84d4-ba5b3e190f0b)) + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp c3c1ed5d-4f01-449f-b879-a1ad906422d3)) (fp_poly (pts - (xy -0.482278 3.259845) - (xy -0.49121 3.268776) - (xy -0.500141 3.259845) - (xy -0.49121 3.250914) + (xy 2.15069 -1.170181) + (xy 2.150157 -1.143373) + (xy 2.144247 -1.120352) + (xy 2.135861 -1.084425) + (xy 2.140849 -1.077747) + (xy 2.149066 -1.084627) + (xy 2.176034 -1.102118) + (xy 2.200087 -1.105704) + (xy 2.209537 -1.095645) + (xy 2.203537 -1.083423) + (xy 2.189626 -1.055376) + (xy 2.170751 -1.0045) + (xy 2.153314 -0.949456) + (xy 2.134882 -0.892486) + (xy 2.118589 -0.852259) + (xy 2.108379 -0.837818) + (xy 2.099238 -0.821841) + (xy 2.089431 -0.781088) + (xy 2.084684 -0.75102) + (xy 2.068415 -0.683864) + (xy 2.042417 -0.636886) + (xy 2.03769 -0.632114) + (xy 2.017775 -0.607274) + (xy 2.007382 -0.571941) + (xy 2.00424 -0.515851) + (xy 2.004566 -0.482237) + (xy 2.005088 -0.408223) + (xy 2.004398 -0.31539) + (xy 2.002648 -0.220616) + (xy 2.001953 -0.19478) + (xy 2.001221 -0.099988) + (xy 2.003708 0.000438) + (xy 2.008887 0.088224) + (xy 2.010611 0.10673) + (xy 2.016612 0.174508) + (xy 2.016798 0.212841) + (xy 2.010639 0.227618) + (xy 1.999865 0.225975) + (xy 1.992192 0.225165) + (xy 2.006949 0.239167) + (xy 2.027901 0.261517) + (xy 2.020035 0.279739) + (xy 2.011642 0.287145) + (xy 1.976559 0.301061) + (xy 1.957857 0.298989) + (xy 1.934713 0.301658) + (xy 1.930836 0.315907) + (xy 1.937985 0.335122) + (xy 1.945086 0.334387) + (xy 1.97099 0.334521) + (xy 1.98232 0.339786) + (xy 1.992211 0.353133) + (xy 1.970303 0.363144) + (xy 1.937168 0.358659) + (xy 1.910538 0.325074) + (xy 1.895626 0.278568) + (xy 1.966561 0.278568) + (xy 1.975492 0.287499) + (xy 1.984423 0.278568) + (xy 1.975492 0.269637) + (xy 1.966561 0.278568) + (xy 1.895626 0.278568) + (xy 1.88995 0.260866) + (xy 1.878797 0.189257) + (xy 1.948698 0.189257) + (xy 1.95763 0.198188) + (xy 1.966561 0.189257) + (xy 1.95763 0.180326) + (xy 1.948698 0.189257) + (xy 1.878797 0.189257) + (xy 1.874942 0.164508) + (xy 1.865053 0.034475) + (xy 1.863984 0.011982) + (xy 1.859019 -0.084127) + (xy 1.853855 -0.148073) + (xy 1.847959 -0.183414) + (xy 1.840797 -0.19371) + (xy 1.834189 -0.18699) + (xy 1.815647 -0.156794) + (xy 1.783614 -0.106206) + (xy 1.744134 -0.044747) + (xy 1.732504 -0.026789) + (xy 1.651213 0.101614) + (xy 1.589912 0.205323) + (xy 1.549109 0.283387) + (xy 1.529311 0.334857) + (xy 1.528413 0.355092) + (xy 1.532028 0.37228) + (xy 1.515913 0.362913) + (xy 1.511484 0.359287) + (xy 1.4899 0.345888) + (xy 1.484041 0.359537) + (xy 1.484009 0.361226) + (xy 1.480831 0.376666) + (xy 1.468088 0.361035) + (xy 1.455284 0.353211) + (xy 1.443973 0.377019) + (xy 1.439455 0.395453) + (xy 1.435333 0.445222) + (xy 1.451743 0.473612) + (xy 1.451919 0.473746) + (xy 1.467189 0.505676) + (xy 1.464301 0.557335) + (xy 1.444296 0.618325) + (xy 1.435689 0.635811) + (xy 1.413415 0.68099) + (xy 1.39753 0.716191) + (xy 1.370723 0.770787) + (xy 1.330728 0.843062) + (xy 1.284418 0.921135) + (xy 1.23867 0.993126) + (xy 1.228794 1.007801) + (xy 1.197862 1.057039) + (xy 1.175605 1.099451) + (xy 1.171266 1.110509) + (xy 1.156228 1.138625) + (xy 1.146019 1.144883) + (xy 1.129942 1.160984) + (xy 1.114003 1.202344) + (xy 1.100213 1.258544) + (xy 1.090583 1.319169) + (xy 1.087125 1.373802) + (xy 1.091848 1.412024) + (xy 1.093639 1.416197) + (xy 1.097814 1.446212) + (xy 1.082789 1.461974) + (xy 1.060347 1.454547) + (xy 1.053867 1.446362) + (xy 1.040588 1.433552) + (xy 1.038001 1.44302) + (xy 1.050505 1.471368) + (xy 1.055307 1.475157) + (xy 1.054642 1.49296) + (xy 1.033204 1.52604) + (xy 1.015117 1.546688) + (xy 0.962708 1.602473) + (xy 0.931823 1.638359) + (xy 0.91891 1.659889) + (xy 0.920417 1.67261) + (xy 0.929614 1.680166) + (xy 0.947655 1.697613) + (xy 0.941653 1.719679) + (xy 0.912693 1.752196) + (xy 0.885922 1.78933) + (xy 0.876588 1.819179) + (xy 0.869694 1.856993) + (xy 0.851766 1.918375) + (xy 0.826093 1.994166) + (xy 0.795965 2.075207) + (xy 0.764673 2.15234) + (xy 0.735507 2.216406) + (xy 0.729962 2.227338) + (xy 0.687113 2.296136) + (xy 0.628732 2.371033) + (xy 0.559945 2.447345) + (xy 0.485878 2.520385) + (xy 0.411656 2.585466) + (xy 0.342405 2.637903) + (xy 0.283251 2.673009) + (xy 0.239319 2.686099) + (xy 0.229465 2.684916) + (xy 0.217105 2.695061) + (xy 0.216065 2.703357) + (xy 0.198868 2.718928) + (xy 0.149373 2.729006) + (xy 0.122289 2.731229) + (xy 0.065922 2.737382) + (xy 0.024195 2.747064) + (xy 0.011547 2.753557) + (xy -0.017704 2.76954) + (xy -0.036853 2.752708) + (xy -0.037611 2.75058) + (xy -0.058268 2.735249) + (xy -0.097152 2.726745) + (xy -0.165369 2.71739) + (xy -0.196935 2.707822) + (xy 0.019585 2.707822) + (xy 0.028516 2.716753) + (xy 0.037447 2.707822) + (xy 0.028516 2.698891) + (xy 0.019585 2.707822) + (xy -0.196935 2.707822) + (xy -0.214209 2.702586) + (xy -0.230499 2.68996) + (xy -0.01614 2.68996) + (xy -0.007209 2.698891) + (xy 0.001722 2.68996) + (xy -0.007209 2.681029) + (xy -0.01614 2.68996) + (xy -0.230499 2.68996) + (xy -0.23724 2.684735) + (xy -0.236673 2.674658) + (xy -0.235873 2.672098) + (xy 0.019585 2.672098) + (xy 0.028516 2.681029) + (xy 0.037447 2.672098) + (xy 0.028516 2.663167) + (xy 0.019585 2.672098) + (xy -0.235873 2.672098) + (xy -0.233122 2.663296) + (xy -0.247013 2.674276) + (xy -0.281247 2.684926) + (xy -0.321855 2.66558) + (xy -0.334836 2.651259) + (xy -0.153083 2.651259) + (xy -0.150631 2.661878) + (xy -0.141175 2.663167) + (xy -0.126472 2.656631) + (xy -0.129267 2.651259) + (xy -0.150465 2.649121) + (xy -0.153083 2.651259) + (xy -0.334836 2.651259) + (xy -0.348328 2.636374) + (xy -0.337659 2.636374) + (xy -0.328728 2.645305) + (xy -0.319797 2.636374) + (xy 0.108895 2.636374) + (xy 0.117826 2.645305) + (xy 0.126758 2.636374) + (xy 0.117826 2.627442) + (xy 0.108895 2.636374) + (xy -0.319797 2.636374) + (xy -0.328728 2.627442) + (xy -0.337659 2.636374) + (xy -0.348328 2.636374) + (xy -0.363254 2.619907) + (xy -0.364091 2.618511) + (xy 0.216068 2.618511) + (xy 0.224999 2.627442) + (xy 0.233931 2.618511) + (xy 0.224999 2.60958) + (xy 0.216068 2.618511) + (xy -0.364091 2.618511) + (xy -0.374795 2.600649) + (xy 0.287517 2.600649) + (xy 0.296448 2.60958) + (xy 0.305379 2.600649) + (xy 0.296448 2.591718) + (xy 0.287517 2.600649) + (xy -0.374795 2.600649) + (xy -0.385026 2.583576) + (xy -0.400292 2.547063) + (xy 0.341103 2.547063) + (xy 0.350035 2.555994) + (xy 0.358966 2.547063) + (xy 0.350035 2.538132) + (xy 0.341103 2.547063) + (xy -0.400292 2.547063) + (xy -0.409082 2.526039) + (xy -0.409486 2.511338) + (xy 0.412552 2.511338) + (xy 0.421483 2.520269) + (xy 0.430414 2.511338) + (xy 0.421483 2.502407) + (xy 0.412552 2.511338) + (xy -0.409486 2.511338) + (xy -0.409977 2.493476) + (xy -0.391245 2.493476) + (xy -0.382314 2.502407) + (xy -0.373383 2.493476) + (xy -0.382314 2.484545) + (xy -0.391245 2.493476) + (xy -0.409977 2.493476) + (xy -0.410139 2.487574) + (xy -0.406623 2.479471) + (xy -0.398907 2.457963) + (xy -0.41619 2.459518) + (xy -0.417157 2.459885) + (xy -0.445549 2.455085) + (xy -0.457177 2.437277) + (xy -0.474878 2.400318) + (xy -0.48406 2.386303) + (xy -0.523372 2.334264) + (xy -0.568847 2.270076) + (xy -0.569477 2.269145) + (xy -0.534143 2.269145) + (xy -0.521176 2.287334) + (xy -0.51628 2.288061) + (xy -0.498883 2.281967) + (xy -0.498418 2.280184) + (xy -0.510935 2.264934) + (xy -0.51628 2.261268) + (xy -0.53274 2.262684) + (xy -0.534143 2.269145) + (xy -0.569477 2.269145) + (xy -0.613796 2.203646) + (xy -0.628412 2.180888) + (xy -0.587729 2.180888) + (xy -0.581194 2.195591) + (xy -0.575821 2.192796) + (xy -0.573719 2.171957) + (xy 0.698347 2.171957) + (xy 0.707278 2.180888) + (xy 0.716209 2.171957) + (xy 0.707278 2.163026) + (xy 0.698347 2.171957) + (xy -0.573719 2.171957) + (xy -0.573683 2.171598) + (xy -0.575821 2.16898) + (xy -0.58644 2.171432) + (xy -0.587729 2.180888) + (xy -0.628412 2.180888) + (xy -0.651534 2.144885) + (xy -0.656542 2.136233) + (xy 0.716209 2.136233) + (xy 0.72514 2.145164) + (xy 0.734071 2.136233) + (xy 0.72514 2.127302) + (xy 0.716209 2.136233) + (xy -0.656542 2.136233) + (xy -0.675374 2.103699) + (xy -0.676935 2.100509) + (xy -0.686619 2.082646) + (xy -0.659178 2.082646) + (xy -0.650247 2.091577) + (xy -0.641316 2.082646) + (xy -0.644293 2.079669) + (xy 0.740025 2.079669) + (xy 0.742477 2.090288) + (xy 0.751933 2.091577) + (xy 0.766636 2.085042) + (xy 0.763841 2.079669) + (xy 0.742643 2.077532) + (xy 0.740025 2.079669) + (xy -0.644293 2.079669) + (xy -0.650247 2.073715) + (xy -0.659178 2.082646) + (xy -0.686619 2.082646) + (xy -0.70284 2.052723) + (xy -0.727557 2.016329) + (xy -0.733721 2.001212) + (xy -0.712764 2.001212) + (xy -0.699798 2.019402) + (xy -0.694902 2.020129) + (xy -0.677504 2.014034) + (xy -0.67704 2.012252) + (xy -0.689557 1.997002) + (xy -0.694902 1.993336) + (xy -0.711362 1.994752) + (xy -0.712764 2.001212) + (xy -0.733721 2.001212) + (xy -0.743251 1.977843) + (xy -0.74078 1.954355) + (xy -0.736131 1.934176) + (xy -0.741109 1.935347) + (xy -0.7509 1.935774) + (xy -0.766566 1.918852) + (xy -0.790786 1.880513) + (xy -0.826236 1.816689) + (xy -0.836781 1.796852) + (xy 0.14462 1.796852) + (xy 0.153551 1.805783) + (xy 0.162482 1.796852) + (xy 0.153551 1.787921) + (xy 0.14462 1.796852) + (xy -0.836781 1.796852) + (xy -0.846276 1.77899) + (xy -0.01614 1.77899) + (xy -0.007209 1.787921) + (xy 0.001722 1.77899) + (xy 0.019585 1.77899) + (xy 0.028516 1.787921) + (xy 0.037447 1.77899) + (xy 0.028516 1.770058) + (xy 0.019585 1.77899) + (xy 0.001722 1.77899) + (xy -0.007209 1.770058) + (xy -0.01614 1.77899) + (xy -0.846276 1.77899) + (xy -0.855771 1.761127) + (xy -0.865693 1.743265) + (xy -0.409107 1.743265) + (xy -0.400176 1.752196) + (xy -0.391245 1.743265) + (xy -0.400176 1.734334) + (xy -0.409107 1.743265) + (xy -0.865693 1.743265) + (xy -0.89434 1.691691) + (xy -0.385105 1.691691) + (xy -0.382314 1.69861) + (xy -0.366263 1.71565) + (xy -0.363398 1.716472) + (xy -0.35844 1.707541) + (xy -0.337659 1.707541) + (xy -0.328728 1.716472) + (xy -0.319797 1.707541) + (xy -0.328728 1.69861) + (xy -0.301934 1.69861) + (xy -0.295399 1.713312) + (xy -0.290026 1.710518) + (xy -0.287889 1.68932) + (xy -0.290026 1.686702) + (xy -0.300645 1.689154) + (xy -0.301934 1.69861) + (xy -0.328728 1.69861) + (xy -0.337659 1.707541) + (xy -0.35844 1.707541) + (xy -0.355726 1.702652) + (xy -0.355521 1.69861) + (xy -0.369253 1.681434) + (xy -0.374437 1.680748) + (xy -0.385105 1.691691) + (xy -0.89434 1.691691) + (xy -0.922687 1.640656) + (xy -0.936307 1.61823) + (xy -0.552005 1.61823) + (xy -0.543074 1.627161) + (xy -0.534143 1.61823) + (xy -0.543074 1.609299) + (xy -0.552005 1.61823) + (xy -0.936307 1.61823) + (xy -0.967671 1.566586) + (xy -0.622419 1.566586) + (xy -0.617716 1.581804) + (xy -0.605591 1.591437) + (xy -0.578927 1.600743) + (xy -0.570902 1.598425) + (xy -0.575605 1.583208) + (xy -0.587729 1.573575) + (xy -0.614393 1.564269) + (xy -0.622419 1.566586) + (xy -0.967671 1.566586) + (xy -0.971165 1.560833) + (xy -0.549125 1.560833) + (xy -0.544779 1.570815) + (xy -0.526794 1.589991) + (xy -0.516454 1.586057) + (xy -0.51628 1.58356) + (xy -0.528968 1.568452) + (xy -0.536902 1.562938) + (xy -0.549125 1.560833) + (xy -0.971165 1.560833) + (xy -0.99157 1.527235) + (xy -0.707466 1.527235) + (xy -0.694902 1.53785) + (xy -0.666401 1.553916) + (xy -0.662604 1.547865) + (xy -0.668109 1.53785) + (xy -0.694195 1.520867) + (xy -0.700422 1.520262) + (xy -0.707466 1.527235) + (xy -0.99157 1.527235) + (xy -0.996167 1.519666) + (xy -1.071303 1.405474) + (xy -1.143183 1.3054) + (xy -1.206899 1.22676) + (xy -1.232898 1.199018) + (xy -1.284066 1.142737) + (xy -1.33005 1.083153) + (xy -1.353544 1.046041) + (xy -1.38561 0.99045) + (xy -1.417857 0.940433) + (xy -1.424959 0.930537) + (xy -1.458861 0.882903) + (xy -1.504622 0.815831) + (xy -1.55505 0.740102) + (xy -1.602956 0.6665) + (xy -1.637332 0.612032) + (xy -1.660829 0.563757) + (xy -1.670534 0.522644) + (xy -1.669789 0.513431) + (xy -1.675157 0.479772) + (xy -1.698253 0.432243) + (xy -1.714245 0.408044) + (xy -1.744898 0.360245) + (xy -1.763759 0.320272) + (xy -1.766632 0.30692) + (xy -1.779906 0.276509) + (xy -1.811288 0.244581) + (xy -1.842859 0.213718) + (xy -1.855943 0.186755) + (xy -1.865464 0.164623) + (xy -1.872108 0.162464) + (xy -1.889293 0.148247) + (xy -1.916422 0.111641) + (xy -1.937545 0.077618) + (xy -1.968471 0.027864) + (xy -1.994948 -0.008739) + (xy -2.006225 -0.02035) + (xy -2.037237 -0.033133) + (xy -2.048402 -0.016242) + (xy -2.043873 0.015101) + (xy -2.037641 0.04219) + (xy -2.032286 0.073173) + (xy -2.027028 0.114814) + (xy -2.021088 0.173878) + (xy -2.013685 0.257129) + (xy -2.007322 0.332154) + (xy -1.998624 0.461074) + (xy -1.997147 0.557566) + (xy -2.003028 0.624218) + (xy -2.016403 0.663616) + (xy -2.025385 0.673504) + (xy -2.048689 0.706307) + (xy -2.052427 0.725122) + (xy -2.065691 0.761143) + (xy -2.083686 0.780637) + (xy -2.10517 0.798871) + (xy -2.097667 0.804396) + (xy -2.083686 0.804933) + (xy -2.0599 0.815956) + (xy -2.062306 0.841784) + (xy -2.088151 0.871852) + (xy -2.104768 0.889049) + (xy -2.089828 0.894031) + (xy -2.082631 0.894244) + (xy -2.061947 0.90266) + (xy -2.065897 0.918585) + (xy -2.089289 0.929864) + (xy -2.098136 0.930537) + (xy -2.118594 0.915079) + (xy -2.123875 0.88737) + (xy -2.132085 0.850678) + (xy -2.146203 0.835193) + (xy -2.159366 0.827123) + (xy -2.146203 0.824774) + (xy -2.130507 0.807555) + (xy -2.126308 0.765312) + (xy -2.129044 0.732485) + (xy -2.133466 0.734197) + (xy -2.136481 0.747449) + (xy -2.14951 0.778827) + (xy -2.162753 0.787639) + (xy -2.173196 0.77443) + (xy -2.170134 0.758582) + (xy -2.170577 0.720861) + (xy -2.178691 0.705778) + (xy -2.1902 0.676353) + (xy -2.187318 0.664101) + (xy -2.181124 0.638681) + (xy -2.174778 0.587654) + (xy -2.169479 0.521113) + (xy -2.168661 0.507025) + (xy -2.164167 0.434245) + (xy -2.159306 0.370721) + (xy -2.15504 0.328841) + (xy -2.154569 0.325562) + (xy -2.154505 0.288171) + (xy -2.160501 0.231419) + (xy -2.170668 0.165886) + (xy -2.183114 0.102147) + (xy -2.195948 0.050782) + (xy -2.207282 0.022369) + (xy -2.209099 0.020446) + (xy -2.225491 -0.005101) + (xy -2.240646 -0.043815) + (xy -1.869965 -0.043815) + (xy -1.867582 -0.024921) + (xy -1.855943 -0.007227) + (xy -1.833651 0.011461) + (xy -1.824059 0.011498) + (xy -1.826442 -0.007395) + (xy -1.838081 -0.025089) + (xy -1.860373 -0.043778) + (xy -1.869965 -0.043815) + (xy -2.240646 -0.043815) + (xy -2.24365 -0.051488) + (xy -2.258899 -0.104418) + (xy -2.26656 -0.149592) + (xy -2.266773 -0.155858) + (xy -2.274839 -0.186557) + (xy -2.287612 -0.19478) + (xy -2.300422 -0.201216) + (xy -2.298029 -0.205202) + (xy -2.299324 -0.225695) + (xy -2.304189 -0.239435) + (xy -2.088151 -0.239435) + (xy -2.07922 -0.230504) + (xy -2.070289 -0.239435) + (xy -2.07922 -0.248366) + (xy -2.088151 -0.239435) + (xy -2.304189 -0.239435) + (xy -2.313929 -0.266942) + (xy -2.328507 -0.298978) + (xy -2.354953 -0.361487) + (xy -2.374443 -0.422973) + (xy -2.379039 -0.44485) + (xy -2.392754 -0.506034) + (xy -2.410987 -0.560954) + (xy -2.425485 -0.60253) + (xy -2.429857 -0.629379) + (xy -2.429748 -0.629944) + (xy -2.439124 -0.652017) + (xy -2.454758 -0.668127) + (xy -2.284635 -0.668127) + (xy -2.275704 -0.659196) + (xy -2.266773 -0.668127) + (xy -2.275704 -0.677058) + (xy -2.284635 -0.668127) + (xy -2.454758 -0.668127) + (xy -2.458122 -0.671593) + (xy -2.478914 -0.690243) + (xy -2.471732 -0.691874) + (xy -2.459701 -0.688357) + (xy -2.43695 -0.68908) + (xy -2.435884 -0.700296) + (xy -2.440445 -0.721714) + (xy -2.427532 -0.721714) + (xy -2.418601 -0.712783) + (xy -2.40967 -0.721714) + (xy -2.418601 -0.730645) + (xy -2.427532 -0.721714) + (xy -2.440445 -0.721714) + (xy -2.442257 -0.730226) + (xy -2.450507 -0.779973) + (xy -2.453601 -0.801088) + (xy -2.459682 -0.849131) + (xy -2.45766 -0.867454) + (xy -2.444523 -0.861696) + (xy -2.428669 -0.847778) + (xy -2.401512 -0.826688) + (xy -2.38772 -0.830608) + (xy -2.381771 -0.84319) + (xy -2.362814 -0.86351) + (xy -2.338916 -0.855111) + (xy -2.317817 -0.822675) + (xy -2.311066 -0.800445) + (xy -2.298438 -0.766977) + (xy -2.283716 -0.758036) + (xy -2.283181 -0.758336) + (xy -2.269364 -0.753119) + (xy -2.266773 -0.738719) + (xy -2.256104 -0.717476) + (xy -2.241175 -0.718783) + (xy -2.218505 -0.712751) + (xy -2.204031 -0.676039) + (xy -2.190767 -0.638967) + (xy -2.175042 -0.623472) + (xy -2.174988 -0.623472) + (xy -2.165743 -0.612399) + (xy -2.168747 -0.60526) + (xy -2.171052 -0.578459) + (xy -2.162706 -0.537027) + (xy -2.148152 -0.495178) + (xy -2.131837 -0.467127) + (xy -2.124162 -0.462712) + (xy -2.115823 -0.44855) + (xy -2.118173 -0.429004) + (xy -2.116869 -0.3957) + (xy -2.107569 -0.383294) + (xy -2.09089 -0.357033) + (xy -2.088151 -0.338706) + (xy -2.072622 -0.308325) + (xy -2.047961 -0.295105) + (xy -2.021319 -0.284429) + (xy -2.026645 -0.27139) + (xy -2.034565 -0.265484) + (xy -2.052317 -0.251013) + (xy -2.039722 -0.249224) + (xy -2.034565 -0.249738) + (xy -1.977855 -0.25162) + (xy -1.954603 -0.241623) + (xy -1.960709 -0.224474) + (xy -1.968089 -0.202707) + (xy -1.945751 -0.182163) + (xy -1.937464 -0.177529) + (xy -1.90119 -0.146628) + (xy -1.884436 -0.116576) + (xy -1.866529 -0.081694) + (xy -1.832318 -0.036003) + (xy -1.811626 -0.012885) + (xy -1.767248 0.036934) + (xy -1.75046 0.06477) + (xy -1.761057 0.071081) + (xy -1.775563 0.066693) + (xy -1.796468 0.061682) + (xy -1.79841 0.071948) + (xy -1.779754 0.101089) + (xy -1.738864 0.152702) + (xy -1.733472 0.159259) + (xy -1.687044 0.220081) + (xy -1.635399 0.294419) + (xy -1.596126 0.355844) + (xy -1.556359 0.41668) + (xy -1.517219 0.468673) + (xy -1.487012 0.500815) + (xy -1.486389 0.501312) + (xy -1.456427 0.53279) + (xy -1.445113 0.558977) + (xy -1.433761 0.585805) + (xy -1.404764 0.62658) + (xy -1.382596 0.652428) + (xy -1.346895 0.695185) + (xy -1.324263 0.729559) + (xy -1.320078 0.741654) + (xy -1.311105 0.769944) + (xy -1.28887 0.810299) + (xy -1.260396 0.852549) + (xy -1.232705 0.886522) + (xy -1.212822 0.90205) + (xy -1.209568 0.901681) + (xy -1.196166 0.907246) + (xy -1.191412 0.936388) + (xy -1.192928 0.952864) + (xy -1.181397 0.96571) + (xy -1.176126 0.966261) + (xy -1.164842 0.976829) + (xy -1.167036 0.982159) + (xy -1.159434 1.000583) + (xy -1.129547 1.031561) + (xy -1.097194 1.058074) + (xy -1.053249 1.094265) + (xy -1.024077 1.124197) + (xy -1.016973 1.137075) + (xy -1.00463 1.160211) + (xy -0.974373 1.195348) + (xy -0.961037 1.208524) + (xy -0.91801 1.257291) + (xy -0.885647 1.308642) + (xy -0.870447 1.351423) + (xy -0.870639 1.363694) + (xy -0.859255 1.375863) + (xy -0.849499 1.377091) + (xy -0.822855 1.387645) + (xy -0.794647 1.411638) + (xy -0.776101 1.437569) + (xy -0.776075 1.452309) + (xy -0.768597 1.46301) + (xy -0.738598 1.473978) + (xy -0.691018 1.493135) + (xy -0.640822 1.523194) + (xy -0.638836 1.524646) + (xy -0.60012 1.549108) + (xy -0.572304 1.551544) + (xy -0.549211 1.540251) + (xy -0.510909 1.527364) + (xy -0.490536 1.54301) + (xy -0.492318 1.582731) + (xy -0.49665 1.595717) + (xy -0.505681 1.628531) + (xy -0.495679 1.638188) + (xy -0.486954 1.637558) + (xy -0.453743 1.620369) + (xy -0.445889 1.61101) + (xy -0.431702 1.600083) + (xy -0.420466 1.618344) + (xy -0.416792 1.654861) + (xy -0.421409 1.668963) + (xy -0.423695 1.679321) + (xy -0.406941 1.667933) + (xy -0.369458 1.655969) + (xy -0.313551 1.657104) + (xy -0.253334 1.669694) + (xy -0.203693 1.691595) + (xy -0.16361 1.707759) + (xy -0.100953 1.723142) + (xy -0.028831 1.735344) + (xy 0.039642 1.741964) + (xy 0.073171 1.742273) + (xy 0.136731 1.736453) + (xy 0.197044 1.725803) + (xy 0.24422 1.712654) + (xy 0.268367 1.699337) + (xy 0.269655 1.695986) + (xy 0.280691 1.686784) + (xy 0.287517 1.689679) + (xy 0.303977 1.688262) + (xy 0.305379 1.681802) + (xy 0.319903 1.665206) + (xy 0.333227 1.662885) + (xy 0.351779 1.654317) + (xy 0.350161 1.645228) + (xy 0.352905 1.634734) + (xy 0.364107 1.63711) + (xy 0.395702 1.632724) + (xy 0.422156 1.600699) + (xy 0.426837 1.586602) + (xy 0.476376 1.586602) + (xy 0.482242 1.591437) + (xy 0.50695 1.57836) + (xy 0.511529 1.572386) + (xy 0.518868 1.55024) + (xy 0.505282 1.551209) + (xy 0.487762 1.566445) + (xy 0.476376 1.586602) + (xy 0.426837 1.586602) + (xy 0.432958 1.568166) + (xy 0.445504 1.542344) + (xy 0.455211 1.538432) + (xy 0.479441 1.528786) + (xy 0.482004 1.525747) + (xy 0.505463 1.509479) + (xy 0.544016 1.492963) + (xy 0.579914 1.472057) + (xy 0.609443 1.432036) + (xy 0.633907 1.378386) + (xy 0.659617 1.323596) + (xy 0.684642 1.285404) + (xy 0.70468 1.268567) + (xy 0.715432 1.277842) + (xy 0.716209 1.287346) + (xy 0.705383 1.299462) + (xy 0.698551 1.296838) + (xy 0.688526 1.29977) + (xy 0.691992 1.314846) + (xy 0.707461 1.331899) + (xy 0.724277 1.318189) + (xy 0.736907 1.278849) + (xy 0.757122 1.244124) + (xy 0.783296 1.225492) + (xy 0.813985 1.206966) + (xy 0.823382 1.193834) + (xy 0.834563 1.174017) + (xy 0.863452 1.137406) + (xy 0.8926 1.104294) + (xy 0.973117 1.004048) + (xy 1.054092 0.881194) + (xy 1.128035 0.747952) + (xy 1.179701 0.635811) + (xy 1.216114 0.54735) + (xy 1.216463 0.5465) + (xy 1.341385 0.5465) + (xy 1.350316 0.555431) + (xy 1.359247 0.5465) + (xy 1.350316 0.537569) + (xy 1.341385 0.5465) + (xy 1.216463 0.5465) + (xy 1.257785 0.445984) + (xy 1.296431 0.351866) + (xy 1.300853 0.341085) + (xy 1.360377 0.203276) + (xy 1.423852 0.069222) + (xy 1.488372 -0.055854) + (xy 1.551029 -0.166725) + (xy 1.608915 -0.258169) + (xy 1.659125 -0.324961) + (xy 1.687482 -0.353701) + (xy 1.711383 -0.384242) + (xy 1.71649 -0.402382) + (xy 1.725081 -0.424737) + (xy 1.731216 -0.426988) + (xy 1.745611 -0.441959) + (xy 1.769002 -0.481144) + (xy 1.79542 -0.534161) + (xy 1.822904 -0.588659) + (xy 1.846803 -0.627248) + (xy 1.861516 -0.641334) + (xy 1.882071 -0.657311) + (xy 1.898451 -0.705941) + (xy 1.91091 -0.788275) + (xy 1.917942 -0.874517) + (xy 1.929625 -0.983022) + (xy 1.9389 -1.025371) + (xy 2.109458 -1.025371) + (xy 2.118389 -1.016439) + (xy 2.12732 -1.025371) + (xy 2.118389 -1.034302) + (xy 2.109458 -1.025371) + (xy 1.9389 -1.025371) + (xy 1.949144 -1.072143) + (xy 1.974898 -1.136316) + (xy 2.002459 -1.168376) + (xy 2.027413 -1.169421) + (xy 2.04288 -1.145007) + (xy 2.042952 -1.105218) + (xy 2.041937 -1.10098) + (xy 2.041133 -1.076871) + (xy 2.053872 -1.077313) + (xy 2.073124 -1.097652) + (xy 2.091855 -1.133235) + (xy 2.092255 -1.134279) + (xy 2.1136 -1.166712) + (xy 2.134562 -1.177199) ) - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d07cb9d0-8e67-4fdd-ad50-2eda8de795a2)) - (fp_poly - (pts - (xy -0.357243 3.331293) - (xy -0.366174 3.340225) - (xy -0.375105 3.331293) - (xy -0.366174 3.322362) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c467eb62-89f6-450c-bbb0-f19e1c8c89e0)) - (fp_poly - (pts - (xy 0.053587 -0.437624) - (xy 0.044655 -0.428692) - (xy 0.035724 -0.437624) - (xy 0.044655 -0.446555) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 885521eb-064f-4471-863b-6b6c4bd9e712)) - (fp_poly - (pts - (xy 0.107173 3.438466) - (xy 0.098242 3.447398) - (xy 0.089311 3.438466) - (xy 0.098242 3.429535) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4c0ea829-f819-4b29-8879-a4c9f26c7ce7)) - (fp_poly - (pts - (xy 0.589451 -0.366175) - (xy 0.58052 -0.357244) - (xy 0.571589 -0.366175) - (xy 0.58052 -0.375106) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 40fc9bf5-7392-4f73-8ee7-84d496d81408)) - (fp_poly - (pts - (xy 0.6609 0.384036) - (xy 0.651969 0.392967) - (xy 0.643038 0.384036) - (xy 0.651969 0.375105) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7894edf1-28fd-4bab-ad85-d8887a8b324b)) - (fp_poly - (pts - (xy 1.73263 0.562658) - (xy 1.723699 0.571589) - (xy 1.714768 0.562658) - (xy 1.723699 0.553727) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8d8ea944-c398-46e3-ae1c-64b0dd48d14a)) - (fp_poly - (pts - (xy 1.73263 0.919901) - (xy 1.723699 0.928832) - (xy 1.714768 0.919901) - (xy 1.723699 0.91097) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0d25b6b0-bfdd-4601-aa38-55db3c32bbf0)) - (fp_poly - (pts - (xy 1.768354 0.794866) - (xy 1.759423 0.803797) - (xy 1.750492 0.794866) - (xy 1.759423 0.785935) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ebddf16e-1949-4273-90cb-2f87848fdf11)) - (fp_poly - (pts - (xy 2.000563 0.455485) - (xy 1.991632 0.464416) - (xy 1.9827 0.455485) - (xy 1.991632 0.446554) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 570a5a76-8d0c-46a8-9773-a01bef2882ea)) - (fp_poly - (pts - (xy 2.607876 -2.259564) - (xy 2.598945 -2.250633) - (xy 2.590014 -2.259564) - (xy 2.598945 -2.268496) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 89522c97-80d3-4491-902a-e615e6375cb5)) - (fp_poly - (pts - (xy 2.750774 -2.402462) - (xy 2.741842 -2.393531) - (xy 2.732911 -2.402462) - (xy 2.741842 -2.411393) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8fbe6fb3-a3c3-4417-a58c-739fc002130e)) - (fp_poly - (pts - (xy 3.000844 2.813291) - (xy 2.991913 2.822222) - (xy 2.982982 2.813291) - (xy 2.991913 2.80436) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2e83b636-f153-42c0-a1f5-bc3c198ddd1f)) - (fp_poly - (pts - (xy -1.809739 -0.396317) - (xy -1.80761 -0.368401) - (xy -1.811149 -0.362081) - (xy -1.819268 -0.367409) - (xy -1.820531 -0.385526) - (xy -1.816168 -0.404585) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5f6ab447-f7ac-4751-bf55-00afedc4a3b3)) - (fp_poly - (pts - (xy -0.362904 1.63997) - (xy -0.360774 1.667886) - (xy -0.364314 1.674205) - (xy -0.372432 1.668878) - (xy -0.373695 1.650761) - (xy -0.369333 1.631702) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d174eadf-d176-4a2d-aa7f-f3121e958e71)) - (fp_poly - (pts - (xy 1.26226 1.524238) - (xy 1.259808 1.534857) - (xy 1.250352 1.536146) - (xy 1.235649 1.52961) - (xy 1.238444 1.524238) - (xy 1.259642 1.5221) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0475f4ea-b31c-4d4a-87d2-c3da79d33b46)) - (fp_poly - (pts - (xy 2.351852 -1.047914) - (xy 2.3494 -1.037295) - (xy 2.339944 -1.036006) - (xy 2.325241 -1.042542) - (xy 2.328036 -1.047914) - (xy 2.349234 -1.050052) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 81a5a17c-53f4-4340-a357-366f0f9419b8)) - (fp_poly - (pts - (xy -0.837341 2.667268) - (xy -0.825508 2.696866) - (xy -0.826747 2.708228) - (xy -0.838931 2.70186) - (xy -0.846246 2.687565) - (xy -0.856366 2.653648) - (xy -0.852211 2.646881) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a3adffb7-2cbc-4bbb-b985-41baebacfdcb)) - (fp_poly - (pts - (xy 1.783457 0.668125) - (xy 1.802633 0.68611) - (xy 1.798699 0.69645) - (xy 1.796202 0.696624) - (xy 1.781094 0.683937) - (xy 1.77558 0.676002) - (xy 1.773475 0.663779) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c384d9c3-68a2-45cc-a1fa-023f45e03516)) - (fp_poly - (pts - (xy 0.40908 -0.572226) - (xy 0.431327 -0.52759) - (xy 0.439133 -0.499982) - (xy 0.454756 -0.451849) - (xy 0.472091 -0.422002) - (xy 0.479323 -0.417529) - (xy 0.512559 -0.413562) - (xy 0.516255 -0.413063) - (xy 0.535764 -0.393691) - (xy 0.556365 -0.344785) - (xy 0.576776 -0.272455) - (xy 0.595715 -0.182814) - (xy 0.611899 -0.081973) - (xy 0.624046 0.023959) - (xy 0.630873 0.128868) - (xy 0.631051 0.133966) - (xy 0.643353 0.17268) - (xy 0.656476 0.188023) - (xy 0.66975 0.214368) - (xy 0.66567 0.246575) - (xy 0.647659 0.266825) - (xy 0.641127 0.267932) - (xy 0.62904 0.283271) - (xy 0.62466 0.321241) - (xy 0.6272 0.369773) - (xy 0.635877 0.416799) - (xy 0.649904 0.450248) - (xy 0.653245 0.454209) - (xy 0.668727 0.476607) - (xy 0.659989 0.482278) - (xy 0.649449 0.490145) - (xy 0.663179 0.511976) - (xy 0.677965 0.537042) - (xy 0.665444 0.549163) - (xy 0.665366 0.549189) - (xy 0.646885 0.570957) - (xy 0.643038 0.591994) - (xy 0.650158 0.615741) - (xy 0.6609 0.616244) - (xy 0.67736 0.61766) - (xy 0.678762 0.624121) - (xy 0.664888 0.64205) - (xy 0.658412 0.643037) - (xy 0.646665 0.657907) - (xy 0.645854 0.703914) - (xy 0.648708 0.732925) - (xy 0.652308 0.786302) - (xy 0.64775 0.811653) - (xy 0.642265 0.81225) - (xy 0.632066 0.821608) - (xy 0.626098 0.859629) - (xy 0.625176 0.889645) - (xy 0.613187 0.972982) - (xy 0.579474 1.03629) - (xy 0.527415 1.073775) - (xy 0.515581 1.077538) - (xy 0.487341 1.076841) - (xy 0.452814 1.057635) - (xy 0.438398 1.044936) - (xy 0.518003 1.044936) - (xy 0.526934 1.053867) - (xy 0.535865 1.044936) - (xy 0.526934 1.036005) - (xy 0.518003 1.044936) - (xy 0.438398 1.044936) - (xy 0.405218 1.015709) - (xy 0.387108 0.997802) - (xy 0.338994 0.946079) - (xy 0.316877 0.912979) - (xy 0.318604 0.895133) - (xy 0.320533 0.893717) - (xy 0.333334 0.879404) - (xy 0.322375 0.872554) - (xy 0.316156 0.85603) - (xy 0.338216 0.823003) - (xy 0.365106 0.785587) - (xy 0.377338 0.756408) - (xy 0.381739 0.703923) - (xy 0.384846 0.651511) - (xy 0.386962 0.590298) - (xy 0.388393 0.511407) - (xy 0.389442 0.405963) - (xy 0.389474 0.401898) - (xy 0.388867 0.312587) - (xy 0.41083 0.312587) - (xy 0.419761 0.321519) - (xy 0.428692 0.312587) - (xy 0.419761 0.303656) - (xy 0.41083 0.312587) - (xy 0.388867 0.312587) - (xy 0.388677 0.284538) - (xy 0.384846 0.165122) - (xy 0.378487 0.050061) - (xy 0.370106 -0.054233) - (xy 0.360208 -0.141348) - (xy 0.349299 -0.204874) - (xy 0.339119 -0.236432) - (xy 0.329789 -0.270145) - (xy 0.323407 -0.326234) - (xy 0.321519 -0.380234) - (xy 0.32683 -0.464779) - (xy 0.340955 -0.529014) - (xy 0.361181 -0.570175) - (xy 0.384794 -0.5855) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 751b9d1f-a9e6-4c8e-a24e-30dff3c9d6c6)) - (fp_poly - (pts - (xy -0.173573 -0.568483) - (xy -0.16465 -0.520465) - (xy -0.164817 -0.476507) - (xy -0.165982 -0.422019) - (xy -0.160518 -0.395212) - (xy -0.146204 -0.388313) - (xy -0.139779 -0.388976) - (xy -0.111494 -0.386608) - (xy -0.09768 -0.364397) - (xy -0.097183 -0.31747) - (xy -0.107072 -0.250626) - (xy -0.116998 -0.178166) - (xy -0.114921 -0.129933) - (xy -0.106137 -0.105238) - (xy -0.095276 -0.078998) - (xy -0.105391 -0.079279) - (xy -0.124155 -0.08185) - (xy -0.126548 -0.076969) - (xy -0.128411 -0.053016) - (xy -0.131859 -0.003914) - (xy -0.136155 0.059841) - (xy -0.136275 0.061645) - (xy -0.142352 0.126497) - (xy -0.150432 0.177742) - (xy -0.158779 0.204408) - (xy -0.15888 0.204542) - (xy -0.164832 0.23044) - (xy -0.16806 0.28276) - (xy -0.168813 0.352322) - (xy -0.167338 0.429949) - (xy -0.163885 0.50646) - (xy -0.1587 0.572678) - (xy -0.152033 0.619424) - (xy -0.147253 0.63462) - (xy -0.141789 0.670261) - (xy -0.147036 0.728427) - (xy -0.160494 0.798451) - (xy -0.179662 0.869666) - (xy -0.202039 0.931406) - (xy -0.225127 0.973005) - (xy -0.227128 0.975367) - (xy -0.250462 1.00474) - (xy -0.249335 1.016558) - (xy -0.236215 1.018143) - (xy -0.217849 1.023576) - (xy -0.22724 1.038182) - (xy -0.24041 1.068279) - (xy -0.238717 1.080532) - (xy -0.245099 1.104745) - (xy -0.258903 1.113875) - (xy -0.27819 1.115804) - (xy -0.2775 1.108483) - (xy -0.277951 1.087431) - (xy -0.301537 1.077751) - (xy -0.32771 1.082081) - (xy -0.346423 1.103649) - (xy -0.345273 1.117863) - (xy -0.341798 1.140547) - (xy -0.35945 1.134856) - (xy -0.39784 1.100931) - (xy -0.401914 1.096884) - (xy -0.431213 1.062228) - (xy -0.434924 1.038018) - (xy -0.426992 1.025026) - (xy -0.415331 1.006828) - (xy -0.431045 1.009168) - (xy -0.432873 1.009861) - (xy -0.447201 1.009663) - (xy -0.45615 0.99145) - (xy -0.459432 0.964556) - (xy -0.25007 0.964556) - (xy -0.243535 0.979259) - (xy -0.238162 0.976465) - (xy -0.236024 0.955266) - (xy -0.238162 0.952648) - (xy -0.248781 0.9551) - (xy -0.25007 0.964556) - (xy -0.459432 0.964556) - (xy -0.46133 0.948999) - (xy -0.463959 0.8897) - (xy -0.467797 0.706453) - (xy -0.467799 0.651969) - (xy -0.446554 0.651969) - (xy -0.437623 0.6609) - (xy -0.428692 0.651969) - (xy -0.437623 0.643037) - (xy -0.446554 0.651969) - (xy -0.467799 0.651969) - (xy -0.467801 0.562658) - (xy -0.464416 0.562658) - (xy -0.455485 0.571589) - (xy -0.446554 0.562658) - (xy -0.455485 0.553727) - (xy -0.464416 0.562658) - (xy -0.467801 0.562658) - (xy -0.467802 0.539356) - (xy -0.464091 0.393429) - (xy -0.456782 0.273688) - (xy -0.447599 0.194786) - (xy -0.434748 0.118088) - (xy -0.422435 0.062069) - (xy -0.406272 0.01203) - (xy -0.381871 -0.046733) - (xy -0.362799 -0.089311) - (xy -0.331914 -0.166023) - (xy -0.301484 -0.25565) - (xy -0.275716 -0.344486) - (xy -0.258814 -0.418823) - (xy -0.255926 -0.437624) - (xy -0.247217 -0.501361) - (xy -0.239315 -0.539379) - (xy -0.229572 -0.561516) - (xy -0.219294 -0.573787) - (xy -0.192333 -0.587231) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6d94ff44-47b7-465e-81d4-cd5035773c9b)) - (fp_poly - (pts - (xy 2.715311 -3.435338) - (xy 2.724136 -3.429284) - (xy 2.728592 -3.405754) - (xy 2.732393 -3.357774) - (xy 2.735183 -3.296618) - (xy 2.736603 -3.233559) - (xy 2.736299 -3.179872) - (xy 2.733912 -3.14683) - (xy 2.73317 -3.143742) - (xy 2.729854 -3.121658) - (xy 2.72543 -3.078907) - (xy 2.724662 -3.070316) - (xy 2.717417 -3.015199) - (xy 2.707534 -2.969634) - (xy 2.706957 -2.967762) - (xy 2.694149 -2.919582) - (xy 2.686251 -2.88213) - (xy 2.672507 -2.831851) - (xy 2.659145 -2.80003) - (xy 2.640028 -2.752194) - (xy 2.63358 -2.72688) - (xy 2.626117 -2.686607) - (xy 2.615294 -2.628648) - (xy 2.60978 -2.599236) - (xy 2.602023 -2.544956) - (xy 2.600745 -2.505072) - (xy 2.603231 -2.493769) - (xy 2.601391 -2.485988) - (xy 2.592774 -2.490067) - (xy 2.574002 -2.488118) - (xy 2.569919 -2.474965) - (xy 2.566593 -2.441801) - (xy 2.565454 -2.433569) - (xy 2.555983 -2.413867) - (xy 2.531715 -2.369779) - (xy 2.496187 -2.30758) - (xy 2.452938 -2.233545) - (xy 2.447117 -2.223689) - (xy 2.403397 -2.147845) - (xy 2.367587 -2.082067) - (xy 2.343111 -2.032914) - (xy 2.333392 -2.006948) - (xy 2.333377 -2.005729) - (xy 2.325618 -1.988076) - (xy 2.31966 -1.987867) - (xy 2.308152 -1.983608) - (xy 2.291586 -1.963588) - (xy 2.267583 -1.923808) - (xy 2.233769 -1.860267) - (xy 2.187765 -1.768966) - (xy 2.178608 -1.750493) - (xy 2.133401 -1.675916) - (xy 2.070111 -1.59332) - (xy 1.996796 -1.51141) - (xy 1.921517 -1.438894) - (xy 1.852331 -1.384477) - (xy 1.824231 -1.367641) - (xy 1.786959 -1.343901) - (xy 1.76872 -1.323521) - (xy 1.768354 -1.321342) - (xy 1.754021 -1.30559) - (xy 1.743472 -1.303939) - (xy 1.715322 -1.289647) - (xy 1.709273 -1.279659) - (xy 1.690184 -1.262329) - (xy 1.645736 -1.234241) - (xy 1.58301 -1.199599) - (xy 1.52465 -1.170098) - (xy 1.41524 -1.117254) - (xy 1.331029 -1.078184) - (xy 1.265241 -1.050723) - (xy 1.211105 -1.032707) - (xy 1.161845 -1.02197) - (xy 1.110687 -1.016349) - (xy 1.050859 -1.013678) - (xy 1.033713 -1.013217) - (xy 0.954275 -1.012301) - (xy 0.899001 -1.015797) - (xy 0.856402 -1.025823) - (xy 0.814991 -1.044497) - (xy 0.790665 -1.058011) - (xy 0.737918 -1.092394) - (xy 0.711148 -1.122912) - (xy 0.702887 -1.156252) - (xy 0.698905 -1.242571) - (xy 0.697933 -1.315057) - (xy 0.700909 -1.381658) - (xy 0.708768 -1.450324) - (xy 0.722447 -1.529004) - (xy 0.742881 -1.625648) - (xy 0.771007 -1.748206) - (xy 0.774222 -1.761952) - (xy 0.807924 -1.885083) - (xy 0.851419 -2.012881) - (xy 0.901294 -2.137444) - (xy 0.954136 -2.250873) - (xy 1.006529 -2.345267) - (xy 1.055061 -2.412726) - (xy 1.055803 -2.413561) - (xy 1.087411 -2.451399) - (xy 1.105667 -2.477966) - (xy 1.107454 -2.482979) - (xy 1.120132 -2.504474) - (xy 1.154698 -2.544185) - (xy 1.20595 -2.597041) - (xy 1.268684 -2.657971) - (xy 1.337699 -2.721903) - (xy 1.407792 -2.783766) - (xy 1.464698 -2.831229) - (xy 1.529103 -2.883563) - (xy 1.584682 -2.929471) - (xy 1.624537 -2.963211) - (xy 1.64013 -2.977246) - (xy 1.677777 -2.997847) - (xy 1.696906 -3.000844) - (xy 1.73802 -3.012958) - (xy 1.753682 -3.024392) - (xy 1.809497 -3.072956) - (xy 1.880575 -3.124707) - (xy 1.958807 -3.174846) - (xy 2.036088 -3.21858) - (xy 2.10431 -3.251113) - (xy 2.155366 -3.267648) - (xy 2.166808 -3.268777) - (xy 2.198344 -3.278146) - (xy 2.224331 -3.29261) - (xy 2.262253 -3.310855) - (xy 2.318579 -3.330153) - (xy 2.348875 -3.338393) - (xy 2.462682 -3.367492) - (xy 2.543505 -3.390713) - (xy 2.59044 -3.407785) - (xy 2.598945 -3.412429) - (xy 2.637137 -3.429396) - (xy 2.681053 -3.437723) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7b88c4fd-b4aa-490d-bb43-168a24462f33)) - (fp_poly - (pts - (xy -2.773101 -3.616039) - (xy -2.74111 -3.611134) - (xy -2.736279 -3.610391) - (xy -2.713232 -3.597816) - (xy -2.687099 -3.576899) - (xy -2.653919 -3.553413) - (xy -2.600612 -3.52218) - (xy -2.536441 -3.487887) - (xy -2.470669 -3.455218) - (xy -2.412556 -3.42886) - (xy -2.371366 -3.413498) - (xy -2.359976 -3.411406) - (xy -2.333735 -3.404892) - (xy -2.283172 -3.387152) - (xy -2.216704 -3.361257) - (xy -2.172423 -3.34297) - (xy -2.082761 -3.305289) - (xy -2.018384 -3.279118) - (xy -1.971649 -3.262124) - (xy -1.934908 -3.251973) - (xy -1.900515 -3.24633) - (xy -1.860826 -3.242862) - (xy -1.839803 -3.24143) - (xy -1.766489 -3.232198) - (xy -1.693345 -3.216392) - (xy -1.665398 -3.207846) - (xy -1.617849 -3.191487) - (xy -1.586259 -3.181511) - (xy -1.580553 -3.180171) - (xy -1.567405 -3.17839) - (xy -1.548668 -3.176208) - (xy -1.50571 -3.171816) - (xy -1.473629 -3.168668) - (xy -1.400593 -3.155147) - (xy -1.307193 -3.128752) - (xy -1.20444 -3.093549) - (xy -1.103349 -3.053604) - (xy -1.014932 -3.012982) - (xy -0.950203 -2.97575) - (xy -0.949227 -2.975069) - (xy -0.898759 -2.940313) - (xy -0.856334 -2.912195) - (xy -0.84093 -2.902602) - (xy -0.812164 -2.882475) - (xy -0.766173 -2.846974) - (xy -0.713616 -2.804361) - (xy -0.5456 -2.650815) - (xy -0.410758 -2.495668) - (xy -0.306584 -2.335523) - (xy -0.230572 -2.166986) - (xy -0.219368 -2.134529) - (xy -0.196995 -2.058721) - (xy -0.174574 -1.969373) - (xy -0.15422 -1.876627) - (xy -0.13805 -1.790628) - (xy -0.128182 -1.721516) - (xy -0.126166 -1.687975) - (xy -0.12633 -1.654119) - (xy -0.12625 -1.59547) - (xy -0.125948 -1.522955) - (xy -0.125812 -1.499473) - (xy -0.136352 -1.337793) - (xy -0.171259 -1.19682) - (xy -0.232252 -1.069637) - (xy -0.232636 -1.069006) - (xy -0.259005 -1.021573) - (xy -0.273317 -0.987293) - (xy -0.2738 -0.976379) - (xy -0.273462 -0.953505) - (xy -0.290239 -0.913228) - (xy -0.318152 -0.865403) - (xy -0.351225 -0.819885) - (xy -0.383481 -0.786529) - (xy -0.393021 -0.779815) - (xy -0.452093 -0.75796) - (xy -0.519323 -0.751348) - (xy -0.577492 -0.761126) - (xy -0.589451 -0.766748) - (xy -0.61988 -0.777155) - (xy -0.674062 -0.789667) - (xy -0.740346 -0.801599) - (xy -0.74128 -0.801745) - (xy -0.830491 -0.816019) - (xy -0.891182 -0.826859) - (xy -0.930199 -0.83589) - (xy -0.954386 -0.844732) - (xy -0.970589 -0.85501) - (xy -0.972488 -0.856555) - (xy -0.997165 -0.867252) - (xy -1.005051 -0.864523) - (xy -1.019116 -0.86058) - (xy -1.043484 -0.87126) - (xy -1.082303 -0.899434) - (xy -1.139725 -0.947971) - (xy -1.188646 -0.991489) - (xy -1.289146 -1.083135) - (xy -1.364732 -1.155254) - (xy -1.418121 -1.210961) - (xy -1.452028 -1.253372) - (xy -1.46917 -1.285605) - (xy -1.472263 -1.310775) - (xy -1.471309 -1.315751) - (xy -1.469347 -1.347329) - (xy -1.478003 -1.357525) - (xy -1.495374 -1.371317) - (xy -1.526411 -1.407984) - (xy -1.565287 -1.460467) - (xy -1.577509 -1.478095) - (xy -1.631945 -1.555717) - (xy -1.693712 -1.640686) - (xy -1.746241 -1.710418) - (xy -1.776251 -1.750408) - (xy -1.806758 -1.793987) - (xy -1.840503 -1.8456) - (xy -1.880228 -1.909689) - (xy -1.928675 -1.990696) - (xy -1.988586 -2.093064) - (xy -2.062703 -2.221237) - (xy -2.07963 -2.250633) - (xy -2.10137 -2.291032) - (xy -2.130946 -2.349204) - (xy -2.154176 -2.396528) - (xy -2.191701 -2.464265) - (xy -2.235706 -2.529693) - (xy -2.262552 -2.562747) - (xy -2.297253 -2.604333) - (xy -2.317418 -2.635211) - (xy -1.336144 -2.635211) - (xy -1.334049 -2.616761) - (xy -1.314588 -2.591797) - (xy -1.28979 -2.574105) - (xy -1.28112 -2.572152) - (xy -1.277753 -2.583012) - (xy -1.295106 -2.607986) - (xy -1.321515 -2.631401) - (xy -1.336144 -2.635211) - (xy -2.317418 -2.635211) - (xy -2.318708 -2.637187) - (xy -2.322082 -2.647375) - (xy -2.332173 -2.672732) - (xy -2.357483 -2.712824) - (xy -2.369104 -2.728672) - (xy -2.401528 -2.776674) - (xy -2.440686 -2.842384) - (xy -2.476738 -2.90898) - (xy -2.517885 -2.981471) - (xy -2.575386 -3.072031) - (xy -2.642764 -3.17125) - (xy -2.713543 -3.26972) - (xy -2.781245 -3.35803) - (xy -2.810008 -3.393167) - (xy -2.836954 -3.438467) - (xy -2.768636 -3.438467) - (xy -2.759705 -3.429536) - (xy -2.750774 -3.438467) - (xy -2.759705 -3.447399) - (xy -2.768636 -3.438467) - (xy -2.836954 -3.438467) - (xy -2.843155 -3.448891) - (xy -2.856479 -3.507234) - (xy -2.851324 -3.56007) - (xy -2.829035 -3.599276) - (xy -2.790958 -3.616728) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 65ff9f8a-65fb-407c-8d67-5276d586f7c6)) - (fp_poly - (pts - (xy -0.900567 2.374596) - (xy -0.873502 2.397194) - (xy -0.846951 2.42764) - (xy -0.83103 2.454966) - (xy -0.830823 2.465354) - (xy -0.824541 2.482193) - (xy -0.810773 2.490051) - (xy -0.791009 2.512559) - (xy -0.792808 2.528574) - (xy -0.793975 2.546888) - (xy -0.785731 2.545232) - (xy -0.770609 2.5494) - (xy -0.768073 2.562166) - (xy -0.759035 2.58661) - (xy -0.750772 2.590014) - (xy -0.741474 2.603313) - (xy -0.744876 2.619737) - (xy -0.747393 2.639899) - (xy -0.735384 2.636545) - (xy -0.717472 2.637852) - (xy -0.714487 2.651477) - (xy -0.706232 2.675932) - (xy -0.698708 2.679324) - (xy -0.68287 2.694099) - (xy -0.667233 2.727386) - (xy -0.658814 2.762627) - (xy -0.658968 2.773101) - (xy -0.64635 2.784949) - (xy -0.634107 2.786497) - (xy -0.612558 2.802025) - (xy -0.607314 2.831153) - (xy -0.601281 2.864723) - (xy -0.589691 2.875808) - (xy -0.571745 2.890925) - (xy -0.549518 2.928134) - (xy -0.528709 2.975227) - (xy -0.515014 3.019994) - (xy -0.51259 3.041033) - (xy -0.501809 3.067447) - (xy -0.488883 3.072292) - (xy -0.467234 3.08664) - (xy -0.464416 3.099085) - (xy -0.454214 3.122847) - (xy -0.4455 3.125879) - (xy -0.435621 3.137159) - (xy -0.439329 3.146501) - (xy -0.441428 3.158837) - (xy -0.432895 3.15527) - (xy -0.409829 3.15946) - (xy -0.372914 3.183504) - (xy -0.351992 3.201631) - (xy -0.311169 3.239706) - (xy -0.284085 3.260377) - (xy -0.258021 3.270242) - (xy -0.220256 3.275902) - (xy -0.205415 3.277685) - (xy -0.070426 3.29358) - (xy 0.031521 3.304438) - (xy 0.102729 3.310417) - (xy 0.145499 3.311672) - (xy 0.162134 3.30836) - (xy 0.157949 3.302385) - (xy 0.145308 3.29006) - (xy 0.164062 3.286912) - (xy 0.202164 3.280074) - (xy 0.244442 3.265891) - (xy 0.284224 3.251993) - (xy 0.308122 3.248029) - (xy 0.321045 3.237459) - (xy 0.321519 3.232789) - (xy 0.335639 3.211947) - (xy 0.369117 3.186354) - (xy 0.408629 3.164127) - (xy 0.4162 3.161603) - (xy 0.571589 3.161603) - (xy 0.578125 3.176305) - (xy 0.583497 3.173511) - (xy 0.585635 3.152313) - (xy 0.583497 3.149695) - (xy 0.572878 3.152147) - (xy 0.571589 3.161603) - (xy 0.4162 3.161603) - (xy 0.440853 3.153384) - (xy 0.449758 3.154652) - (xy 0.462354 3.148713) - (xy 0.464416 3.135709) - (xy 0.47837 3.100302) - (xy 0.498996 3.072292) - (xy 0.526934 3.072292) - (xy 0.52835 3.088752) - (xy 0.534811 3.090154) - (xy 0.553 3.077188) - (xy 0.553727 3.072292) - (xy 0.547633 3.054894) - (xy 0.54585 3.05443) - (xy 0.5306 3.066947) - (xy 0.526934 3.072292) - (xy 0.498996 3.072292) - (xy 0.519556 3.044372) - (xy 0.586966 2.96927) - (xy 0.595046 2.960824) - (xy 0.623316 2.925672) - (xy 0.656004 2.876932) - (xy 0.6876 2.824088) - (xy 0.712595 2.776627) - (xy 0.725479 2.744033) - (xy 0.72557 2.73612) - (xy 0.729484 2.715475) - (xy 0.751298 2.696386) - (xy 0.774971 2.691562) - (xy 0.778978 2.693795) - (xy 0.782041 2.692415) - (xy 0.771082 2.676449) - (xy 0.758801 2.646625) - (xy 0.767206 2.635205) - (xy 0.784438 2.633312) - (xy 0.786002 2.63808) - (xy 0.793979 2.634158) - (xy 0.813798 2.606706) - (xy 0.821464 2.594479) - (xy 0.849646 2.556817) - (xy 0.874502 2.537219) - (xy 0.878556 2.536427) - (xy 0.89081 2.542442) - (xy 0.880214 2.556466) - (xy 0.868144 2.588809) - (xy 0.870746 2.604051) - (xy 0.872435 2.622473) - (xy 0.855954 2.617117) - (xy 0.84022 2.610448) - (xy 0.851141 2.624913) - (xy 0.859612 2.647188) - (xy 0.852425 2.684857) - (xy 0.829249 2.743162) - (xy 0.804104 2.804874) - (xy 0.784862 2.860855) - (xy 0.778075 2.887282) - (xy 0.7637 2.928375) - (xy 0.746381 2.950002) - (xy 0.735383 2.962875) - (xy 0.74128 2.965389) - (xy 0.743327 2.973017) - (xy 0.727883 2.984412) - (xy 0.701984 3.009719) - (xy 0.696624 3.025756) - (xy 0.68441 3.054172) - (xy 0.660791 3.081322) - (xy 0.637256 3.107616) - (xy 0.633196 3.121991) - (xy 0.627103 3.138346) - (xy 0.601902 3.169309) - (xy 0.590196 3.181469) - (xy 0.55609 3.218472) - (xy 0.534891 3.246876) - (xy 0.532681 3.251536) - (xy 0.511985 3.26782) - (xy 0.487717 3.273277) - (xy 0.460543 3.280409) - (xy 0.457014 3.289112) - (xy 0.452195 3.308466) - (xy 0.444848 3.314485) - (xy 0.419632 3.312959) - (xy 0.409106 3.302323) - (xy 0.396319 3.287548) - (xy 0.393241 3.304669) - (xy 0.376978 3.337065) - (xy 0.336093 3.366387) - (xy 0.28148 3.385708) - (xy 0.260836 3.388855) - (xy 0.215142 3.398653) - (xy 0.18663 3.412439) - (xy 0.153623 3.422482) - (xy 0.117813 3.419437) - (xy 0.083211 3.416388) - (xy 0.071449 3.425517) - (xy 0.056144 3.44159) - (xy 0.025282 3.452058) - (xy -0.007383 3.45432) - (xy -0.014512 3.439146) - (xy -0.012114 3.427347) - (xy -0.014314 3.402742) - (xy 0.142897 3.402742) - (xy 0.151828 3.411673) - (xy 0.16076 3.402742) - (xy 0.151828 3.393811) - (xy 0.142897 3.402742) - (xy -0.014314 3.402742) - (xy -0.014634 3.399165) - (xy -0.028465 3.393811) - (xy -0.050261 3.408287) - (xy -0.053586 3.422515) - (xy -0.064239 3.442689) - (xy -0.081841 3.440378) - (xy -0.110315 3.43092) - (xy -0.117565 3.429535) - (xy -0.124692 3.415477) - (xy -0.125035 3.409486) - (xy -0.114657 3.401329) - (xy -0.093776 3.413952) - (xy -0.072655 3.42939) - (xy -0.076958 3.420301) - (xy -0.087391 3.406776) - (xy -0.110187 3.385557) - (xy -0.121471 3.384293) - (xy -0.141125 3.382738) - (xy -0.159116 3.37219) - (xy -0.177691 3.35948) - (xy -0.170202 3.37028) - (xy -0.165225 3.375917) - (xy -0.146242 3.403995) - (xy -0.142897 3.415246) - (xy -0.15771 3.426099) - (xy -0.19186 3.429258) - (xy -0.229915 3.425236) - (xy -0.256444 3.414545) - (xy -0.259181 3.411382) - (xy -0.277131 3.402742) - (xy -0.214346 3.402742) - (xy -0.205415 3.411673) - (xy -0.196484 3.402742) - (xy -0.205415 3.393811) - (xy -0.214346 3.402742) - (xy -0.277131 3.402742) - (xy -0.280588 3.401078) - (xy -0.287029 3.403505) - (xy -0.302583 3.400872) - (xy -0.303657 3.394865) - (xy -0.317099 3.380209) - (xy -0.325985 3.380414) - (xy -0.343955 3.369452) - (xy -0.348337 3.34918) - (xy -0.359607 3.319392) - (xy -0.37513 3.311711) - (xy -0.421064 3.306332) - (xy -0.443712 3.29411) - (xy -0.454812 3.270898) - (xy -0.47423 3.233235) - (xy -0.502696 3.194983) - (xy -0.538116 3.152564) - (xy -0.578648 3.101157) - (xy -0.587011 3.090154) - (xy -0.621562 3.045636) - (xy -0.65037 3.010756) - (xy -0.656435 3.004033) - (xy -0.673768 2.97405) - (xy -0.589451 2.97405) - (xy -0.58052 2.982981) - (xy -0.571589 2.97405) - (xy -0.58052 2.965119) - (xy -0.589451 2.97405) - (xy -0.673768 2.97405) - (xy -0.675927 2.970316) - (xy -0.678762 2.954912) - (xy -0.6879 2.931959) - (xy -0.694952 2.929395) - (xy -0.70414 2.91517) - (xy -0.702772 2.902601) - (xy -0.607314 2.902601) - (xy -0.598383 2.911533) - (xy -0.589451 2.902601) - (xy -0.598383 2.89367) - (xy -0.607314 2.902601) - (xy -0.702772 2.902601) - (xy -0.7018 2.89367) - (xy -0.702445 2.865551) - (xy -0.730141 2.857946) - (xy -0.730266 2.857946) - (xy -0.760397 2.850422) - (xy -0.768073 2.83903) - (xy -0.75713 2.828362) - (xy -0.750211 2.831153) - (xy -0.733566 2.834254) - (xy -0.732349 2.830931) - (xy -0.740994 2.815303) - (xy -0.65476 2.815303) - (xy -0.651969 2.822222) - (xy -0.635918 2.839262) - (xy -0.633053 2.840084) - (xy -0.625381 2.826264) - (xy -0.625176 2.822222) - (xy -0.638907 2.805046) - (xy -0.644092 2.80436) - (xy -0.65476 2.815303) - (xy -0.740994 2.815303) - (xy -0.745162 2.807768) - (xy -0.772707 2.782016) - (xy -0.798643 2.768712) - (xy -0.800045 2.768635) - (xy -0.809403 2.75374) - (xy -0.807838 2.722246) - (xy -0.81058 2.678567) - (xy -0.841079 2.636917) - (xy -0.846039 2.632213) - (xy -0.884759 2.577665) - (xy -0.893108 2.536758) - (xy -0.898688 2.495778) - (xy -0.91097 2.47391) - (xy -0.922281 2.45307) - (xy -0.905016 2.45307) - (xy -0.902564 2.463689) - (xy -0.893108 2.464978) - (xy -0.878406 2.458443) - (xy -0.8812 2.45307) - (xy -0.902398 2.450933) - (xy -0.905016 2.45307) - (xy -0.922281 2.45307) - (xy -0.924569 2.448855) - (xy -0.928636 2.409418) - (xy -0.921774 2.376001) - (xy -0.918027 2.370816) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 50010664-8fda-4dcc-b462-46567f38056b)) - (fp_poly - (pts - (xy 2.184692 -1.118299) - (xy 2.184159 -1.091491) - (xy 2.178249 -1.06847) - (xy 2.169863 -1.032543) - (xy 2.174851 -1.025865) - (xy 2.183068 -1.032745) - (xy 2.210036 -1.050236) - (xy 2.234089 -1.053822) - (xy 2.243539 -1.043763) - (xy 2.237539 -1.031541) - (xy 2.223628 -1.003494) - (xy 2.204753 -0.952618) - (xy 2.187316 -0.897574) - (xy 2.168884 -0.840604) - (xy 2.152591 -0.800377) - (xy 2.142381 -0.785936) - (xy 2.13324 -0.769959) - (xy 2.123433 -0.729206) - (xy 2.118686 -0.699138) - (xy 2.102417 -0.631982) - (xy 2.076419 -0.585004) - (xy 2.071692 -0.580232) - (xy 2.051777 -0.555392) - (xy 2.041384 -0.520059) - (xy 2.038242 -0.463969) - (xy 2.038568 -0.430355) - (xy 2.03909 -0.356341) - (xy 2.0384 -0.263508) - (xy 2.03665 -0.168734) - (xy 2.035955 -0.142898) - (xy 2.035223 -0.048106) - (xy 2.03771 0.05232) - (xy 2.042889 0.140106) - (xy 2.044613 0.158612) - (xy 2.050614 0.22639) - (xy 2.0508 0.264723) - (xy 2.044641 0.2795) - (xy 2.033867 0.277857) - (xy 2.026194 0.277047) - (xy 2.040951 0.291049) - (xy 2.061903 0.313399) - (xy 2.054037 0.331621) - (xy 2.045644 0.339027) - (xy 2.010561 0.352943) - (xy 1.991859 0.350871) - (xy 1.968715 0.35354) - (xy 1.964838 0.367789) - (xy 1.971987 0.387004) - (xy 1.979088 0.386269) - (xy 2.004992 0.386403) - (xy 2.016322 0.391668) - (xy 2.026213 0.405015) - (xy 2.004305 0.415026) - (xy 1.97117 0.410541) - (xy 1.94454 0.376956) - (xy 1.929628 0.33045) - (xy 2.000563 0.33045) - (xy 2.009494 0.339381) - (xy 2.018425 0.33045) - (xy 2.009494 0.321519) - (xy 2.000563 0.33045) - (xy 1.929628 0.33045) - (xy 1.923952 0.312748) - (xy 1.912799 0.241139) - (xy 1.9827 0.241139) - (xy 1.991632 0.25007) - (xy 2.000563 0.241139) - (xy 1.991632 0.232208) - (xy 1.9827 0.241139) - (xy 1.912799 0.241139) - (xy 1.908944 0.21639) - (xy 1.899055 0.086357) - (xy 1.897986 0.063864) - (xy 1.893021 -0.032245) - (xy 1.887857 -0.096191) - (xy 1.881961 -0.131532) - (xy 1.874799 -0.141828) - (xy 1.868191 -0.135108) - (xy 1.849649 -0.104912) - (xy 1.817616 -0.054324) - (xy 1.778136 0.007135) - (xy 1.766506 0.025093) - (xy 1.685215 0.153496) - (xy 1.623914 0.257205) - (xy 1.583111 0.335269) - (xy 1.563313 0.386739) - (xy 1.562415 0.406974) - (xy 1.56603 0.424162) - (xy 1.549915 0.414795) - (xy 1.545486 0.411169) - (xy 1.523902 0.39777) - (xy 1.518043 0.411419) - (xy 1.518011 0.413108) - (xy 1.514833 0.428548) - (xy 1.50209 0.412917) - (xy 1.489286 0.405093) - (xy 1.477975 0.428901) - (xy 1.473457 0.447335) - (xy 1.469335 0.497104) - (xy 1.485745 0.525494) - (xy 1.485921 0.525628) - (xy 1.501191 0.557558) - (xy 1.498303 0.609217) - (xy 1.478298 0.670207) - (xy 1.469691 0.687693) - (xy 1.447417 0.732872) - (xy 1.431532 0.768073) - (xy 1.404725 0.822669) - (xy 1.36473 0.894944) - (xy 1.31842 0.973017) - (xy 1.272672 1.045008) - (xy 1.262796 1.059683) - (xy 1.231864 1.108921) - (xy 1.209607 1.151333) - (xy 1.205268 1.162391) - (xy 1.19023 1.190507) - (xy 1.180021 1.196765) - (xy 1.163944 1.212866) - (xy 1.148005 1.254226) - (xy 1.134215 1.310426) - (xy 1.124585 1.371051) - (xy 1.121127 1.425684) - (xy 1.12585 1.463906) - (xy 1.127641 1.468079) - (xy 1.131816 1.498094) - (xy 1.116791 1.513856) - (xy 1.094349 1.506429) - (xy 1.087869 1.498244) - (xy 1.07459 1.485434) - (xy 1.072003 1.494902) - (xy 1.084507 1.52325) - (xy 1.089309 1.527039) - (xy 1.088644 1.544842) - (xy 1.067206 1.577922) - (xy 1.049119 1.59857) - (xy 0.99671 1.654355) - (xy 0.965825 1.690241) - (xy 0.952912 1.711771) - (xy 0.954419 1.724492) - (xy 0.963616 1.732048) - (xy 0.981657 1.749495) - (xy 0.975655 1.771561) - (xy 0.946695 1.804078) - (xy 0.919924 1.841212) - (xy 0.91059 1.871061) - (xy 0.903696 1.908875) - (xy 0.885768 1.970257) - (xy 0.860095 2.046048) - (xy 0.829967 2.127089) - (xy 0.798675 2.204222) - (xy 0.769509 2.268288) - (xy 0.763964 2.27922) - (xy 0.721115 2.348018) - (xy 0.662734 2.422915) - (xy 0.593947 2.499227) - (xy 0.51988 2.572267) - (xy 0.445658 2.637348) - (xy 0.376407 2.689785) - (xy 0.317253 2.724891) - (xy 0.273321 2.737981) - (xy 0.263467 2.736798) - (xy 0.251107 2.746943) - (xy 0.250067 2.755239) - (xy 0.23287 2.77081) - (xy 0.183375 2.780888) - (xy 0.156291 2.783111) - (xy 0.099924 2.789264) - (xy 0.058197 2.798946) - (xy 0.045549 2.805439) - (xy 0.016298 2.821422) - (xy -0.002851 2.80459) - (xy -0.003609 2.802462) - (xy -0.024266 2.787131) - (xy -0.06315 2.778627) - (xy -0.131367 2.769272) - (xy -0.162933 2.759704) - (xy 0.053587 2.759704) - (xy 0.062518 2.768635) - (xy 0.071449 2.759704) - (xy 0.062518 2.750773) - (xy 0.053587 2.759704) - (xy -0.162933 2.759704) - (xy -0.180207 2.754468) - (xy -0.196497 2.741842) - (xy 0.017862 2.741842) - (xy 0.026793 2.750773) - (xy 0.035724 2.741842) - (xy 0.026793 2.732911) - (xy 0.017862 2.741842) - (xy -0.196497 2.741842) - (xy -0.203238 2.736617) - (xy -0.202671 2.72654) - (xy -0.201871 2.72398) - (xy 0.053587 2.72398) - (xy 0.062518 2.732911) - (xy 0.071449 2.72398) - (xy 0.062518 2.715049) - (xy 0.053587 2.72398) - (xy -0.201871 2.72398) - (xy -0.19912 2.715178) - (xy -0.213011 2.726158) - (xy -0.247245 2.736808) - (xy -0.287853 2.717462) - (xy -0.300834 2.703141) - (xy -0.119081 2.703141) - (xy -0.116629 2.71376) - (xy -0.107173 2.715049) - (xy -0.09247 2.708513) - (xy -0.095265 2.703141) - (xy -0.116463 2.701003) - (xy -0.119081 2.703141) - (xy -0.300834 2.703141) - (xy -0.314326 2.688256) - (xy -0.303657 2.688256) - (xy -0.294726 2.697187) - (xy -0.285795 2.688256) - (xy 0.142897 2.688256) - (xy 0.151828 2.697187) - (xy 0.16076 2.688256) - (xy 0.151828 2.679324) - (xy 0.142897 2.688256) - (xy -0.285795 2.688256) - (xy -0.294726 2.679324) - (xy -0.303657 2.688256) - (xy -0.314326 2.688256) - (xy -0.329252 2.671789) - (xy -0.330089 2.670393) - (xy 0.25007 2.670393) - (xy 0.259001 2.679324) - (xy 0.267933 2.670393) - (xy 0.259001 2.661462) - (xy 0.25007 2.670393) - (xy -0.330089 2.670393) - (xy -0.340793 2.652531) - (xy 0.321519 2.652531) - (xy 0.33045 2.661462) - (xy 0.339381 2.652531) - (xy 0.33045 2.6436) - (xy 0.321519 2.652531) - (xy -0.340793 2.652531) - (xy -0.351024 2.635458) - (xy -0.36629 2.598945) - (xy 0.375105 2.598945) - (xy 0.384037 2.607876) - (xy 0.392968 2.598945) - (xy 0.384037 2.590014) - (xy 0.375105 2.598945) - (xy -0.36629 2.598945) - (xy -0.37508 2.577921) - (xy -0.375484 2.56322) - (xy 0.446554 2.56322) - (xy 0.455485 2.572151) - (xy 0.464416 2.56322) - (xy 0.455485 2.554289) - (xy 0.446554 2.56322) - (xy -0.375484 2.56322) - (xy -0.375975 2.545358) - (xy -0.357243 2.545358) - (xy -0.348312 2.554289) - (xy -0.339381 2.545358) - (xy -0.348312 2.536427) - (xy -0.357243 2.545358) - (xy -0.375975 2.545358) - (xy -0.376137 2.539456) - (xy -0.372621 2.531353) - (xy -0.364905 2.509845) - (xy -0.382188 2.5114) - (xy -0.383155 2.511767) - (xy -0.411547 2.506967) - (xy -0.423175 2.489159) - (xy -0.440876 2.4522) - (xy -0.450058 2.438185) - (xy -0.48937 2.386146) - (xy -0.534845 2.321958) - (xy -0.535475 2.321027) - (xy -0.500141 2.321027) - (xy -0.487174 2.339216) - (xy -0.482278 2.339943) - (xy -0.464881 2.333849) - (xy -0.464416 2.332066) - (xy -0.476933 2.316816) - (xy -0.482278 2.31315) - (xy -0.498738 2.314566) - (xy -0.500141 2.321027) - (xy -0.535475 2.321027) - (xy -0.579794 2.255528) - (xy -0.59441 2.23277) - (xy -0.553727 2.23277) - (xy -0.547192 2.247473) - (xy -0.541819 2.244678) - (xy -0.539717 2.223839) - (xy 0.732349 2.223839) - (xy 0.74128 2.23277) - (xy 0.750211 2.223839) - (xy 0.74128 2.214908) - (xy 0.732349 2.223839) - (xy -0.539717 2.223839) - (xy -0.539681 2.22348) - (xy -0.541819 2.220862) - (xy -0.552438 2.223314) - (xy -0.553727 2.23277) - (xy -0.59441 2.23277) - (xy -0.617532 2.196767) - (xy -0.62254 2.188115) - (xy 0.750211 2.188115) - (xy 0.759142 2.197046) - (xy 0.768073 2.188115) - (xy 0.759142 2.179184) - (xy 0.750211 2.188115) - (xy -0.62254 2.188115) - (xy -0.641372 2.155581) - (xy -0.642933 2.152391) - (xy -0.652617 2.134528) - (xy -0.625176 2.134528) - (xy -0.616245 2.143459) - (xy -0.607314 2.134528) - (xy -0.610291 2.131551) - (xy 0.774027 2.131551) - (xy 0.776479 2.14217) - (xy 0.785935 2.143459) - (xy 0.800638 2.136924) - (xy 0.797843 2.131551) - (xy 0.776645 2.129414) - (xy 0.774027 2.131551) - (xy -0.610291 2.131551) - (xy -0.616245 2.125597) - (xy -0.625176 2.134528) - (xy -0.652617 2.134528) - (xy -0.668838 2.104605) - (xy -0.693555 2.068211) - (xy -0.699719 2.053094) - (xy -0.678762 2.053094) - (xy -0.665796 2.071284) - (xy -0.6609 2.072011) - (xy -0.643502 2.065916) - (xy -0.643038 2.064134) - (xy -0.655555 2.048884) - (xy -0.6609 2.045218) - (xy -0.67736 2.046634) - (xy -0.678762 2.053094) - (xy -0.699719 2.053094) - (xy -0.709249 2.029725) - (xy -0.706778 2.006237) - (xy -0.702129 1.986058) - (xy -0.707107 1.987229) - (xy -0.716898 1.987656) - (xy -0.732564 1.970734) - (xy -0.756784 1.932395) - (xy -0.792234 1.868571) - (xy -0.802779 1.848734) - (xy 0.178622 1.848734) - (xy 0.187553 1.857665) - (xy 0.196484 1.848734) - (xy 0.187553 1.839803) - (xy 0.178622 1.848734) - (xy -0.802779 1.848734) - (xy -0.812274 1.830872) - (xy 0.017862 1.830872) - (xy 0.026793 1.839803) - (xy 0.035724 1.830872) - (xy 0.053587 1.830872) - (xy 0.062518 1.839803) - (xy 0.071449 1.830872) - (xy 0.062518 1.82194) - (xy 0.053587 1.830872) - (xy 0.035724 1.830872) - (xy 0.026793 1.82194) - (xy 0.017862 1.830872) - (xy -0.812274 1.830872) - (xy -0.821769 1.813009) - (xy -0.831691 1.795147) - (xy -0.375105 1.795147) - (xy -0.366174 1.804078) - (xy -0.357243 1.795147) - (xy -0.366174 1.786216) - (xy -0.375105 1.795147) - (xy -0.831691 1.795147) - (xy -0.860338 1.743573) - (xy -0.351103 1.743573) - (xy -0.348312 1.750492) - (xy -0.332261 1.767532) - (xy -0.329396 1.768354) - (xy -0.324438 1.759423) - (xy -0.303657 1.759423) - (xy -0.294726 1.768354) - (xy -0.285795 1.759423) - (xy -0.294726 1.750492) - (xy -0.267932 1.750492) - (xy -0.261397 1.765194) - (xy -0.256024 1.7624) - (xy -0.253887 1.741202) - (xy -0.256024 1.738584) - (xy -0.266643 1.741036) - (xy -0.267932 1.750492) - (xy -0.294726 1.750492) - (xy -0.303657 1.759423) - (xy -0.324438 1.759423) - (xy -0.321724 1.754534) - (xy -0.321519 1.750492) - (xy -0.335251 1.733316) - (xy -0.340435 1.73263) - (xy -0.351103 1.743573) - (xy -0.860338 1.743573) - (xy -0.888685 1.692538) - (xy -0.902305 1.670112) - (xy -0.518003 1.670112) - (xy -0.509072 1.679043) - (xy -0.500141 1.670112) - (xy -0.509072 1.661181) - (xy -0.518003 1.670112) - (xy -0.902305 1.670112) - (xy -0.933669 1.618468) - (xy -0.588417 1.618468) - (xy -0.583714 1.633686) - (xy -0.571589 1.643319) - (xy -0.544925 1.652625) - (xy -0.5369 1.650307) - (xy -0.541603 1.63509) - (xy -0.553727 1.625457) - (xy -0.580391 1.616151) - (xy -0.588417 1.618468) - (xy -0.933669 1.618468) - (xy -0.937163 1.612715) - (xy -0.515123 1.612715) - (xy -0.510777 1.622697) - (xy -0.492792 1.641873) - (xy -0.482452 1.637939) - (xy -0.482278 1.635442) - (xy -0.494966 1.620334) - (xy -0.5029 1.61482) - (xy -0.515123 1.612715) - (xy -0.937163 1.612715) - (xy -0.957568 1.579117) - (xy -0.673464 1.579117) - (xy -0.6609 1.589732) - (xy -0.632399 1.605798) - (xy -0.628602 1.599747) - (xy -0.634107 1.589732) - (xy -0.660193 1.572749) - (xy -0.66642 1.572144) - (xy -0.673464 1.579117) - (xy -0.957568 1.579117) - (xy -0.962165 1.571548) - (xy -1.037301 1.457356) - (xy -1.109181 1.357282) - (xy -1.172897 1.278642) - (xy -1.198896 1.2509) - (xy -1.250064 1.194619) - (xy -1.296048 1.135035) - (xy -1.319542 1.097923) - (xy -1.351608 1.042332) - (xy -1.383855 0.992315) - (xy -1.390957 0.982419) - (xy -1.424859 0.934785) - (xy -1.47062 0.867713) - (xy -1.521048 0.791984) - (xy -1.568954 0.718382) - (xy -1.60333 0.663914) - (xy -1.626827 0.615639) - (xy -1.636532 0.574526) - (xy -1.635787 0.565313) - (xy -1.641155 0.531654) - (xy -1.664251 0.484125) - (xy -1.680243 0.459926) - (xy -1.710896 0.412127) - (xy -1.729757 0.372154) - (xy -1.73263 0.358802) - (xy -1.745904 0.328391) - (xy -1.777286 0.296463) - (xy -1.808857 0.2656) - (xy -1.821941 0.238637) - (xy -1.831462 0.216505) - (xy -1.838106 0.214346) - (xy -1.855291 0.200129) - (xy -1.88242 0.163523) - (xy -1.903543 0.1295) - (xy -1.934469 0.079746) - (xy -1.960946 0.043143) - (xy -1.972223 0.031532) - (xy -2.003235 0.018749) - (xy -2.0144 0.03564) - (xy -2.009871 0.066983) - (xy -2.003639 0.094072) - (xy -1.998284 0.125055) - (xy -1.993026 0.166696) - (xy -1.987086 0.22576) - (xy -1.979683 0.309011) - (xy -1.97332 0.384036) - (xy -1.964622 0.512956) - (xy -1.963145 0.609448) - (xy -1.969026 0.6761) - (xy -1.982401 0.715498) - (xy -1.991383 0.725386) - (xy -2.014687 0.758189) - (xy -2.018425 0.777004) - (xy -2.031689 0.813025) - (xy -2.049684 0.832519) - (xy -2.071168 0.850753) - (xy -2.063665 0.856278) - (xy -2.049684 0.856815) - (xy -2.025898 0.867838) - (xy -2.028304 0.893666) - (xy -2.054149 0.923734) - (xy -2.070766 0.940931) - (xy -2.055826 0.945913) - (xy -2.048629 0.946126) - (xy -2.027945 0.954542) - (xy -2.031895 0.970467) - (xy -2.055287 0.981746) - (xy -2.064134 0.982419) - (xy -2.084592 0.966961) - (xy -2.089873 0.939252) - (xy -2.098083 0.90256) - (xy -2.112201 0.887075) - (xy -2.125364 0.879005) - (xy -2.112201 0.876656) - (xy -2.096505 0.859437) - (xy -2.092306 0.817194) - (xy -2.095042 0.784367) - (xy -2.099464 0.786079) - (xy -2.102479 0.799331) - (xy -2.115508 0.830709) - (xy -2.128751 0.839521) - (xy -2.139194 0.826312) - (xy -2.136132 0.810464) - (xy -2.136575 0.772743) - (xy -2.144689 0.75766) - (xy -2.156198 0.728235) - (xy -2.153316 0.715983) - (xy -2.147122 0.690563) - (xy -2.140776 0.639536) - (xy -2.135477 0.572995) - (xy -2.134659 0.558907) - (xy -2.130165 0.486127) - (xy -2.125304 0.422603) - (xy -2.121038 0.380723) - (xy -2.120567 0.377444) - (xy -2.120503 0.340053) - (xy -2.126499 0.283301) - (xy -2.136666 0.217768) - (xy -2.149112 0.154029) - (xy -2.161946 0.102664) - (xy -2.17328 0.074251) - (xy -2.175097 0.072328) - (xy -2.191489 0.046781) - (xy -2.206644 0.008067) - (xy -1.835963 0.008067) - (xy -1.83358 0.026961) - (xy -1.821941 0.044655) - (xy -1.799649 0.063343) - (xy -1.790057 0.06338) - (xy -1.79244 0.044487) - (xy -1.804079 0.026793) - (xy -1.826371 0.008104) - (xy -1.835963 0.008067) - (xy -2.206644 0.008067) - (xy -2.209648 0.000394) - (xy -2.224897 -0.052536) - (xy -2.232558 -0.09771) - (xy -2.232771 -0.103976) - (xy -2.240837 -0.134675) - (xy -2.25361 -0.142898) - (xy -2.26642 -0.149334) - (xy -2.264027 -0.15332) - (xy -2.265322 -0.173813) - (xy -2.270187 -0.187553) - (xy -2.054149 -0.187553) - (xy -2.045218 -0.178622) - (xy -2.036287 -0.187553) - (xy -2.045218 -0.196484) - (xy -2.054149 -0.187553) - (xy -2.270187 -0.187553) - (xy -2.279927 -0.21506) - (xy -2.294505 -0.247096) - (xy -2.320951 -0.309605) - (xy -2.340441 -0.371091) - (xy -2.345037 -0.392968) - (xy -2.358752 -0.454152) - (xy -2.376985 -0.509072) - (xy -2.391483 -0.550648) - (xy -2.395855 -0.577497) - (xy -2.395746 -0.578062) - (xy -2.405122 -0.600135) - (xy -2.420756 -0.616245) - (xy -2.250633 -0.616245) - (xy -2.241702 -0.607314) - (xy -2.232771 -0.616245) - (xy -2.241702 -0.625176) - (xy -2.250633 -0.616245) - (xy -2.420756 -0.616245) - (xy -2.42412 -0.619711) - (xy -2.444912 -0.638361) - (xy -2.43773 -0.639992) - (xy -2.425699 -0.636475) - (xy -2.402948 -0.637198) - (xy -2.401882 -0.648414) - (xy -2.406443 -0.669832) - (xy -2.39353 -0.669832) - (xy -2.384599 -0.660901) - (xy -2.375668 -0.669832) - (xy -2.384599 -0.678763) - (xy -2.39353 -0.669832) - (xy -2.406443 -0.669832) - (xy -2.408255 -0.678344) - (xy -2.416505 -0.728091) - (xy -2.419599 -0.749206) - (xy -2.42568 -0.797249) - (xy -2.423658 -0.815572) - (xy -2.410521 -0.809814) - (xy -2.394667 -0.795896) - (xy -2.36751 -0.774806) - (xy -2.353718 -0.778726) - (xy -2.347769 -0.791308) - (xy -2.328812 -0.811628) - (xy -2.304914 -0.803229) - (xy -2.283815 -0.770793) - (xy -2.277064 -0.748563) - (xy -2.264436 -0.715095) - (xy -2.249714 -0.706154) - (xy -2.249179 -0.706454) - (xy -2.235362 -0.701237) - (xy -2.232771 -0.686837) - (xy -2.222102 -0.665594) - (xy -2.207173 -0.666901) - (xy -2.184503 -0.660869) - (xy -2.170029 -0.624157) - (xy -2.156765 -0.587085) - (xy -2.14104 -0.57159) - (xy -2.140986 -0.57159) - (xy -2.131741 -0.560517) - (xy -2.134745 -0.553378) - (xy -2.13705 -0.526577) - (xy -2.128704 -0.485145) - (xy -2.11415 -0.443296) - (xy -2.097835 -0.415245) - (xy -2.09016 -0.41083) - (xy -2.081821 -0.396668) - (xy -2.084171 -0.377122) - (xy -2.082867 -0.343818) - (xy -2.073567 -0.331412) - (xy -2.056888 -0.305151) - (xy -2.054149 -0.286824) - (xy -2.03862 -0.256443) - (xy -2.013959 -0.243223) - (xy -1.987317 -0.232547) - (xy -1.992643 -0.219508) - (xy -2.000563 -0.213602) - (xy -2.018315 -0.199131) - (xy -2.00572 -0.197342) - (xy -2.000563 -0.197856) - (xy -1.943853 -0.199738) - (xy -1.920601 -0.189741) - (xy -1.926707 -0.172592) - (xy -1.934087 -0.150825) - (xy -1.911749 -0.130281) - (xy -1.903462 -0.125647) - (xy -1.867188 -0.094746) - (xy -1.850434 -0.064694) - (xy -1.832527 -0.029812) - (xy -1.798316 0.015879) - (xy -1.777624 0.038997) - (xy -1.733246 0.088816) - (xy -1.716458 0.116652) - (xy -1.727055 0.122963) - (xy -1.741561 0.118575) - (xy -1.762466 0.113564) - (xy -1.764408 0.12383) - (xy -1.745752 0.152971) - (xy -1.704862 0.204584) - (xy -1.69947 0.211141) - (xy -1.653042 0.271963) - (xy -1.601397 0.346301) - (xy -1.562124 0.407726) - (xy -1.522357 0.468562) - (xy -1.483217 0.520555) - (xy -1.45301 0.552697) - (xy -1.452387 0.553194) - (xy -1.422425 0.584672) - (xy -1.411111 0.610859) - (xy -1.399759 0.637687) - (xy -1.370762 0.678462) - (xy -1.348594 0.70431) - (xy -1.312893 0.747067) - (xy -1.290261 0.781441) - (xy -1.286076 0.793536) - (xy -1.277103 0.821826) - (xy -1.254868 0.862181) - (xy -1.226394 0.904431) - (xy -1.198703 0.938404) - (xy -1.17882 0.953932) - (xy -1.175566 0.953563) - (xy -1.162164 0.959128) - (xy -1.15741 0.98827) - (xy -1.158926 1.004746) - (xy -1.147395 1.017592) - (xy -1.142124 1.018143) - (xy -1.13084 1.028711) - (xy -1.133034 1.034041) - (xy -1.125432 1.052465) - (xy -1.095545 1.083443) - (xy -1.063192 1.109956) - (xy -1.019247 1.146147) - (xy -0.990075 1.176079) - (xy -0.982971 1.188957) - (xy -0.970628 1.212093) - (xy -0.940371 1.24723) - (xy -0.927035 1.260406) - (xy -0.884008 1.309173) - (xy -0.851645 1.360524) - (xy -0.836445 1.403305) - (xy -0.836637 1.415576) - (xy -0.825253 1.427745) - (xy -0.815497 1.428973) - (xy -0.788853 1.439527) - (xy -0.760645 1.46352) - (xy -0.742099 1.489451) - (xy -0.742073 1.504191) - (xy -0.734595 1.514892) - (xy -0.704596 1.52586) - (xy -0.657016 1.545017) - (xy -0.60682 1.575076) - (xy -0.604834 1.576528) - (xy -0.566118 1.60099) - (xy -0.538302 1.603426) - (xy -0.515209 1.592133) - (xy -0.476907 1.579246) - (xy -0.456534 1.594892) - (xy -0.458316 1.634613) - (xy -0.462648 1.647599) - (xy -0.471679 1.680413) - (xy -0.461677 1.69007) - (xy -0.452952 1.68944) - (xy -0.419741 1.672251) - (xy -0.411887 1.662892) - (xy -0.3977 1.651965) - (xy -0.386464 1.670226) - (xy -0.38279 1.706743) - (xy -0.387407 1.720845) - (xy -0.389693 1.731203) - (xy -0.372939 1.719815) - (xy -0.335456 1.707851) - (xy -0.279549 1.708986) - (xy -0.219332 1.721576) - (xy -0.169691 1.743477) - (xy -0.129608 1.759641) - (xy -0.066951 1.775024) - (xy 0.005171 1.787226) - (xy 0.073644 1.793846) - (xy 0.107173 1.794155) - (xy 0.170733 1.788335) - (xy 0.231046 1.777685) - (xy 0.278222 1.764536) - (xy 0.302369 1.751219) - (xy 0.303657 1.747868) - (xy 0.314693 1.738666) - (xy 0.321519 1.741561) - (xy 0.337979 1.740144) - (xy 0.339381 1.733684) - (xy 0.353905 1.717088) - (xy 0.367229 1.714767) - (xy 0.385781 1.706199) - (xy 0.384163 1.69711) - (xy 0.386907 1.686616) - (xy 0.398109 1.688992) - (xy 0.429704 1.684606) - (xy 0.456158 1.652581) - (xy 0.460839 1.638484) - (xy 0.510378 1.638484) - (xy 0.516244 1.643319) - (xy 0.540952 1.630242) - (xy 0.545531 1.624268) - (xy 0.55287 1.602122) - (xy 0.539284 1.603091) - (xy 0.521764 1.618327) - (xy 0.510378 1.638484) - (xy 0.460839 1.638484) - (xy 0.46696 1.620048) - (xy 0.479506 1.594226) - (xy 0.489213 1.590314) - (xy 0.513443 1.580668) - (xy 0.516006 1.577629) - (xy 0.539465 1.561361) - (xy 0.578018 1.544845) - (xy 0.613916 1.523939) - (xy 0.643445 1.483918) - (xy 0.667909 1.430268) - (xy 0.693619 1.375478) - (xy 0.718644 1.337286) - (xy 0.738682 1.320449) - (xy 0.749434 1.329724) - (xy 0.750211 1.339228) - (xy 0.739385 1.351344) - (xy 0.732553 1.34872) - (xy 0.722528 1.351652) - (xy 0.725994 1.366728) - (xy 0.741463 1.383781) - (xy 0.758279 1.370071) - (xy 0.770909 1.330731) - (xy 0.791124 1.296006) - (xy 0.817298 1.277374) - (xy 0.847987 1.258848) - (xy 0.857384 1.245716) - (xy 0.868565 1.225899) - (xy 0.897454 1.189288) - (xy 0.926602 1.156176) - (xy 1.007119 1.05593) - (xy 1.088094 0.933076) - (xy 1.162037 0.799834) - (xy 1.213703 0.687693) - (xy 1.250116 0.599232) - (xy 1.250465 0.598382) - (xy 1.375387 0.598382) - (xy 1.384318 0.607313) - (xy 1.393249 0.598382) - (xy 1.384318 0.589451) - (xy 1.375387 0.598382) - (xy 1.250465 0.598382) - (xy 1.291787 0.497866) - (xy 1.330433 0.403748) - (xy 1.334855 0.392967) - (xy 1.394379 0.255158) - (xy 1.457854 0.121104) - (xy 1.522374 -0.003972) - (xy 1.585031 -0.114843) - (xy 1.642917 -0.206287) - (xy 1.693127 -0.273079) - (xy 1.721484 -0.301819) - (xy 1.745385 -0.33236) - (xy 1.750492 -0.3505) - (xy 1.759083 -0.372855) - (xy 1.765218 -0.375106) - (xy 1.779613 -0.390077) - (xy 1.803004 -0.429262) - (xy 1.829422 -0.482279) - (xy 1.856906 -0.536777) - (xy 1.880805 -0.575366) - (xy 1.895518 -0.589452) - (xy 1.916073 -0.605429) - (xy 1.932453 -0.654059) - (xy 1.944912 -0.736393) - (xy 1.951944 -0.822635) - (xy 1.963627 -0.93114) - (xy 1.972902 -0.973489) - (xy 2.14346 -0.973489) - (xy 2.152391 -0.964557) - (xy 2.161322 -0.973489) - (xy 2.152391 -0.98242) - (xy 2.14346 -0.973489) - (xy 1.972902 -0.973489) - (xy 1.983146 -1.020261) - (xy 2.0089 -1.084434) - (xy 2.036461 -1.116494) - (xy 2.061415 -1.117539) - (xy 2.076882 -1.093125) - (xy 2.076954 -1.053336) - (xy 2.075939 -1.049098) - (xy 2.075135 -1.024989) - (xy 2.087874 -1.025431) - (xy 2.107126 -1.04577) - (xy 2.125857 -1.081353) - (xy 2.126257 -1.082397) - (xy 2.147602 -1.11483) - (xy 2.168564 -1.125317) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3551eaa4-9278-4ce7-bd00-faeaad2bbaa8)) + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp 8bf6f5e7-01ff-4525-80c8-12f5dd5ef487)) ) diff --git a/kicad/scrapeboard_hat/fp-info-cache b/kicad/scrapeboard_hat/fp-info-cache new file mode 100644 index 0000000..e43cc5d --- /dev/null +++ b/kicad/scrapeboard_hat/fp-info-cache @@ -0,0 +1,15 @@ +3349543420202 +Connector_PinSocket_2.54mm +PinSocket_1x04_P2.54mm_Vertical +Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x04 2.54mm single row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_2x03_P2.54mm_Vertical +Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x03 2.54mm double row +0 +6 +6 diff --git a/kicad/scrapeboard_hat_rpi/fp-lib-table b/kicad/scrapeboard_hat/fp-lib-table similarity index 100% rename from kicad/scrapeboard_hat_rpi/fp-lib-table rename to kicad/scrapeboard_hat/fp-lib-table diff --git a/kicad/scrapeboard_hat/scrapeboard_hat.kicad_pcb b/kicad/scrapeboard_hat/scrapeboard_hat.kicad_pcb new file mode 100644 index 0000000..5ee053c --- /dev/null +++ b/kicad/scrapeboard_hat/scrapeboard_hat.kicad_pcb @@ -0,0 +1,7898 @@ +(kicad_pcb (version 20221018) (generator pcbnew) + + (general + (thickness 1.6) + ) + + (paper "A4") + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + (50 "User.1" user) + (51 "User.2" user) + (52 "User.3" user) + (53 "User.4" user) + (54 "User.5" user) + (55 "User.6" user) + (56 "User.7" user) + (57 "User.8" user) + (58 "User.9" user) + ) + + (setup + (stackup + (layer "F.SilkS" (type "Top Silk Screen")) + (layer "F.Paste" (type "Top Solder Paste")) + (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) + (layer "F.Cu" (type "copper") (thickness 0.035)) + (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) + (layer "B.Cu" (type "copper") (thickness 0.035)) + (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) + (layer "B.Paste" (type "Bottom Solder Paste")) + (layer "B.SilkS" (type "Bottom Silk Screen")) + (copper_finish "None") + (dielectric_constraints no) + ) + (pad_to_mask_clearance 0) + (pcbplotparams + (layerselection 0x00010f0_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros false) + (usegerberextensions true) + (usegerberattributes true) + (usegerberadvancedattributes true) + (creategerberjobfile true) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (dxfpolygonmode true) + (dxfimperialunits true) + (dxfusepcbnewfont true) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (sketchpadsonfab false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory "./") + ) + ) + + (net 0 "") + (net 1 "/PIN2") + (net 2 "/PIN3") + (net 3 "/PIN4") + (net 4 "/PIN5") + (net 5 "Net-(J1-Pin_4)") + (net 6 "Net-(J1-Pin_3)") + (net 7 "Net-(J1-Pin_2)") + (net 8 "Net-(J1-Pin_1)") + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tstamp 7c5b6f06-71bb-4b63-8f00-4caeff978e15) + (at 126.626232 81.436367 55) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "scrapeboard_hat.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Resistor") + (property "ki_keywords" "R res resistor") + (path "/f90bc9d3-bcde-459d-92d9-f6c2f8dbb148") + (attr through_hole) + (fp_text reference "R5" (at -2.98 0.28 55) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ebe0b62e-c6ba-4095-8e19-bcec847c2fe4) + ) + (fp_text value "4.7K" (at -3.38 -0.12 55) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 38279ad8-c7a7-46a5-b318-775e08c3fd78) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1161501-d4da-4a46-8e2c-0fa792c9e0e8)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1011945-9ea7-4d93-8d6a-2f6ab73f0b74)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29844901-d5f9-4605-bdde-8560a14d2c63)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca8ba85e-5f14-4fed-9fae-b78707befc61)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a3d8f04-a7d1-4ff3-9a89-6845fa58d1af)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e82b797f-92d3-4f82-a932-6fa1e041391a)) + (fp_line (start 0 0) (end 0.74 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe164dcd-9686-45c3-ad6a-e39cf6a735e8)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b889e319-f7e0-4d61-9c3c-006eaebe50cc)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b713a3d-37bb-452f-8bff-4365acd2d677)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1ff1c48-c126-431a-8487-f959588c7217)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c92274f-33fa-4951-a4f8-8620d66b63ca)) + (fp_line (start 5.08 0) (end 4.34 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd5e0967-14b4-4a82-a5f4-a620c6f23c0e)) + (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 6 "Net-(J1-Pin_3)") (pintype "passive") (tstamp f7234deb-4e43-43a0-b6f2-c97c40c5142e)) + (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 3 "/PIN4") (pintype "passive") (tstamp bfe5d521-5a28-4795-850e-23af6668f76a)) + (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tstamp a97a9cab-f3fb-4118-8d2c-f7207e014202) + (at 126.626232 90.530367 55) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "scrapeboard_hat.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Resistor") + (property "ki_keywords" "R res resistor") + (path "/692ab5a4-bfca-4d07-af0a-e1d873fc6777") + (attr through_hole) + (fp_text reference "R7" (at -2.98 -0.02 55) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d4c9ee5d-4e05-4d08-8ebb-b274c10b2b70) + ) + (fp_text value "4.7K" (at 8.027586 0.02425 55) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8a89ba95-743e-4532-86a2-155d5ecbad46) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c1e8137-cf17-4f16-93c4-ece2d5076ff2)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f45e4032-c708-43b4-86ba-809f11099f05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61d40975-ce24-4c8b-b747-a0e9bc7cf5da)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9886ff8-1c46-4c70-810f-a636ef8df17e)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffd88a37-024a-4e8c-bb86-feebe44be9d6)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b257638-74e9-425a-9391-b17f117343bb)) + (fp_line (start 0 0) (end 0.74 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2cfc875-9009-4d82-ac0d-079dd7d91ac5)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9361d18f-a586-4518-bf75-f1e1660ac983)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c546946-56c7-4571-9313-25a65ddfa894)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d87a178-ce8b-4704-8408-e2f7169de91c)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 770070da-4528-4858-bd43-841736401883)) + (fp_line (start 5.08 0) (end 4.34 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49590025-3181-4492-94a1-fecfb728a951)) + (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 8 "Net-(J1-Pin_1)") (pintype "passive") (tstamp a902a78d-3296-4105-8f44-3ddf63b643cc)) + (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 1 "/PIN2") (pintype "passive") (tstamp a0708f63-2fff-4c8f-9ab6-4412f111fb38)) + (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tstamp b7c0ea4b-1f5a-4582-9106-e567b1a9accd) + (at 126.626232 85.983367 55) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "scrapeboard_hat.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Resistor") + (property "ki_keywords" "R res resistor") + (path "/0111c824-1332-4ce4-9b62-513acee8652a") + (attr through_hole) + (fp_text reference "R6" (at -2.98 0.13 55) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 55904af6-2e41-49a0-bb42-51eba672a575) + ) + (fp_text value "4.7K" (at 10.208541 -7.462151 55) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3aea1c6e-f1a5-498c-9647-5eaba1fd7b88) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c9359db-46e6-407f-9e19-01f729e05b3e)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fa065fb-cfce-48b7-8b58-081c59946c3f)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0045a3ba-d4ee-47ec-8059-3b598fe63c05)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58a3ef44-b81a-47dd-9eb8-9866ad97cd92)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a798068-8892-4ff1-99a3-ed46b3dffa61)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 374354e6-d9a7-4210-bc3a-957c3b4d53fd)) + (fp_line (start 0 0) (end 0.74 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d2b8da5-9db2-4dc4-a75f-fc1ae399b4e1)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7ccf37a-bebd-48ac-a732-5b051227036b)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f70778ed-0867-4954-8585-e857d1ba7bf4)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d7baeca-e771-4679-8773-60e2accbadb3)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6020523-81e4-4047-9ccb-055435d09bb8)) + (fp_line (start 5.08 0) (end 4.34 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef82a572-a95e-4762-9737-ceb4bee662d8)) + (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 7 "Net-(J1-Pin_2)") (pintype "passive") (tstamp c0ac30b3-8c5c-4b4d-9336-804ee999e3eb)) + (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 2 "/PIN3") (pintype "passive") (tstamp 9e80a14a-d893-42ca-9506-cec7b3a9d2ea)) + (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "scrapeboard_footprint_library:scrapeboard_logo_footprint" (layer "F.Cu") + (tstamp d4cbcfd4-cfb4-41e9-8ab1-68fc268c8092) + (at 135.15013 75.420942) + (attr board_only exclude_from_pos_files exclude_from_bom) + (fp_text reference "G***" (at 0 0) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.3))) + (tstamp 2e1eaafe-af15-4e66-855f-d87fc48d5222) + ) + (fp_text value "LOGO" (at 0.75 0) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.3))) + (tstamp 7d963eb1-00e8-44f7-a4f1-db2065dfcff7) + ) + (fp_poly + (pts + (xy 0.375078 -0.624108) + (xy 0.397325 -0.579472) + (xy 0.405131 -0.551864) + (xy 0.420754 -0.503731) + (xy 0.438089 -0.473884) + (xy 0.445321 -0.469411) + (xy 0.478557 -0.465444) + (xy 0.482253 -0.464945) + (xy 0.501762 -0.445573) + (xy 0.522363 -0.396667) + (xy 0.542774 -0.324337) + (xy 0.561713 -0.234696) + (xy 0.577897 -0.133855) + (xy 0.590044 -0.027923) + (xy 0.596871 0.076986) + (xy 0.597049 0.082084) + (xy 0.609351 0.120798) + (xy 0.622474 0.136141) + (xy 0.635748 0.162486) + (xy 0.631668 0.194693) + (xy 0.613657 0.214943) + (xy 0.607125 0.21605) + (xy 0.595038 0.231389) + (xy 0.590658 0.269359) + (xy 0.593198 0.317891) + (xy 0.601875 0.364917) + (xy 0.615902 0.398366) + (xy 0.619243 0.402327) + (xy 0.634725 0.424725) + (xy 0.625987 0.430396) + (xy 0.615447 0.438263) + (xy 0.629177 0.460094) + (xy 0.643963 0.48516) + (xy 0.631442 0.497281) + (xy 0.631364 0.497307) + (xy 0.612883 0.519075) + (xy 0.609036 0.540112) + (xy 0.616156 0.563859) + (xy 0.626898 0.564362) + (xy 0.643358 0.565778) + (xy 0.64476 0.572239) + (xy 0.630886 0.590168) + (xy 0.62441 0.591155) + (xy 0.612663 0.606025) + (xy 0.611852 0.652032) + (xy 0.614706 0.681043) + (xy 0.618306 0.73442) + (xy 0.613748 0.759771) + (xy 0.608263 0.760368) + (xy 0.598064 0.769726) + (xy 0.592096 0.807747) + (xy 0.591174 0.837763) + (xy 0.579185 0.9211) + (xy 0.545472 0.984408) + (xy 0.493413 1.021893) + (xy 0.481579 1.025656) + (xy 0.453339 1.024959) + (xy 0.418812 1.005753) + (xy 0.404396 0.993054) + (xy 0.484001 0.993054) + (xy 0.492932 1.001985) + (xy 0.501863 0.993054) + (xy 0.492932 0.984123) + (xy 0.484001 0.993054) + (xy 0.404396 0.993054) + (xy 0.371216 0.963827) + (xy 0.353106 0.94592) + (xy 0.304992 0.894197) + (xy 0.282875 0.861097) + (xy 0.284602 0.843251) + (xy 0.286531 0.841835) + (xy 0.299332 0.827522) + (xy 0.288373 0.820672) + (xy 0.282154 0.804148) + (xy 0.304214 0.771121) + (xy 0.331104 0.733705) + (xy 0.343336 0.704526) + (xy 0.347737 0.652041) + (xy 0.350844 0.599629) + (xy 0.35296 0.538416) + (xy 0.354391 0.459525) + (xy 0.35544 0.354081) + (xy 0.355472 0.350016) + (xy 0.354865 0.260705) + (xy 0.376828 0.260705) + (xy 0.385759 0.269637) + (xy 0.39469 0.260705) + (xy 0.385759 0.251774) + (xy 0.376828 0.260705) + (xy 0.354865 0.260705) + (xy 0.354675 0.232656) + (xy 0.350844 0.11324) + (xy 0.344485 -0.001821) + (xy 0.336104 -0.106115) + (xy 0.326206 -0.19323) + (xy 0.315297 -0.256756) + (xy 0.305117 -0.288314) + (xy 0.295787 -0.322027) + (xy 0.289405 -0.378116) + (xy 0.287517 -0.432116) + (xy 0.292828 -0.516661) + (xy 0.306953 -0.580896) + (xy 0.327179 -0.622057) + (xy 0.350792 -0.637382) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp 69911b4b-645d-4f7f-9041-118639e72116)) + (fp_poly + (pts + (xy -0.207575 -0.620365) + (xy -0.198652 -0.572347) + (xy -0.198819 -0.528389) + (xy -0.199984 -0.473901) + (xy -0.19452 -0.447094) + (xy -0.180206 -0.440195) + (xy -0.173781 -0.440858) + (xy -0.145496 -0.43849) + (xy -0.131682 -0.416279) + (xy -0.131185 -0.369352) + (xy -0.141074 -0.302508) + (xy -0.151 -0.230048) + (xy -0.148923 -0.181815) + (xy -0.140139 -0.15712) + (xy -0.129278 -0.13088) + (xy -0.139393 -0.131161) + (xy -0.158157 -0.133732) + (xy -0.16055 -0.128851) + (xy -0.162413 -0.104898) + (xy -0.165861 -0.055796) + (xy -0.170157 0.007959) + (xy -0.170277 0.009763) + (xy -0.176354 0.074615) + (xy -0.184434 0.12586) + (xy -0.192781 0.152526) + (xy -0.192882 0.15266) + (xy -0.198834 0.178558) + (xy -0.202062 0.230878) + (xy -0.202815 0.30044) + (xy -0.20134 0.378067) + (xy -0.197887 0.454578) + (xy -0.192702 0.520796) + (xy -0.186035 0.567542) + (xy -0.181255 0.582738) + (xy -0.175791 0.618379) + (xy -0.181038 0.676545) + (xy -0.194496 0.746569) + (xy -0.213664 0.817784) + (xy -0.236041 0.879524) + (xy -0.259129 0.921123) + (xy -0.26113 0.923485) + (xy -0.284464 0.952858) + (xy -0.283337 0.964676) + (xy -0.270217 0.966261) + (xy -0.251851 0.971694) + (xy -0.261242 0.9863) + (xy -0.274412 1.016397) + (xy -0.272719 1.02865) + (xy -0.279101 1.052863) + (xy -0.292905 1.061993) + (xy -0.312192 1.063922) + (xy -0.311502 1.056601) + (xy -0.311953 1.035549) + (xy -0.335539 1.025869) + (xy -0.361712 1.030199) + (xy -0.380425 1.051767) + (xy -0.379275 1.065981) + (xy -0.3758 1.088665) + (xy -0.393452 1.082974) + (xy -0.431842 1.049049) + (xy -0.435916 1.045002) + (xy -0.465215 1.010346) + (xy -0.468926 0.986136) + (xy -0.460994 0.973144) + (xy -0.449333 0.954946) + (xy -0.465047 0.957286) + (xy -0.466875 0.957979) + (xy -0.481203 0.957781) + (xy -0.490152 0.939568) + (xy -0.493434 0.912674) + (xy -0.284072 0.912674) + (xy -0.277537 0.927377) + (xy -0.272164 0.924583) + (xy -0.270026 0.903384) + (xy -0.272164 0.900766) + (xy -0.282783 0.903218) + (xy -0.284072 0.912674) + (xy -0.493434 0.912674) + (xy -0.495332 0.897117) + (xy -0.497961 0.837818) + (xy -0.501799 0.654571) + (xy -0.501801 0.600087) + (xy -0.480556 0.600087) + (xy -0.471625 0.609018) + (xy -0.462694 0.600087) + (xy -0.471625 0.591155) + (xy -0.480556 0.600087) + (xy -0.501801 0.600087) + (xy -0.501803 0.510776) + (xy -0.498418 0.510776) + (xy -0.489487 0.519707) + (xy -0.480556 0.510776) + (xy -0.489487 0.501845) + (xy -0.498418 0.510776) + (xy -0.501803 0.510776) + (xy -0.501804 0.487474) + (xy -0.498093 0.341547) + (xy -0.490784 0.221806) + (xy -0.481601 0.142904) + (xy -0.46875 0.066206) + (xy -0.456437 0.010187) + (xy -0.440274 -0.039852) + (xy -0.415873 -0.098615) + (xy -0.396801 -0.141193) + (xy -0.365916 -0.217905) + (xy -0.335486 -0.307532) + (xy -0.309718 -0.396368) + (xy -0.292816 -0.470705) + (xy -0.289928 -0.489506) + (xy -0.281219 -0.553243) + (xy -0.273317 -0.591261) + (xy -0.263574 -0.613398) + (xy -0.253296 -0.625669) + (xy -0.226335 -0.639113) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp 4082032e-7d70-4607-a9ac-43a01b6816da)) + (fp_poly + (pts + (xy 2.681309 -3.48722) + (xy 2.690134 -3.481166) + (xy 2.69459 -3.457636) + (xy 2.698391 -3.409656) + (xy 2.701181 -3.3485) + (xy 2.702601 -3.285441) + (xy 2.702297 -3.231754) + (xy 2.69991 -3.198712) + (xy 2.699168 -3.195624) + (xy 2.695852 -3.17354) + (xy 2.691428 -3.130789) + (xy 2.69066 -3.122198) + (xy 2.683415 -3.067081) + (xy 2.673532 -3.021516) + (xy 2.672955 -3.019644) + (xy 2.660147 -2.971464) + (xy 2.652249 -2.934012) + (xy 2.638505 -2.883733) + (xy 2.625143 -2.851912) + (xy 2.606026 -2.804076) + (xy 2.599578 -2.778762) + (xy 2.592115 -2.738489) + (xy 2.581292 -2.68053) + (xy 2.575778 -2.651118) + (xy 2.568021 -2.596838) + (xy 2.566743 -2.556954) + (xy 2.569229 -2.545651) + (xy 2.567389 -2.53787) + (xy 2.558772 -2.541949) + (xy 2.54 -2.54) + (xy 2.535917 -2.526847) + (xy 2.532591 -2.493683) + (xy 2.531452 -2.485451) + (xy 2.521981 -2.465749) + (xy 2.497713 -2.421661) + (xy 2.462185 -2.359462) + (xy 2.418936 -2.285427) + (xy 2.413115 -2.275571) + (xy 2.369395 -2.199727) + (xy 2.333585 -2.133949) + (xy 2.309109 -2.084796) + (xy 2.29939 -2.05883) + (xy 2.299375 -2.057611) + (xy 2.291616 -2.039958) + (xy 2.285658 -2.039749) + (xy 2.27415 -2.03549) + (xy 2.257584 -2.01547) + (xy 2.233581 -1.97569) + (xy 2.199767 -1.912149) + (xy 2.153763 -1.820848) + (xy 2.144606 -1.802375) + (xy 2.099399 -1.727798) + (xy 2.036109 -1.645202) + (xy 1.962794 -1.563292) + (xy 1.887515 -1.490776) + (xy 1.818329 -1.436359) + (xy 1.790229 -1.419523) + (xy 1.752957 -1.395783) + (xy 1.734718 -1.375403) + (xy 1.734352 -1.373224) + (xy 1.720019 -1.357472) + (xy 1.70947 -1.355821) + (xy 1.68132 -1.341529) + (xy 1.675271 -1.331541) + (xy 1.656182 -1.314211) + (xy 1.611734 -1.286123) + (xy 1.549008 -1.251481) + (xy 1.490648 -1.22198) + (xy 1.381238 -1.169136) + (xy 1.297027 -1.130066) + (xy 1.231239 -1.102605) + (xy 1.177103 -1.084589) + (xy 1.127843 -1.073852) + (xy 1.076685 -1.068231) + (xy 1.016857 -1.06556) + (xy 0.999711 -1.065099) + (xy 0.920273 -1.064183) + (xy 0.864999 -1.067679) + (xy 0.8224 -1.077705) + (xy 0.780989 -1.096379) + (xy 0.756663 -1.109893) + (xy 0.703916 -1.144276) + (xy 0.677146 -1.174794) + (xy 0.668885 -1.208134) + (xy 0.664903 -1.294453) + (xy 0.663931 -1.366939) + (xy 0.666907 -1.43354) + (xy 0.674766 -1.502206) + (xy 0.688445 -1.580886) + (xy 0.708879 -1.67753) + (xy 0.737005 -1.800088) + (xy 0.74022 -1.813834) + (xy 0.773922 -1.936965) + (xy 0.817417 -2.064763) + (xy 0.867292 -2.189326) + (xy 0.920134 -2.302755) + (xy 0.972527 -2.397149) + (xy 1.021059 -2.464608) + (xy 1.021801 -2.465443) + (xy 1.053409 -2.503281) + (xy 1.071665 -2.529848) + (xy 1.073452 -2.534861) + (xy 1.08613 -2.556356) + (xy 1.120696 -2.596067) + (xy 1.171948 -2.648923) + (xy 1.234682 -2.709853) + (xy 1.303697 -2.773785) + (xy 1.37379 -2.835648) + (xy 1.430696 -2.883111) + (xy 1.495101 -2.935445) + (xy 1.55068 -2.981353) + (xy 1.590535 -3.015093) + (xy 1.606128 -3.029128) + (xy 1.643775 -3.049729) + (xy 1.662904 -3.052726) + (xy 1.704018 -3.06484) + (xy 1.71968 -3.076274) + (xy 1.775495 -3.124838) + (xy 1.846573 -3.176589) + (xy 1.924805 -3.226728) + (xy 2.002086 -3.270462) + (xy 2.070308 -3.302995) + (xy 2.121364 -3.31953) + (xy 2.132806 -3.320659) + (xy 2.164342 -3.330028) + (xy 2.190329 -3.344492) + (xy 2.228251 -3.362737) + (xy 2.284577 -3.382035) + (xy 2.314873 -3.390275) + (xy 2.42868 -3.419374) + (xy 2.509503 -3.442595) + (xy 2.556438 -3.459667) + (xy 2.564943 -3.464311) + (xy 2.603135 -3.481278) + (xy 2.647051 -3.489605) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp 039b2f68-86ab-4d48-b06e-97e4285959bb)) + (fp_poly + (pts + (xy -2.807103 -3.667921) + (xy -2.775112 -3.663016) + (xy -2.770281 -3.662273) + (xy -2.747234 -3.649698) + (xy -2.721101 -3.628781) + (xy -2.687921 -3.605295) + (xy -2.634614 -3.574062) + (xy -2.570443 -3.539769) + (xy -2.504671 -3.5071) + (xy -2.446558 -3.480742) + (xy -2.405368 -3.46538) + (xy -2.393978 -3.463288) + (xy -2.367737 -3.456774) + (xy -2.317174 -3.439034) + (xy -2.250706 -3.413139) + (xy -2.206425 -3.394852) + (xy -2.116763 -3.357171) + (xy -2.052386 -3.331) + (xy -2.005651 -3.314006) + (xy -1.96891 -3.303855) + (xy -1.934517 -3.298212) + (xy -1.894828 -3.294744) + (xy -1.873805 -3.293312) + (xy -1.800491 -3.28408) + (xy -1.727347 -3.268274) + (xy -1.6994 -3.259728) + (xy -1.651851 -3.243369) + (xy -1.620261 -3.233393) + (xy -1.614555 -3.232053) + (xy -1.601407 -3.230272) + (xy -1.58267 -3.22809) + (xy -1.539712 -3.223698) + (xy -1.507631 -3.22055) + (xy -1.434595 -3.207029) + (xy -1.341195 -3.180634) + (xy -1.238442 -3.145431) + (xy -1.137351 -3.105486) + (xy -1.048934 -3.064864) + (xy -0.984205 -3.027632) + (xy -0.983229 -3.026951) + (xy -0.932761 -2.992195) + (xy -0.890336 -2.964077) + (xy -0.874932 -2.954484) + (xy -0.846166 -2.934357) + (xy -0.800175 -2.898856) + (xy -0.747618 -2.856243) + (xy -0.579602 -2.702697) + (xy -0.44476 -2.54755) + (xy -0.340586 -2.387405) + (xy -0.264574 -2.218868) + (xy -0.25337 -2.186411) + (xy -0.230997 -2.110603) + (xy -0.208576 -2.021255) + (xy -0.188222 -1.928509) + (xy -0.172052 -1.84251) + (xy -0.162184 -1.773398) + (xy -0.160168 -1.739857) + (xy -0.160332 -1.706001) + (xy -0.160252 -1.647352) + (xy -0.15995 -1.574837) + (xy -0.159814 -1.551355) + (xy -0.170354 -1.389675) + (xy -0.205261 -1.248702) + (xy -0.266254 -1.121519) + (xy -0.266638 -1.120888) + (xy -0.293007 -1.073455) + (xy -0.307319 -1.039175) + (xy -0.307802 -1.028261) + (xy -0.307464 -1.005387) + (xy -0.324241 -0.96511) + (xy -0.352154 -0.917285) + (xy -0.385227 -0.871767) + (xy -0.417483 -0.838411) + (xy -0.427023 -0.831697) + (xy -0.486095 -0.809842) + (xy -0.553325 -0.80323) + (xy -0.611494 -0.813008) + (xy -0.623453 -0.81863) + (xy -0.653882 -0.829037) + (xy -0.708064 -0.841549) + (xy -0.774348 -0.853481) + (xy -0.775282 -0.853627) + (xy -0.864493 -0.867901) + (xy -0.925184 -0.878741) + (xy -0.964201 -0.887772) + (xy -0.988388 -0.896614) + (xy -1.004591 -0.906892) + (xy -1.00649 -0.908437) + (xy -1.031167 -0.919134) + (xy -1.039053 -0.916405) + (xy -1.053118 -0.912462) + (xy -1.077486 -0.923142) + (xy -1.116305 -0.951316) + (xy -1.173727 -0.999853) + (xy -1.222648 -1.043371) + (xy -1.323148 -1.135017) + (xy -1.398734 -1.207136) + (xy -1.452123 -1.262843) + (xy -1.48603 -1.305254) + (xy -1.503172 -1.337487) + (xy -1.506265 -1.362657) + (xy -1.505311 -1.367633) + (xy -1.503349 -1.399211) + (xy -1.512005 -1.409407) + (xy -1.529376 -1.423199) + (xy -1.560413 -1.459866) + (xy -1.599289 -1.512349) + (xy -1.611511 -1.529977) + (xy -1.665947 -1.607599) + (xy -1.727714 -1.692568) + (xy -1.780243 -1.7623) + (xy -1.810253 -1.80229) + (xy -1.84076 -1.845869) + (xy -1.874505 -1.897482) + (xy -1.91423 -1.961571) + (xy -1.962677 -2.042578) + (xy -2.022588 -2.144946) + (xy -2.096705 -2.273119) + (xy -2.113632 -2.302515) + (xy -2.135372 -2.342914) + (xy -2.164948 -2.401086) + (xy -2.188178 -2.44841) + (xy -2.225703 -2.516147) + (xy -2.269708 -2.581575) + (xy -2.296554 -2.614629) + (xy -2.331255 -2.656215) + (xy -2.35142 -2.687093) + (xy -1.370146 -2.687093) + (xy -1.368051 -2.668643) + (xy -1.34859 -2.643679) + (xy -1.323792 -2.625987) + (xy -1.315122 -2.624034) + (xy -1.311755 -2.634894) + (xy -1.329108 -2.659868) + (xy -1.355517 -2.683283) + (xy -1.370146 -2.687093) + (xy -2.35142 -2.687093) + (xy -2.35271 -2.689069) + (xy -2.356084 -2.699257) + (xy -2.366175 -2.724614) + (xy -2.391485 -2.764706) + (xy -2.403106 -2.780554) + (xy -2.43553 -2.828556) + (xy -2.474688 -2.894266) + (xy -2.51074 -2.960862) + (xy -2.551887 -3.033353) + (xy -2.609388 -3.123913) + (xy -2.676766 -3.223132) + (xy -2.747545 -3.321602) + (xy -2.815247 -3.409912) + (xy -2.84401 -3.445049) + (xy -2.870956 -3.490349) + (xy -2.802638 -3.490349) + (xy -2.793707 -3.481418) + (xy -2.784776 -3.490349) + (xy -2.793707 -3.499281) + (xy -2.802638 -3.490349) + (xy -2.870956 -3.490349) + (xy -2.877157 -3.500773) + (xy -2.890481 -3.559116) + (xy -2.885326 -3.611952) + (xy -2.863037 -3.651158) + (xy -2.82496 -3.66861) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp 4c2e0b54-ce3e-49a8-b129-0e2f0d82a727)) + (fp_poly + (pts + (xy -0.934569 2.322714) + (xy -0.907504 2.345312) + (xy -0.880953 2.375758) + (xy -0.865032 2.403084) + (xy -0.864825 2.413472) + (xy -0.858543 2.430311) + (xy -0.844775 2.438169) + (xy -0.825011 2.460677) + (xy -0.82681 2.476692) + (xy -0.827977 2.495006) + (xy -0.819733 2.49335) + (xy -0.804611 2.497518) + (xy -0.802075 2.510284) + (xy -0.793037 2.534728) + (xy -0.784774 2.538132) + (xy -0.775476 2.551431) + (xy -0.778878 2.567855) + (xy -0.781395 2.588017) + (xy -0.769386 2.584663) + (xy -0.751474 2.58597) + (xy -0.748489 2.599595) + (xy -0.740234 2.62405) + (xy -0.73271 2.627442) + (xy -0.716872 2.642217) + (xy -0.701235 2.675504) + (xy -0.692816 2.710745) + (xy -0.69297 2.721219) + (xy -0.680352 2.733067) + (xy -0.668109 2.734615) + (xy -0.64656 2.750143) + (xy -0.641316 2.779271) + (xy -0.635283 2.812841) + (xy -0.623693 2.823926) + (xy -0.605747 2.839043) + (xy -0.58352 2.876252) + (xy -0.562711 2.923345) + (xy -0.549016 2.968112) + (xy -0.546592 2.989151) + (xy -0.535811 3.015565) + (xy -0.522885 3.02041) + (xy -0.501236 3.034758) + (xy -0.498418 3.047203) + (xy -0.488216 3.070965) + (xy -0.479502 3.073997) + (xy -0.469623 3.085277) + (xy -0.473331 3.094619) + (xy -0.47543 3.106955) + (xy -0.466897 3.103388) + (xy -0.443831 3.107578) + (xy -0.406916 3.131622) + (xy -0.385994 3.149749) + (xy -0.345171 3.187824) + (xy -0.318087 3.208495) + (xy -0.292023 3.21836) + (xy -0.254258 3.22402) + (xy -0.239417 3.225803) + (xy -0.104428 3.241698) + (xy -0.002481 3.252556) + (xy 0.068727 3.258535) + (xy 0.111497 3.25979) + (xy 0.128132 3.256478) + (xy 0.123947 3.250503) + (xy 0.111306 3.238178) + (xy 0.13006 3.23503) + (xy 0.168162 3.228192) + (xy 0.21044 3.214009) + (xy 0.250222 3.200111) + (xy 0.27412 3.196147) + (xy 0.287043 3.185577) + (xy 0.287517 3.180907) + (xy 0.301637 3.160065) + (xy 0.335115 3.134472) + (xy 0.374627 3.112245) + (xy 0.382198 3.109721) + (xy 0.537587 3.109721) + (xy 0.544123 3.124423) + (xy 0.549495 3.121629) + (xy 0.551633 3.100431) + (xy 0.549495 3.097813) + (xy 0.538876 3.100265) + (xy 0.537587 3.109721) + (xy 0.382198 3.109721) + (xy 0.406851 3.101502) + (xy 0.415756 3.10277) + (xy 0.428352 3.096831) + (xy 0.430414 3.083827) + (xy 0.444368 3.04842) + (xy 0.464994 3.02041) + (xy 0.492932 3.02041) + (xy 0.494348 3.03687) + (xy 0.500809 3.038272) + (xy 0.518998 3.025306) + (xy 0.519725 3.02041) + (xy 0.513631 3.003012) + (xy 0.511848 3.002548) + (xy 0.496598 3.015065) + (xy 0.492932 3.02041) + (xy 0.464994 3.02041) + (xy 0.485554 2.99249) + (xy 0.552964 2.917388) + (xy 0.561044 2.908942) + (xy 0.589314 2.87379) + (xy 0.622002 2.82505) + (xy 0.653598 2.772206) + (xy 0.678593 2.724745) + (xy 0.691477 2.692151) + (xy 0.691568 2.684238) + (xy 0.695482 2.663593) + (xy 0.717296 2.644504) + (xy 0.740969 2.63968) + (xy 0.744976 2.641913) + (xy 0.748039 2.640533) + (xy 0.73708 2.624567) + (xy 0.724799 2.594743) + (xy 0.733204 2.583323) + (xy 0.750436 2.58143) + (xy 0.752 2.586198) + (xy 0.759977 2.582276) + (xy 0.779796 2.554824) + (xy 0.787462 2.542597) + (xy 0.815644 2.504935) + (xy 0.8405 2.485337) + (xy 0.844554 2.484545) + (xy 0.856808 2.49056) + (xy 0.846212 2.504584) + (xy 0.834142 2.536927) + (xy 0.836744 2.552169) + (xy 0.838433 2.570591) + (xy 0.821952 2.565235) + (xy 0.806218 2.558566) + (xy 0.817139 2.573031) + (xy 0.82561 2.595306) + (xy 0.818423 2.632975) + (xy 0.795247 2.69128) + (xy 0.770102 2.752992) + (xy 0.75086 2.808973) + (xy 0.744073 2.8354) + (xy 0.729698 2.876493) + (xy 0.712379 2.89812) + (xy 0.701381 2.910993) + (xy 0.707278 2.913507) + (xy 0.709325 2.921135) + (xy 0.693881 2.93253) + (xy 0.667982 2.957837) + (xy 0.662622 2.973874) + (xy 0.650408 3.00229) + (xy 0.626789 3.02944) + (xy 0.603254 3.055734) + (xy 0.599194 3.070109) + (xy 0.593101 3.086464) + (xy 0.5679 3.117427) + (xy 0.556194 3.129587) + (xy 0.522088 3.16659) + (xy 0.500889 3.194994) + (xy 0.498679 3.199654) + (xy 0.477983 3.215938) + (xy 0.453715 3.221395) + (xy 0.426541 3.228527) + (xy 0.423012 3.23723) + (xy 0.418193 3.256584) + (xy 0.410846 3.262603) + (xy 0.38563 3.261077) + (xy 0.375104 3.250441) + (xy 0.362317 3.235666) + (xy 0.359239 3.252787) + (xy 0.342976 3.285183) + (xy 0.302091 3.314505) + (xy 0.247478 3.333826) + (xy 0.226834 3.336973) + (xy 0.18114 3.346771) + (xy 0.152628 3.360557) + (xy 0.119621 3.3706) + (xy 0.083811 3.367555) + (xy 0.049209 3.364506) + (xy 0.037447 3.373635) + (xy 0.022142 3.389708) + (xy -0.00872 3.400176) + (xy -0.041385 3.402438) + (xy -0.048514 3.387264) + (xy -0.046116 3.375465) + (xy -0.048316 3.35086) + (xy 0.108895 3.35086) + (xy 0.117826 3.359791) + (xy 0.126758 3.35086) + (xy 0.117826 3.341929) + (xy 0.108895 3.35086) + (xy -0.048316 3.35086) + (xy -0.048636 3.347283) + (xy -0.062467 3.341929) + (xy -0.084263 3.356405) + (xy -0.087588 3.370633) + (xy -0.098241 3.390807) + (xy -0.115843 3.388496) + (xy -0.144317 3.379038) + (xy -0.151567 3.377653) + (xy -0.158694 3.363595) + (xy -0.159037 3.357604) + (xy -0.148659 3.349447) + (xy -0.127778 3.36207) + (xy -0.106657 3.377508) + (xy -0.11096 3.368419) + (xy -0.121393 3.354894) + (xy -0.144189 3.333675) + (xy -0.155473 3.332411) + (xy -0.175127 3.330856) + (xy -0.193118 3.320308) + (xy -0.211693 3.307598) + (xy -0.204204 3.318398) + (xy -0.199227 3.324035) + (xy -0.180244 3.352113) + (xy -0.176899 3.363364) + (xy -0.191712 3.374217) + (xy -0.225862 3.377376) + (xy -0.263917 3.373354) + (xy -0.290446 3.362663) + (xy -0.293183 3.3595) + (xy -0.311133 3.35086) + (xy -0.248348 3.35086) + (xy -0.239417 3.359791) + (xy -0.230486 3.35086) + (xy -0.239417 3.341929) + (xy -0.248348 3.35086) + (xy -0.311133 3.35086) + (xy -0.31459 3.349196) + (xy -0.321031 3.351623) + (xy -0.336585 3.34899) + (xy -0.337659 3.342983) + (xy -0.351101 3.328327) + (xy -0.359987 3.328532) + (xy -0.377957 3.31757) + (xy -0.382339 3.297298) + (xy -0.393609 3.26751) + (xy -0.409132 3.259829) + (xy -0.455066 3.25445) + (xy -0.477714 3.242228) + (xy -0.488814 3.219016) + (xy -0.508232 3.181353) + (xy -0.536698 3.143101) + (xy -0.572118 3.100682) + (xy -0.61265 3.049275) + (xy -0.621013 3.038272) + (xy -0.655564 2.993754) + (xy -0.684372 2.958874) + (xy -0.690437 2.952151) + (xy -0.70777 2.922168) + (xy -0.623453 2.922168) + (xy -0.614522 2.931099) + (xy -0.605591 2.922168) + (xy -0.614522 2.913237) + (xy -0.623453 2.922168) + (xy -0.70777 2.922168) + (xy -0.709929 2.918434) + (xy -0.712764 2.90303) + (xy -0.721902 2.880077) + (xy -0.728954 2.877513) + (xy -0.738142 2.863288) + (xy -0.736774 2.850719) + (xy -0.641316 2.850719) + (xy -0.632385 2.859651) + (xy -0.623453 2.850719) + (xy -0.632385 2.841788) + (xy -0.641316 2.850719) + (xy -0.736774 2.850719) + (xy -0.735802 2.841788) + (xy -0.736447 2.813669) + (xy -0.764143 2.806064) + (xy -0.764268 2.806064) + (xy -0.794399 2.79854) + (xy -0.802075 2.787148) + (xy -0.791132 2.77648) + (xy -0.784213 2.779271) + (xy -0.767568 2.782372) + (xy -0.766351 2.779049) + (xy -0.774996 2.763421) + (xy -0.688762 2.763421) + (xy -0.685971 2.77034) + (xy -0.66992 2.78738) + (xy -0.667055 2.788202) + (xy -0.659383 2.774382) + (xy -0.659178 2.77034) + (xy -0.672909 2.753164) + (xy -0.678094 2.752478) + (xy -0.688762 2.763421) + (xy -0.774996 2.763421) + (xy -0.779164 2.755886) + (xy -0.806709 2.730134) + (xy -0.832645 2.71683) + (xy -0.834047 2.716753) + (xy -0.843405 2.701858) + (xy -0.84184 2.670364) + (xy -0.844582 2.626685) + (xy -0.875081 2.585035) + (xy -0.880041 2.580331) + (xy -0.918761 2.525783) + (xy -0.92711 2.484876) + (xy -0.93269 2.443896) + (xy -0.944972 2.422028) + (xy -0.956283 2.401188) + (xy -0.939018 2.401188) + (xy -0.936566 2.411807) + (xy -0.92711 2.413096) + (xy -0.912408 2.406561) + (xy -0.915202 2.401188) + (xy -0.9364 2.399051) + (xy -0.939018 2.401188) + (xy -0.956283 2.401188) + (xy -0.958571 2.396973) + (xy -0.962638 2.357536) + (xy -0.955776 2.324119) + (xy -0.952029 2.318934) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp cd51eda9-552f-4dec-b4b6-1e17c6abd204)) + (fp_poly + (pts + (xy 2.15069 -1.170181) + (xy 2.150157 -1.143373) + (xy 2.144247 -1.120352) + (xy 2.135861 -1.084425) + (xy 2.140849 -1.077747) + (xy 2.149066 -1.084627) + (xy 2.176034 -1.102118) + (xy 2.200087 -1.105704) + (xy 2.209537 -1.095645) + (xy 2.203537 -1.083423) + (xy 2.189626 -1.055376) + (xy 2.170751 -1.0045) + (xy 2.153314 -0.949456) + (xy 2.134882 -0.892486) + (xy 2.118589 -0.852259) + (xy 2.108379 -0.837818) + (xy 2.099238 -0.821841) + (xy 2.089431 -0.781088) + (xy 2.084684 -0.75102) + (xy 2.068415 -0.683864) + (xy 2.042417 -0.636886) + (xy 2.03769 -0.632114) + (xy 2.017775 -0.607274) + (xy 2.007382 -0.571941) + (xy 2.00424 -0.515851) + (xy 2.004566 -0.482237) + (xy 2.005088 -0.408223) + (xy 2.004398 -0.31539) + (xy 2.002648 -0.220616) + (xy 2.001953 -0.19478) + (xy 2.001221 -0.099988) + (xy 2.003708 0.000438) + (xy 2.008887 0.088224) + (xy 2.010611 0.10673) + (xy 2.016612 0.174508) + (xy 2.016798 0.212841) + (xy 2.010639 0.227618) + (xy 1.999865 0.225975) + (xy 1.992192 0.225165) + (xy 2.006949 0.239167) + (xy 2.027901 0.261517) + (xy 2.020035 0.279739) + (xy 2.011642 0.287145) + (xy 1.976559 0.301061) + (xy 1.957857 0.298989) + (xy 1.934713 0.301658) + (xy 1.930836 0.315907) + (xy 1.937985 0.335122) + (xy 1.945086 0.334387) + (xy 1.97099 0.334521) + (xy 1.98232 0.339786) + (xy 1.992211 0.353133) + (xy 1.970303 0.363144) + (xy 1.937168 0.358659) + (xy 1.910538 0.325074) + (xy 1.895626 0.278568) + (xy 1.966561 0.278568) + (xy 1.975492 0.287499) + (xy 1.984423 0.278568) + (xy 1.975492 0.269637) + (xy 1.966561 0.278568) + (xy 1.895626 0.278568) + (xy 1.88995 0.260866) + (xy 1.878797 0.189257) + (xy 1.948698 0.189257) + (xy 1.95763 0.198188) + (xy 1.966561 0.189257) + (xy 1.95763 0.180326) + (xy 1.948698 0.189257) + (xy 1.878797 0.189257) + (xy 1.874942 0.164508) + (xy 1.865053 0.034475) + (xy 1.863984 0.011982) + (xy 1.859019 -0.084127) + (xy 1.853855 -0.148073) + (xy 1.847959 -0.183414) + (xy 1.840797 -0.19371) + (xy 1.834189 -0.18699) + (xy 1.815647 -0.156794) + (xy 1.783614 -0.106206) + (xy 1.744134 -0.044747) + (xy 1.732504 -0.026789) + (xy 1.651213 0.101614) + (xy 1.589912 0.205323) + (xy 1.549109 0.283387) + (xy 1.529311 0.334857) + (xy 1.528413 0.355092) + (xy 1.532028 0.37228) + (xy 1.515913 0.362913) + (xy 1.511484 0.359287) + (xy 1.4899 0.345888) + (xy 1.484041 0.359537) + (xy 1.484009 0.361226) + (xy 1.480831 0.376666) + (xy 1.468088 0.361035) + (xy 1.455284 0.353211) + (xy 1.443973 0.377019) + (xy 1.439455 0.395453) + (xy 1.435333 0.445222) + (xy 1.451743 0.473612) + (xy 1.451919 0.473746) + (xy 1.467189 0.505676) + (xy 1.464301 0.557335) + (xy 1.444296 0.618325) + (xy 1.435689 0.635811) + (xy 1.413415 0.68099) + (xy 1.39753 0.716191) + (xy 1.370723 0.770787) + (xy 1.330728 0.843062) + (xy 1.284418 0.921135) + (xy 1.23867 0.993126) + (xy 1.228794 1.007801) + (xy 1.197862 1.057039) + (xy 1.175605 1.099451) + (xy 1.171266 1.110509) + (xy 1.156228 1.138625) + (xy 1.146019 1.144883) + (xy 1.129942 1.160984) + (xy 1.114003 1.202344) + (xy 1.100213 1.258544) + (xy 1.090583 1.319169) + (xy 1.087125 1.373802) + (xy 1.091848 1.412024) + (xy 1.093639 1.416197) + (xy 1.097814 1.446212) + (xy 1.082789 1.461974) + (xy 1.060347 1.454547) + (xy 1.053867 1.446362) + (xy 1.040588 1.433552) + (xy 1.038001 1.44302) + (xy 1.050505 1.471368) + (xy 1.055307 1.475157) + (xy 1.054642 1.49296) + (xy 1.033204 1.52604) + (xy 1.015117 1.546688) + (xy 0.962708 1.602473) + (xy 0.931823 1.638359) + (xy 0.91891 1.659889) + (xy 0.920417 1.67261) + (xy 0.929614 1.680166) + (xy 0.947655 1.697613) + (xy 0.941653 1.719679) + (xy 0.912693 1.752196) + (xy 0.885922 1.78933) + (xy 0.876588 1.819179) + (xy 0.869694 1.856993) + (xy 0.851766 1.918375) + (xy 0.826093 1.994166) + (xy 0.795965 2.075207) + (xy 0.764673 2.15234) + (xy 0.735507 2.216406) + (xy 0.729962 2.227338) + (xy 0.687113 2.296136) + (xy 0.628732 2.371033) + (xy 0.559945 2.447345) + (xy 0.485878 2.520385) + (xy 0.411656 2.585466) + (xy 0.342405 2.637903) + (xy 0.283251 2.673009) + (xy 0.239319 2.686099) + (xy 0.229465 2.684916) + (xy 0.217105 2.695061) + (xy 0.216065 2.703357) + (xy 0.198868 2.718928) + (xy 0.149373 2.729006) + (xy 0.122289 2.731229) + (xy 0.065922 2.737382) + (xy 0.024195 2.747064) + (xy 0.011547 2.753557) + (xy -0.017704 2.76954) + (xy -0.036853 2.752708) + (xy -0.037611 2.75058) + (xy -0.058268 2.735249) + (xy -0.097152 2.726745) + (xy -0.165369 2.71739) + (xy -0.196935 2.707822) + (xy 0.019585 2.707822) + (xy 0.028516 2.716753) + (xy 0.037447 2.707822) + (xy 0.028516 2.698891) + (xy 0.019585 2.707822) + (xy -0.196935 2.707822) + (xy -0.214209 2.702586) + (xy -0.230499 2.68996) + (xy -0.01614 2.68996) + (xy -0.007209 2.698891) + (xy 0.001722 2.68996) + (xy -0.007209 2.681029) + (xy -0.01614 2.68996) + (xy -0.230499 2.68996) + (xy -0.23724 2.684735) + (xy -0.236673 2.674658) + (xy -0.235873 2.672098) + (xy 0.019585 2.672098) + (xy 0.028516 2.681029) + (xy 0.037447 2.672098) + (xy 0.028516 2.663167) + (xy 0.019585 2.672098) + (xy -0.235873 2.672098) + (xy -0.233122 2.663296) + (xy -0.247013 2.674276) + (xy -0.281247 2.684926) + (xy -0.321855 2.66558) + (xy -0.334836 2.651259) + (xy -0.153083 2.651259) + (xy -0.150631 2.661878) + (xy -0.141175 2.663167) + (xy -0.126472 2.656631) + (xy -0.129267 2.651259) + (xy -0.150465 2.649121) + (xy -0.153083 2.651259) + (xy -0.334836 2.651259) + (xy -0.348328 2.636374) + (xy -0.337659 2.636374) + (xy -0.328728 2.645305) + (xy -0.319797 2.636374) + (xy 0.108895 2.636374) + (xy 0.117826 2.645305) + (xy 0.126758 2.636374) + (xy 0.117826 2.627442) + (xy 0.108895 2.636374) + (xy -0.319797 2.636374) + (xy -0.328728 2.627442) + (xy -0.337659 2.636374) + (xy -0.348328 2.636374) + (xy -0.363254 2.619907) + (xy -0.364091 2.618511) + (xy 0.216068 2.618511) + (xy 0.224999 2.627442) + (xy 0.233931 2.618511) + (xy 0.224999 2.60958) + (xy 0.216068 2.618511) + (xy -0.364091 2.618511) + (xy -0.374795 2.600649) + (xy 0.287517 2.600649) + (xy 0.296448 2.60958) + (xy 0.305379 2.600649) + (xy 0.296448 2.591718) + (xy 0.287517 2.600649) + (xy -0.374795 2.600649) + (xy -0.385026 2.583576) + (xy -0.400292 2.547063) + (xy 0.341103 2.547063) + (xy 0.350035 2.555994) + (xy 0.358966 2.547063) + (xy 0.350035 2.538132) + (xy 0.341103 2.547063) + (xy -0.400292 2.547063) + (xy -0.409082 2.526039) + (xy -0.409486 2.511338) + (xy 0.412552 2.511338) + (xy 0.421483 2.520269) + (xy 0.430414 2.511338) + (xy 0.421483 2.502407) + (xy 0.412552 2.511338) + (xy -0.409486 2.511338) + (xy -0.409977 2.493476) + (xy -0.391245 2.493476) + (xy -0.382314 2.502407) + (xy -0.373383 2.493476) + (xy -0.382314 2.484545) + (xy -0.391245 2.493476) + (xy -0.409977 2.493476) + (xy -0.410139 2.487574) + (xy -0.406623 2.479471) + (xy -0.398907 2.457963) + (xy -0.41619 2.459518) + (xy -0.417157 2.459885) + (xy -0.445549 2.455085) + (xy -0.457177 2.437277) + (xy -0.474878 2.400318) + (xy -0.48406 2.386303) + (xy -0.523372 2.334264) + (xy -0.568847 2.270076) + (xy -0.569477 2.269145) + (xy -0.534143 2.269145) + (xy -0.521176 2.287334) + (xy -0.51628 2.288061) + (xy -0.498883 2.281967) + (xy -0.498418 2.280184) + (xy -0.510935 2.264934) + (xy -0.51628 2.261268) + (xy -0.53274 2.262684) + (xy -0.534143 2.269145) + (xy -0.569477 2.269145) + (xy -0.613796 2.203646) + (xy -0.628412 2.180888) + (xy -0.587729 2.180888) + (xy -0.581194 2.195591) + (xy -0.575821 2.192796) + (xy -0.573719 2.171957) + (xy 0.698347 2.171957) + (xy 0.707278 2.180888) + (xy 0.716209 2.171957) + (xy 0.707278 2.163026) + (xy 0.698347 2.171957) + (xy -0.573719 2.171957) + (xy -0.573683 2.171598) + (xy -0.575821 2.16898) + (xy -0.58644 2.171432) + (xy -0.587729 2.180888) + (xy -0.628412 2.180888) + (xy -0.651534 2.144885) + (xy -0.656542 2.136233) + (xy 0.716209 2.136233) + (xy 0.72514 2.145164) + (xy 0.734071 2.136233) + (xy 0.72514 2.127302) + (xy 0.716209 2.136233) + (xy -0.656542 2.136233) + (xy -0.675374 2.103699) + (xy -0.676935 2.100509) + (xy -0.686619 2.082646) + (xy -0.659178 2.082646) + (xy -0.650247 2.091577) + (xy -0.641316 2.082646) + (xy -0.644293 2.079669) + (xy 0.740025 2.079669) + (xy 0.742477 2.090288) + (xy 0.751933 2.091577) + (xy 0.766636 2.085042) + (xy 0.763841 2.079669) + (xy 0.742643 2.077532) + (xy 0.740025 2.079669) + (xy -0.644293 2.079669) + (xy -0.650247 2.073715) + (xy -0.659178 2.082646) + (xy -0.686619 2.082646) + (xy -0.70284 2.052723) + (xy -0.727557 2.016329) + (xy -0.733721 2.001212) + (xy -0.712764 2.001212) + (xy -0.699798 2.019402) + (xy -0.694902 2.020129) + (xy -0.677504 2.014034) + (xy -0.67704 2.012252) + (xy -0.689557 1.997002) + (xy -0.694902 1.993336) + (xy -0.711362 1.994752) + (xy -0.712764 2.001212) + (xy -0.733721 2.001212) + (xy -0.743251 1.977843) + (xy -0.74078 1.954355) + (xy -0.736131 1.934176) + (xy -0.741109 1.935347) + (xy -0.7509 1.935774) + (xy -0.766566 1.918852) + (xy -0.790786 1.880513) + (xy -0.826236 1.816689) + (xy -0.836781 1.796852) + (xy 0.14462 1.796852) + (xy 0.153551 1.805783) + (xy 0.162482 1.796852) + (xy 0.153551 1.787921) + (xy 0.14462 1.796852) + (xy -0.836781 1.796852) + (xy -0.846276 1.77899) + (xy -0.01614 1.77899) + (xy -0.007209 1.787921) + (xy 0.001722 1.77899) + (xy 0.019585 1.77899) + (xy 0.028516 1.787921) + (xy 0.037447 1.77899) + (xy 0.028516 1.770058) + (xy 0.019585 1.77899) + (xy 0.001722 1.77899) + (xy -0.007209 1.770058) + (xy -0.01614 1.77899) + (xy -0.846276 1.77899) + (xy -0.855771 1.761127) + (xy -0.865693 1.743265) + (xy -0.409107 1.743265) + (xy -0.400176 1.752196) + (xy -0.391245 1.743265) + (xy -0.400176 1.734334) + (xy -0.409107 1.743265) + (xy -0.865693 1.743265) + (xy -0.89434 1.691691) + (xy -0.385105 1.691691) + (xy -0.382314 1.69861) + (xy -0.366263 1.71565) + (xy -0.363398 1.716472) + (xy -0.35844 1.707541) + (xy -0.337659 1.707541) + (xy -0.328728 1.716472) + (xy -0.319797 1.707541) + (xy -0.328728 1.69861) + (xy -0.301934 1.69861) + (xy -0.295399 1.713312) + (xy -0.290026 1.710518) + (xy -0.287889 1.68932) + (xy -0.290026 1.686702) + (xy -0.300645 1.689154) + (xy -0.301934 1.69861) + (xy -0.328728 1.69861) + (xy -0.337659 1.707541) + (xy -0.35844 1.707541) + (xy -0.355726 1.702652) + (xy -0.355521 1.69861) + (xy -0.369253 1.681434) + (xy -0.374437 1.680748) + (xy -0.385105 1.691691) + (xy -0.89434 1.691691) + (xy -0.922687 1.640656) + (xy -0.936307 1.61823) + (xy -0.552005 1.61823) + (xy -0.543074 1.627161) + (xy -0.534143 1.61823) + (xy -0.543074 1.609299) + (xy -0.552005 1.61823) + (xy -0.936307 1.61823) + (xy -0.967671 1.566586) + (xy -0.622419 1.566586) + (xy -0.617716 1.581804) + (xy -0.605591 1.591437) + (xy -0.578927 1.600743) + (xy -0.570902 1.598425) + (xy -0.575605 1.583208) + (xy -0.587729 1.573575) + (xy -0.614393 1.564269) + (xy -0.622419 1.566586) + (xy -0.967671 1.566586) + (xy -0.971165 1.560833) + (xy -0.549125 1.560833) + (xy -0.544779 1.570815) + (xy -0.526794 1.589991) + (xy -0.516454 1.586057) + (xy -0.51628 1.58356) + (xy -0.528968 1.568452) + (xy -0.536902 1.562938) + (xy -0.549125 1.560833) + (xy -0.971165 1.560833) + (xy -0.99157 1.527235) + (xy -0.707466 1.527235) + (xy -0.694902 1.53785) + (xy -0.666401 1.553916) + (xy -0.662604 1.547865) + (xy -0.668109 1.53785) + (xy -0.694195 1.520867) + (xy -0.700422 1.520262) + (xy -0.707466 1.527235) + (xy -0.99157 1.527235) + (xy -0.996167 1.519666) + (xy -1.071303 1.405474) + (xy -1.143183 1.3054) + (xy -1.206899 1.22676) + (xy -1.232898 1.199018) + (xy -1.284066 1.142737) + (xy -1.33005 1.083153) + (xy -1.353544 1.046041) + (xy -1.38561 0.99045) + (xy -1.417857 0.940433) + (xy -1.424959 0.930537) + (xy -1.458861 0.882903) + (xy -1.504622 0.815831) + (xy -1.55505 0.740102) + (xy -1.602956 0.6665) + (xy -1.637332 0.612032) + (xy -1.660829 0.563757) + (xy -1.670534 0.522644) + (xy -1.669789 0.513431) + (xy -1.675157 0.479772) + (xy -1.698253 0.432243) + (xy -1.714245 0.408044) + (xy -1.744898 0.360245) + (xy -1.763759 0.320272) + (xy -1.766632 0.30692) + (xy -1.779906 0.276509) + (xy -1.811288 0.244581) + (xy -1.842859 0.213718) + (xy -1.855943 0.186755) + (xy -1.865464 0.164623) + (xy -1.872108 0.162464) + (xy -1.889293 0.148247) + (xy -1.916422 0.111641) + (xy -1.937545 0.077618) + (xy -1.968471 0.027864) + (xy -1.994948 -0.008739) + (xy -2.006225 -0.02035) + (xy -2.037237 -0.033133) + (xy -2.048402 -0.016242) + (xy -2.043873 0.015101) + (xy -2.037641 0.04219) + (xy -2.032286 0.073173) + (xy -2.027028 0.114814) + (xy -2.021088 0.173878) + (xy -2.013685 0.257129) + (xy -2.007322 0.332154) + (xy -1.998624 0.461074) + (xy -1.997147 0.557566) + (xy -2.003028 0.624218) + (xy -2.016403 0.663616) + (xy -2.025385 0.673504) + (xy -2.048689 0.706307) + (xy -2.052427 0.725122) + (xy -2.065691 0.761143) + (xy -2.083686 0.780637) + (xy -2.10517 0.798871) + (xy -2.097667 0.804396) + (xy -2.083686 0.804933) + (xy -2.0599 0.815956) + (xy -2.062306 0.841784) + (xy -2.088151 0.871852) + (xy -2.104768 0.889049) + (xy -2.089828 0.894031) + (xy -2.082631 0.894244) + (xy -2.061947 0.90266) + (xy -2.065897 0.918585) + (xy -2.089289 0.929864) + (xy -2.098136 0.930537) + (xy -2.118594 0.915079) + (xy -2.123875 0.88737) + (xy -2.132085 0.850678) + (xy -2.146203 0.835193) + (xy -2.159366 0.827123) + (xy -2.146203 0.824774) + (xy -2.130507 0.807555) + (xy -2.126308 0.765312) + (xy -2.129044 0.732485) + (xy -2.133466 0.734197) + (xy -2.136481 0.747449) + (xy -2.14951 0.778827) + (xy -2.162753 0.787639) + (xy -2.173196 0.77443) + (xy -2.170134 0.758582) + (xy -2.170577 0.720861) + (xy -2.178691 0.705778) + (xy -2.1902 0.676353) + (xy -2.187318 0.664101) + (xy -2.181124 0.638681) + (xy -2.174778 0.587654) + (xy -2.169479 0.521113) + (xy -2.168661 0.507025) + (xy -2.164167 0.434245) + (xy -2.159306 0.370721) + (xy -2.15504 0.328841) + (xy -2.154569 0.325562) + (xy -2.154505 0.288171) + (xy -2.160501 0.231419) + (xy -2.170668 0.165886) + (xy -2.183114 0.102147) + (xy -2.195948 0.050782) + (xy -2.207282 0.022369) + (xy -2.209099 0.020446) + (xy -2.225491 -0.005101) + (xy -2.240646 -0.043815) + (xy -1.869965 -0.043815) + (xy -1.867582 -0.024921) + (xy -1.855943 -0.007227) + (xy -1.833651 0.011461) + (xy -1.824059 0.011498) + (xy -1.826442 -0.007395) + (xy -1.838081 -0.025089) + (xy -1.860373 -0.043778) + (xy -1.869965 -0.043815) + (xy -2.240646 -0.043815) + (xy -2.24365 -0.051488) + (xy -2.258899 -0.104418) + (xy -2.26656 -0.149592) + (xy -2.266773 -0.155858) + (xy -2.274839 -0.186557) + (xy -2.287612 -0.19478) + (xy -2.300422 -0.201216) + (xy -2.298029 -0.205202) + (xy -2.299324 -0.225695) + (xy -2.304189 -0.239435) + (xy -2.088151 -0.239435) + (xy -2.07922 -0.230504) + (xy -2.070289 -0.239435) + (xy -2.07922 -0.248366) + (xy -2.088151 -0.239435) + (xy -2.304189 -0.239435) + (xy -2.313929 -0.266942) + (xy -2.328507 -0.298978) + (xy -2.354953 -0.361487) + (xy -2.374443 -0.422973) + (xy -2.379039 -0.44485) + (xy -2.392754 -0.506034) + (xy -2.410987 -0.560954) + (xy -2.425485 -0.60253) + (xy -2.429857 -0.629379) + (xy -2.429748 -0.629944) + (xy -2.439124 -0.652017) + (xy -2.454758 -0.668127) + (xy -2.284635 -0.668127) + (xy -2.275704 -0.659196) + (xy -2.266773 -0.668127) + (xy -2.275704 -0.677058) + (xy -2.284635 -0.668127) + (xy -2.454758 -0.668127) + (xy -2.458122 -0.671593) + (xy -2.478914 -0.690243) + (xy -2.471732 -0.691874) + (xy -2.459701 -0.688357) + (xy -2.43695 -0.68908) + (xy -2.435884 -0.700296) + (xy -2.440445 -0.721714) + (xy -2.427532 -0.721714) + (xy -2.418601 -0.712783) + (xy -2.40967 -0.721714) + (xy -2.418601 -0.730645) + (xy -2.427532 -0.721714) + (xy -2.440445 -0.721714) + (xy -2.442257 -0.730226) + (xy -2.450507 -0.779973) + (xy -2.453601 -0.801088) + (xy -2.459682 -0.849131) + (xy -2.45766 -0.867454) + (xy -2.444523 -0.861696) + (xy -2.428669 -0.847778) + (xy -2.401512 -0.826688) + (xy -2.38772 -0.830608) + (xy -2.381771 -0.84319) + (xy -2.362814 -0.86351) + (xy -2.338916 -0.855111) + (xy -2.317817 -0.822675) + (xy -2.311066 -0.800445) + (xy -2.298438 -0.766977) + (xy -2.283716 -0.758036) + (xy -2.283181 -0.758336) + (xy -2.269364 -0.753119) + (xy -2.266773 -0.738719) + (xy -2.256104 -0.717476) + (xy -2.241175 -0.718783) + (xy -2.218505 -0.712751) + (xy -2.204031 -0.676039) + (xy -2.190767 -0.638967) + (xy -2.175042 -0.623472) + (xy -2.174988 -0.623472) + (xy -2.165743 -0.612399) + (xy -2.168747 -0.60526) + (xy -2.171052 -0.578459) + (xy -2.162706 -0.537027) + (xy -2.148152 -0.495178) + (xy -2.131837 -0.467127) + (xy -2.124162 -0.462712) + (xy -2.115823 -0.44855) + (xy -2.118173 -0.429004) + (xy -2.116869 -0.3957) + (xy -2.107569 -0.383294) + (xy -2.09089 -0.357033) + (xy -2.088151 -0.338706) + (xy -2.072622 -0.308325) + (xy -2.047961 -0.295105) + (xy -2.021319 -0.284429) + (xy -2.026645 -0.27139) + (xy -2.034565 -0.265484) + (xy -2.052317 -0.251013) + (xy -2.039722 -0.249224) + (xy -2.034565 -0.249738) + (xy -1.977855 -0.25162) + (xy -1.954603 -0.241623) + (xy -1.960709 -0.224474) + (xy -1.968089 -0.202707) + (xy -1.945751 -0.182163) + (xy -1.937464 -0.177529) + (xy -1.90119 -0.146628) + (xy -1.884436 -0.116576) + (xy -1.866529 -0.081694) + (xy -1.832318 -0.036003) + (xy -1.811626 -0.012885) + (xy -1.767248 0.036934) + (xy -1.75046 0.06477) + (xy -1.761057 0.071081) + (xy -1.775563 0.066693) + (xy -1.796468 0.061682) + (xy -1.79841 0.071948) + (xy -1.779754 0.101089) + (xy -1.738864 0.152702) + (xy -1.733472 0.159259) + (xy -1.687044 0.220081) + (xy -1.635399 0.294419) + (xy -1.596126 0.355844) + (xy -1.556359 0.41668) + (xy -1.517219 0.468673) + (xy -1.487012 0.500815) + (xy -1.486389 0.501312) + (xy -1.456427 0.53279) + (xy -1.445113 0.558977) + (xy -1.433761 0.585805) + (xy -1.404764 0.62658) + (xy -1.382596 0.652428) + (xy -1.346895 0.695185) + (xy -1.324263 0.729559) + (xy -1.320078 0.741654) + (xy -1.311105 0.769944) + (xy -1.28887 0.810299) + (xy -1.260396 0.852549) + (xy -1.232705 0.886522) + (xy -1.212822 0.90205) + (xy -1.209568 0.901681) + (xy -1.196166 0.907246) + (xy -1.191412 0.936388) + (xy -1.192928 0.952864) + (xy -1.181397 0.96571) + (xy -1.176126 0.966261) + (xy -1.164842 0.976829) + (xy -1.167036 0.982159) + (xy -1.159434 1.000583) + (xy -1.129547 1.031561) + (xy -1.097194 1.058074) + (xy -1.053249 1.094265) + (xy -1.024077 1.124197) + (xy -1.016973 1.137075) + (xy -1.00463 1.160211) + (xy -0.974373 1.195348) + (xy -0.961037 1.208524) + (xy -0.91801 1.257291) + (xy -0.885647 1.308642) + (xy -0.870447 1.351423) + (xy -0.870639 1.363694) + (xy -0.859255 1.375863) + (xy -0.849499 1.377091) + (xy -0.822855 1.387645) + (xy -0.794647 1.411638) + (xy -0.776101 1.437569) + (xy -0.776075 1.452309) + (xy -0.768597 1.46301) + (xy -0.738598 1.473978) + (xy -0.691018 1.493135) + (xy -0.640822 1.523194) + (xy -0.638836 1.524646) + (xy -0.60012 1.549108) + (xy -0.572304 1.551544) + (xy -0.549211 1.540251) + (xy -0.510909 1.527364) + (xy -0.490536 1.54301) + (xy -0.492318 1.582731) + (xy -0.49665 1.595717) + (xy -0.505681 1.628531) + (xy -0.495679 1.638188) + (xy -0.486954 1.637558) + (xy -0.453743 1.620369) + (xy -0.445889 1.61101) + (xy -0.431702 1.600083) + (xy -0.420466 1.618344) + (xy -0.416792 1.654861) + (xy -0.421409 1.668963) + (xy -0.423695 1.679321) + (xy -0.406941 1.667933) + (xy -0.369458 1.655969) + (xy -0.313551 1.657104) + (xy -0.253334 1.669694) + (xy -0.203693 1.691595) + (xy -0.16361 1.707759) + (xy -0.100953 1.723142) + (xy -0.028831 1.735344) + (xy 0.039642 1.741964) + (xy 0.073171 1.742273) + (xy 0.136731 1.736453) + (xy 0.197044 1.725803) + (xy 0.24422 1.712654) + (xy 0.268367 1.699337) + (xy 0.269655 1.695986) + (xy 0.280691 1.686784) + (xy 0.287517 1.689679) + (xy 0.303977 1.688262) + (xy 0.305379 1.681802) + (xy 0.319903 1.665206) + (xy 0.333227 1.662885) + (xy 0.351779 1.654317) + (xy 0.350161 1.645228) + (xy 0.352905 1.634734) + (xy 0.364107 1.63711) + (xy 0.395702 1.632724) + (xy 0.422156 1.600699) + (xy 0.426837 1.586602) + (xy 0.476376 1.586602) + (xy 0.482242 1.591437) + (xy 0.50695 1.57836) + (xy 0.511529 1.572386) + (xy 0.518868 1.55024) + (xy 0.505282 1.551209) + (xy 0.487762 1.566445) + (xy 0.476376 1.586602) + (xy 0.426837 1.586602) + (xy 0.432958 1.568166) + (xy 0.445504 1.542344) + (xy 0.455211 1.538432) + (xy 0.479441 1.528786) + (xy 0.482004 1.525747) + (xy 0.505463 1.509479) + (xy 0.544016 1.492963) + (xy 0.579914 1.472057) + (xy 0.609443 1.432036) + (xy 0.633907 1.378386) + (xy 0.659617 1.323596) + (xy 0.684642 1.285404) + (xy 0.70468 1.268567) + (xy 0.715432 1.277842) + (xy 0.716209 1.287346) + (xy 0.705383 1.299462) + (xy 0.698551 1.296838) + (xy 0.688526 1.29977) + (xy 0.691992 1.314846) + (xy 0.707461 1.331899) + (xy 0.724277 1.318189) + (xy 0.736907 1.278849) + (xy 0.757122 1.244124) + (xy 0.783296 1.225492) + (xy 0.813985 1.206966) + (xy 0.823382 1.193834) + (xy 0.834563 1.174017) + (xy 0.863452 1.137406) + (xy 0.8926 1.104294) + (xy 0.973117 1.004048) + (xy 1.054092 0.881194) + (xy 1.128035 0.747952) + (xy 1.179701 0.635811) + (xy 1.216114 0.54735) + (xy 1.216463 0.5465) + (xy 1.341385 0.5465) + (xy 1.350316 0.555431) + (xy 1.359247 0.5465) + (xy 1.350316 0.537569) + (xy 1.341385 0.5465) + (xy 1.216463 0.5465) + (xy 1.257785 0.445984) + (xy 1.296431 0.351866) + (xy 1.300853 0.341085) + (xy 1.360377 0.203276) + (xy 1.423852 0.069222) + (xy 1.488372 -0.055854) + (xy 1.551029 -0.166725) + (xy 1.608915 -0.258169) + (xy 1.659125 -0.324961) + (xy 1.687482 -0.353701) + (xy 1.711383 -0.384242) + (xy 1.71649 -0.402382) + (xy 1.725081 -0.424737) + (xy 1.731216 -0.426988) + (xy 1.745611 -0.441959) + (xy 1.769002 -0.481144) + (xy 1.79542 -0.534161) + (xy 1.822904 -0.588659) + (xy 1.846803 -0.627248) + (xy 1.861516 -0.641334) + (xy 1.882071 -0.657311) + (xy 1.898451 -0.705941) + (xy 1.91091 -0.788275) + (xy 1.917942 -0.874517) + (xy 1.929625 -0.983022) + (xy 1.9389 -1.025371) + (xy 2.109458 -1.025371) + (xy 2.118389 -1.016439) + (xy 2.12732 -1.025371) + (xy 2.118389 -1.034302) + (xy 2.109458 -1.025371) + (xy 1.9389 -1.025371) + (xy 1.949144 -1.072143) + (xy 1.974898 -1.136316) + (xy 2.002459 -1.168376) + (xy 2.027413 -1.169421) + (xy 2.04288 -1.145007) + (xy 2.042952 -1.105218) + (xy 2.041937 -1.10098) + (xy 2.041133 -1.076871) + (xy 2.053872 -1.077313) + (xy 2.073124 -1.097652) + (xy 2.091855 -1.133235) + (xy 2.092255 -1.134279) + (xy 2.1136 -1.166712) + (xy 2.134562 -1.177199) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "B.Cu") (tstamp 40a6790a-fab2-410e-b9fe-0ba706e61141)) + ) + + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" (layer "F.Cu") + (tstamp d8899309-14e5-4247-a58b-48ba6afa4e2e) + (at 136.32346 82.553716) + (descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x04 2.54mm single row") + (property "Sheetfile" "scrapeboard_hat.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/b61ae372-5cc8-455a-b68f-975e70a349db") + (attr through_hole) + (fp_text reference "J3" (at 0 -2.77) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d83c5eec-957d-4a69-bedb-a8d73abde078) + ) + (fp_text value "PI_OR_ARDUINO_HEADER" (at 0 10.39) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f2e9e95e-a5f9-42b6-8c66-25ddd709d8a9) + ) + (fp_line (start -1.33 1.27) (end -1.33 8.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acbf4755-4f53-44ba-bd85-70f99f7c3f83)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d345b91b-c338-4fa2-8e80-1033c22660d1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1a35b53-b98f-48d0-9fc2-d1afeb2bfbbb)) + (fp_line (start 0 -1.33) (end 1.33 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 449cafec-d276-40e0-8fc6-162361a2373e)) + (fp_line (start 1.33 -1.33) (end 1.33 0) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f95f32f-1001-448f-89ab-4db1ebb5f770)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ab5a2c7-d12d-4e0f-85fe-54c581273acd)) + (fp_line (start -1.8 -1.8) (end 1.75 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff0bb0b8-f6b5-48d3-b1f6-d8ae5e0fec82)) + (fp_line (start -1.8 9.4) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3128eb03-3dda-4fc0-84d0-693de1db1cff)) + (fp_line (start 1.75 -1.8) (end 1.75 9.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ab85114-9230-4916-8152-3abc691d1bd3)) + (fp_line (start 1.75 9.4) (end -1.8 9.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b13eff9-00bd-49d1-bde5-90e2d2f05e89)) + (fp_line (start -1.27 -1.27) (end 0.635 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59ae94e1-b5ae-455c-9077-1d7803ee7e50)) + (fp_line (start -1.27 8.89) (end -1.27 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7baade49-3bf3-41bf-b88d-4635edb0951e)) + (fp_line (start 0.635 -1.27) (end 1.27 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90e6f6f9-38c5-454f-b4ab-816f3f24c65e)) + (fp_line (start 1.27 -0.635) (end 1.27 8.89) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 525ea3ac-7ec0-4862-8a11-c5eb4b2ecb40)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8afb37b9-dd6f-493c-a2dc-8af752ed968c)) + (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 4 "/PIN5") (pinfunction "Pin_1") (pintype "passive") (tstamp a8fc3cdd-f62c-4aea-a36a-694b988155b9)) + (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 3 "/PIN4") (pinfunction "Pin_2") (pintype "passive") (tstamp 648008a0-b9dc-4f05-b402-2390e0bd51b0)) + (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 2 "/PIN3") (pinfunction "Pin_3") (pintype "passive") (tstamp 1a5af8ab-4c37-4466-bf7a-0d7132e6a620)) + (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 1 "/PIN2") (pinfunction "Pin_4") (pintype "passive") (tstamp 38b1a8f6-6700-4ea4-98f7-6f4073208fe4)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tstamp ebcae6ef-82a4-467d-8914-7bf9ad4c946b) + (at 126.626232 76.762367 55) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "scrapeboard_hat.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Resistor") + (property "ki_keywords" "R res resistor") + (path "/e1aaf9d1-3988-433f-8a79-2a9a6e0691a1") + (attr through_hole) + (fp_text reference "R4" (at 2.54 -1.92 55) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7c951b50-706f-4950-a21a-b010eda63bc0) + ) + (fp_text value "4.7K" (at -3.46 0.03 55) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 25901685-8998-4577-81a0-0cb8305fc4b8) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bde9660-e794-4266-9036-f19d9e946a3e)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f5161eb-2a10-4324-9075-6449d3d11463)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c11c4d77-10b4-439c-8860-eb4e0ae5be42)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24058a86-455e-4f38-b097-b16b06f59953)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b3bda30-0a6e-4d0f-82d7-23641d045c0a)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da52539f-5321-48c3-948d-364fc07fc312)) + (fp_line (start 0 0) (end 0.74 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c908119-d771-449a-aa2b-6d7d6a67e3b9)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db674e35-508a-43cb-bc79-31aadf661838)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1684a3e4-0c1a-490f-8916-39a772c85b35)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2dc11ea7-6788-4c09-b0bc-fec2ede423bc)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d9f46c2-52de-4296-9ee7-afca936f10dc)) + (fp_line (start 5.08 0) (end 4.34 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21b2522b-b758-4e54-b270-b4929149f2de)) + (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 5 "Net-(J1-Pin_4)") (pintype "passive") (tstamp 51889ab1-2192-4fee-baff-40122fc3f572)) + (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") + (net 4 "/PIN5") (pintype "passive") (tstamp cbfa3b31-881e-4aca-92e5-eda0060f7fc9)) + (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal" (layer "B.Cu") + (tstamp e8b5cc9e-6277-4b6b-9f6f-4cb33c9d61a2) + (at 118.103542 89.256507 90) + (descr "Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix") + (tags "THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm") + (property "Sheetfile" "scrapeboard_hat.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic screw terminal, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "screw terminal") + (path "/c9618a6f-1090-4906-9c99-a03e0182a2bd") + (attr through_hole) + (fp_text reference "J1" (at 7.5 6.26 90) (layer "B.SilkS") hide + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 60c06f80-c3e6-4118-8c79-ec38bcb3ed5a) + ) + (fp_text value "Screw_Terminal_01x04" (at 7.5 -5.66 90) (layer "B.Fab") hide + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp ea2aeb35-783b-4981-a94a-eda5fd4b63e0) + ) + (fp_line (start -2.8 -4.9) (end -2.3 -4.9) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1cbe6cfb-f371-4af5-90b6-916fbb58e244)) + (fp_line (start -2.8 -4.16) (end -2.8 -4.9) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9b2fbe49-ecbe-4721-8a2c-3dd06346986b)) + (fp_line (start -2.56 -4.66) (end 17.561 -4.66) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0b0dbd0-2bbf-4d75-8304-7f818ba9495b)) + (fp_line (start -2.56 -4.1) (end 17.561 -4.1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fdd71441-51ba-419b-a609-bd7afea9df7f)) + (fp_line (start -2.56 -2.6) (end 17.561 -2.6) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9668261-36f3-4886-9f29-4ab15805ed20)) + (fp_line (start -2.56 2.301) (end 17.561 2.301) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 17471d58-c03a-4da1-b7d1-cda420b78264)) + (fp_line (start -2.56 5.261) (end -2.56 -4.66) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 849f3b97-31fd-4408-9053-76a336bcabec)) + (fp_line (start -2.56 5.261) (end 17.561 5.261) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ac74576c-ff8a-4bcf-ad43-02d8ef122d76)) + (fp_line (start 3.773 -1.023) (end 3.726 -1.069) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6224cbcd-c9ff-45df-8a9e-bcf54df6beae)) + (fp_line (start 3.966 -1.239) (end 3.931 -1.274) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8039d16e-e4a5-4fb0-be6e-ab2c9785d6be)) + (fp_line (start 6.07 1.275) (end 6.035 1.239) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4d76c835-b158-41db-8048-8b7ff2d35fba)) + (fp_line (start 6.275 1.069) (end 6.228 1.023) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96b63e7c-fdef-49ba-a9ec-9a0cef88a59c)) + (fp_line (start 8.773 -1.023) (end 8.726 -1.069) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6907a448-8134-4eae-88cc-e0032d680e94)) + (fp_line (start 8.966 -1.239) (end 8.931 -1.274) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5981c4bf-5fcc-4205-bc73-eed08545a804)) + (fp_line (start 11.07 1.275) (end 11.035 1.239) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1ddd4490-b850-436f-a3b5-18757c2c8cd2)) + (fp_line (start 11.275 1.069) (end 11.228 1.023) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bf3555e7-348f-4648-af11-4883efc8e955)) + (fp_line (start 13.773 -1.023) (end 13.726 -1.069) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 20d1dc4c-c1c1-4afe-a0da-9a28748d99f8)) + (fp_line (start 13.966 -1.239) (end 13.931 -1.274) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 350ab675-9e81-4936-80a0-2eb1cb815203)) + (fp_line (start 16.07 1.275) (end 16.035 1.239) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 06263a90-fd7e-4756-9f08-214d9f16de55)) + (fp_line (start 16.275 1.069) (end 16.228 1.023) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 878721fb-0887-4405-a561-f29a7eb7a6d9)) + (fp_line (start 17.561 5.261) (end 17.561 -4.66) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a3df6e7d-3a3b-4185-abe6-eab35e545017)) + (fp_arc (start -1.535 0.684) (mid -1.680501 0.000524) (end -1.535427 -0.683042) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0744e56b-6c57-413b-aeef-96a5d4c190f6)) + (fp_arc (start -0.684 -1.535) (mid -0.335551 -1.646659) (end 0.028805 -1.680253) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d03237a6-e2b7-466d-b3c8-ee40ebc7c09c)) + (fp_arc (start 0 -1.68) (mid 0.349292 -1.643288) (end 0.683318 -1.534756) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e1b33b8e-c615-4678-b0cd-1a100cab6a3d)) + (fp_arc (start 0.684 1.535) (mid 0.000524 1.680501) (end -0.683042 1.535427) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a3b671c-cb63-4385-bf61-9cbb5c383797)) + (fp_arc (start 1.535 -0.684) (mid 1.6805 -0.000524) (end 1.535427 0.683042) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 19606322-3373-4a38-a555-5a1883008158)) + (fp_circle (center 5 0) (end 6.68 0) + (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 2212dd77-2b24-48a3-a171-51327787df73)) + (fp_circle (center 10 0) (end 11.68 0) + (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 8f015f6b-50cc-45b7-94eb-5fe6b648b5a8)) + (fp_circle (center 15 0) (end 16.68 0) + (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 8014e6b4-a5c8-4f4d-a724-d9d46547001b)) + (fp_line (start -3 -5.1) (end 18 -5.1) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca76e9c5-90c2-43ea-8e31-765754122320)) + (fp_line (start -3 5.71) (end -3 -5.1) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 73d0b57c-0abd-48a3-b012-f44c273fcd52)) + (fp_line (start 18 -5.1) (end 18 5.71) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d591a700-843c-49f9-9b74-ea6562d852c0)) + (fp_line (start 18 5.71) (end -3 5.71) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 09569b65-5d9a-40dd-8863-995bd232541b)) + (fp_line (start -2.5 -4.1) (end -2.5 5.2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 086e7c4c-b9ce-404b-8cd2-17f916b7c64c)) + (fp_line (start -2.5 -4.1) (end 17.5 -4.1) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f7439014-77d1-4af7-9360-bb929ac49682)) + (fp_line (start -2.5 -2.6) (end 17.5 -2.6) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ab03c930-b504-4bef-96d5-cb43a2543973)) + (fp_line (start -2.5 2.3) (end 17.5 2.3) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8b8abe4f-3650-4392-a8a0-94700415afb7)) + (fp_line (start -2.5 5.2) (end 17.5 5.2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e1cbe027-22b2-4592-9789-c488883b0bdc)) + (fp_line (start -2 -4.6) (end -2.5 -4.1) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 58220674-754a-4f8a-8d5d-9ee20f033485)) + (fp_line (start 0.955 1.138) (end -1.138 -0.955) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 024aa702-6106-4c2a-be4a-365a4ce4793c)) + (fp_line (start 1.138 0.955) (end -0.955 -1.138) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 27254ced-4d87-49f3-ab69-a4af878aa5a7)) + (fp_line (start 5.955 1.138) (end 3.863 -0.955) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f3e0fc23-bd61-4677-8dd7-7462caa6c41e)) + (fp_line (start 6.138 0.955) (end 4.046 -1.138) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b1b024e9-bf85-4529-b5ae-202a10569339)) + (fp_line (start 10.955 1.138) (end 8.863 -0.955) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cc82dc02-ef2f-415a-a976-b73a41e1af15)) + (fp_line (start 11.138 0.955) (end 9.046 -1.138) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f6f1456c-b05e-41b7-85b7-313c5f1efb79)) + (fp_line (start 15.955 1.138) (end 13.863 -0.955) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d7215772-b288-4bb4-9e97-ed370fb3e88f)) + (fp_line (start 16.138 0.955) (end 14.046 -1.138) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a4a70e0d-84cf-4f1e-8e20-ad6314a730a6)) + (fp_line (start 17.5 -4.6) (end -2 -4.6) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ea69160-6098-4d72-93cc-d932d814f1f7)) + (fp_line (start 17.5 5.2) (end 17.5 -4.6) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 50d6c145-234e-4c9c-89fb-d01e63d1bd19)) + (fp_circle (center 0 0) (end 1.5 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 0e495f26-93db-4f8b-bdbc-36e834ca186b)) + (fp_circle (center 5 0) (end 6.5 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp a8cf22e9-983f-4334-83dc-6630636ec3f8)) + (fp_circle (center 10 0) (end 11.5 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp bf7c0642-d2b9-4d98-bbd8-e770f1e3e0ed)) + (fp_circle (center 15 0) (end 16.5 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 20faa0ef-cba1-4a5a-805a-89f38748b213)) + (pad "1" thru_hole rect (at 0 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") + (net 8 "Net-(J1-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 80dbe453-1a59-4c93-a787-e021903f4989)) + (pad "2" thru_hole circle (at 5 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") + (net 7 "Net-(J1-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (tstamp f24ca1ad-e275-4c37-8aad-9f771055408a)) + (pad "3" thru_hole circle (at 10 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") + (net 6 "Net-(J1-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (tstamp ea65f35d-cb85-4314-9ef8-4c42988515b9)) + (pad "4" thru_hole circle (at 15 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") + (net 5 "Net-(J1-Pin_4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 3946e895-6235-4325-b064-2b55d8a2c7c2)) + (model "../3dmodels/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_rect (start 112.757561 71) (end 138.76 92.462166) + (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp ca8ea82b-0f63-41fb-b2ac-d9f8f643ded7)) + (gr_text "BL" (at 123.851921 74.993517 -90) (layer "B.SilkS") (tstamp 18802c2c-5523-49dc-87f1-10ba9232ca8d) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror)) + ) + (gr_text "FR" (at 123.851921 85.010879 -90) (layer "B.SilkS") (tstamp 38665301-392f-43cd-abe7-5c01f545927e) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror)) + ) + (gr_text "BR" (at 123.851921 79.925924 -90) (layer "B.SilkS") (tstamp 6a129f18-aca4-47d6-9d0a-153afedf5897) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror)) + ) + (gr_text "to Pi/Arduino" (at 134.708301 80.383569 90) (layer "B.SilkS") (tstamp a4d70390-9618-4b66-a37d-b4d90830b434) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror)) + ) + (gr_text "FL" (at 123.801072 90.044985 -90) (layer "B.SilkS") (tstamp ff25153c-211c-43b7-ba1d-7ab735020ed6) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror)) + ) + (gr_text "4.7K" (at 125.046886 83.943038 90) (layer "F.SilkS") (tstamp 35192b96-a83f-47d0-8d16-c4013f8e5a83) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom)) + ) + (gr_text "GPIO26 (Pi)\n▼ PIN2 (Ard)" (at 134.27608 81.222587 90) (layer "F.SilkS") (tstamp 3d6e8cfa-4f03-497d-9c16-eb5fae1afb42) + (effects (font (size 1 1) (thickness 0.15)) (justify right bottom)) + ) + (gr_text "BR" (at 115.614294 79.900499 90) (layer "F.SilkS") (tstamp 6830e219-8f3b-4329-b364-1cdc9639a211) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom)) + ) + (gr_text "FL" (at 115.665143 90.01956 90) (layer "F.SilkS") (tstamp 7974af94-6a61-4922-b471-b9c2e986089c) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom)) + ) + (gr_text "FR" (at 115.614294 84.985454 90) (layer "F.SilkS") (tstamp 893766d5-404a-4950-a1b8-395aa15e947b) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom)) + ) + (gr_text "BL" (at 115.614294 74.968092 90) (layer "F.SilkS") (tstamp d85aa41d-84b1-43c7-8aaf-3d4cd261cdf9) + (effects (font (size 1 1) (thickness 0.15)) (justify left bottom)) + ) + + (segment (start 136.435342 90.27865) (end 132.525767 86.369075) (width 0.25) (layer "F.Cu") (net 1) (tstamp 2ca5509c-bf2e-4ea0-bf68-2ab3ed47dba7)) + (segment (start 132.525767 86.369075) (end 129.54 86.369075) (width 0.25) (layer "F.Cu") (net 1) (tstamp 4d3fb019-ad20-4491-9cf4-f9b104b5770c)) + (segment (start 130.518767 81.822075) (end 129.54 81.822075) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4d1ead08-2c49-425b-9910-297691d28a2f)) + (segment (start 136.435342 87.73865) (end 130.518767 81.822075) (width 0.25) (layer "F.Cu") (net 2) (tstamp d9b913e6-05da-49bc-bd93-18c661dbeda4)) + (segment (start 136.435342 85.19865) (end 129.54 78.303308) (width 0.25) (layer "F.Cu") (net 3) (tstamp 06cf3db3-76f4-4af3-ba32-3de3696743c8)) + (segment (start 129.54 78.303308) (end 129.54 77.275075) (width 0.25) (layer "F.Cu") (net 3) (tstamp e40dd7dd-f3ab-4860-9408-4f5e5a87c9b5)) + (segment (start 136.435342 82.65865) (end 136.435342 79.496417) (width 0.25) (layer "F.Cu") (net 4) (tstamp 0d2a77d3-ee63-420c-b3ce-ca65b53c97c1)) + (segment (start 136.435342 79.496417) (end 129.54 72.601075) (width 0.25) (layer "F.Cu") (net 4) (tstamp fc0b1a5f-7027-434f-898f-e4399a407457)) + (segment (start 124.112995 74.24913) (end 118.110919 74.24913) (width 0.25) (layer "F.Cu") (net 5) (tstamp 036e5427-797c-4a93-8f81-4b00378a1a81)) + (segment (start 118.110919 74.24913) (end 118.103542 74.256507) (width 0.25) (layer "F.Cu") (net 5) (tstamp 70e759f7-b91e-4aff-aa76-489029ada225)) + (segment (start 126.626232 76.762367) (end 124.112995 74.24913) (width 0.25) (layer "F.Cu") (net 5) (tstamp f71d1959-c214-4003-9c64-b6132c42fcaa)) + (segment (start 124.438995 79.24913) (end 118.110919 79.24913) (width 0.25) (layer "F.Cu") (net 6) (tstamp 15935dbe-d262-4953-89df-ff15f98121c5)) + (segment (start 118.110919 79.24913) (end 118.103542 79.256507) (width 0.25) (layer "F.Cu") (net 6) (tstamp 8419d409-ae0b-44c1-ac75-ef51769c5d60)) + (segment (start 126.626232 81.436367) (end 124.438995 79.24913) (width 0.25) (layer "F.Cu") (net 6) (tstamp d45d87f8-a2f3-4f3f-b0db-4343d5f832ed)) + (segment (start 118.110919 84.24913) (end 118.103542 84.256507) (width 0.25) (layer "F.Cu") (net 7) (tstamp 328f0036-fa1f-4dff-a13a-d8eea0788fcc)) + (segment (start 126.626232 85.983367) (end 124.891995 84.24913) (width 0.25) (layer "F.Cu") (net 7) (tstamp 4470fb90-10b8-436e-8bcf-a70dd6b51d49)) + (segment (start 124.891995 84.24913) (end 118.110919 84.24913) (width 0.25) (layer "F.Cu") (net 7) (tstamp 897d1a5a-e63a-4d9e-9994-68f849daeac4)) + (segment (start 126.626232 90.530367) (end 125.344995 89.24913) (width 0.25) (layer "F.Cu") (net 8) (tstamp 040350ca-8f4f-4f2e-8ba9-ece5a6291aaf)) + (segment (start 118.110919 89.24913) (end 118.103542 89.256507) (width 0.25) (layer "F.Cu") (net 8) (tstamp bbd14181-0f65-4040-b7a0-09ae36a2f8fb)) + (segment (start 125.344995 89.24913) (end 118.110919 89.24913) (width 0.25) (layer "F.Cu") (net 8) (tstamp cee66dca-b2a2-42f1-81ff-03a86589b20d)) + + (zone (net 0) (net_name "") (layer "F.Cu") (tstamp 3b3df94b-130c-435c-ab33-6d41e74ef643) (hatch edge 0.508) + (priority 1) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 10)) + (polygon + (pts + (xy 111.76 68.58) + (xy 139.7 68.58) + (xy 139.7 93.98) + (xy 111.76 93.98) + ) + ) + (filled_polygon + (layer "F.Cu") + (island) + (pts + (xy 138.6965 71.017381) + (xy 138.742619 71.0635) + (xy 138.7595 71.1265) + (xy 138.7595 92.335666) + (xy 138.742619 92.398666) + (xy 138.6965 92.444785) + (xy 138.6335 92.461666) + (xy 112.884061 92.461666) + (xy 112.821061 92.444785) + (xy 112.774942 92.398666) + (xy 112.758061 92.335666) + (xy 112.758061 90.605145) + (xy 116.295042 90.605145) + (xy 116.295401 90.608492) + (xy 116.295402 90.608495) + (xy 116.30071 90.657874) + (xy 116.300711 90.65788) + (xy 116.301553 90.665708) + (xy 116.304304 90.673085) + (xy 116.304305 90.673087) + (xy 116.349504 90.79427) + (xy 116.349506 90.794273) + (xy 116.352653 90.802711) + (xy 116.35805 90.809921) + (xy 116.358052 90.809924) + (xy 116.434882 90.912556) + (xy 116.440281 90.919768) + (xy 116.557338 91.007396) + (xy 116.694341 91.058496) + (xy 116.754904 91.065007) + (xy 119.448811 91.065007) + (xy 119.45218 91.065007) + (xy 119.512743 91.058496) + (xy 119.649746 91.007396) + (xy 119.766803 90.919768) + (xy 119.854431 90.802711) + (xy 119.905531 90.665708) + (xy 119.912042 90.605145) + (xy 119.912042 90.00863) + (xy 119.928923 89.94563) + (xy 119.975042 89.899511) + (xy 120.038042 89.88263) + (xy 125.030401 89.88263) + (xy 125.078619 89.892221) + (xy 125.119496 89.919535) + (xy 125.398789 90.198828) + (xy 125.429862 90.250035) + (xy 125.43378 90.309804) + (xy 125.43297 90.314397) + (xy 125.431546 90.319712) + (xy 125.431067 90.325183) + (xy 125.431066 90.325191) + (xy 125.413595 90.524892) + (xy 125.413116 90.530367) + (xy 125.413595 90.535842) + (xy 125.419363 90.601776) + (xy 125.431546 90.741022) + (xy 125.486276 90.945277) + (xy 125.488598 90.950257) + (xy 125.488599 90.950259) + (xy 125.541938 91.064646) + (xy 125.575643 91.136925) + (xy 125.578795 91.141426) + (xy 125.578797 91.14143) + (xy 125.693771 91.305631) + (xy 125.693775 91.305635) + (xy 125.696931 91.310143) + (xy 125.846456 91.459668) + (xy 125.850964 91.462824) + (xy 125.850967 91.462827) + (xy 126.015168 91.577801) + (xy 126.019674 91.580956) + (xy 126.211322 91.670323) + (xy 126.415577 91.725053) + (xy 126.626232 91.743483) + (xy 126.836887 91.725053) + (xy 127.041142 91.670323) + (xy 127.23279 91.580956) + (xy 127.406008 91.459668) + (xy 127.555533 91.310143) + (xy 127.676821 91.136925) + (xy 127.766188 90.945277) + (xy 127.820918 90.741022) + (xy 127.839348 90.530367) + (xy 127.820918 90.319712) + (xy 127.766188 90.115457) + (xy 127.676821 89.923809) + (xy 127.673666 89.919303) + (xy 127.558692 89.755102) + (xy 127.558689 89.755099) + (xy 127.555533 89.750591) + (xy 127.406008 89.601066) + (xy 127.4015 89.59791) + (xy 127.401496 89.597906) + (xy 127.237295 89.482932) + (xy 127.237291 89.48293) + (xy 127.23279 89.479778) + (xy 127.227811 89.477456) + (xy 127.227809 89.477455) + (xy 127.046124 89.392734) + (xy 127.046122 89.392733) + (xy 127.041142 89.390411) + (xy 127.035833 89.388988) + (xy 127.035832 89.388988) + (xy 126.856032 89.340811) + (xy 126.836887 89.335681) + (xy 126.831411 89.335201) + (xy 126.831406 89.335201) + (xy 126.631707 89.31773) + (xy 126.626232 89.317251) + (xy 126.620757 89.31773) + (xy 126.421048 89.335202) + (xy 126.421044 89.335202) + (xy 126.415577 89.335681) + (xy 126.41027 89.337102) + (xy 126.405671 89.337914) + (xy 126.345901 89.333998) + (xy 126.294693 89.302924) + (xy 125.848636 88.856866) + (xy 125.841106 88.848591) + (xy 125.836995 88.842112) + (xy 125.787342 88.795485) + (xy 125.7845 88.79273) + (xy 125.767569 88.775799) + (xy 125.767568 88.775798) + (xy 125.764765 88.772995) + (xy 125.76157 88.770516) + (xy 125.752549 88.762812) + (xy 125.726092 88.737968) + (xy 125.720316 88.732544) + (xy 125.713372 88.728726) + (xy 125.713366 88.728722) + (xy 125.702561 88.722782) + (xy 125.686042 88.711931) + (xy 125.670036 88.699516) + (xy 125.662761 88.696368) + (xy 125.662758 88.696366) + (xy 125.629461 88.681958) + (xy 125.618799 88.676735) + (xy 125.587002 88.659254) + (xy 125.587 88.659253) + (xy 125.580055 88.655435) + (xy 125.572378 88.653464) + (xy 125.572376 88.653463) + (xy 125.560433 88.650397) + (xy 125.541729 88.643993) + (xy 125.530415 88.639097) + (xy 125.530413 88.639096) + (xy 125.52314 88.635949) + (xy 125.515314 88.634709) + (xy 125.515313 88.634709) + (xy 125.47947 88.629032) + (xy 125.467854 88.626626) + (xy 125.425025 88.61563) + (xy 125.417096 88.61563) + (xy 125.404771 88.61563) + (xy 125.38506 88.614079) + (xy 125.37288 88.612149) + (xy 125.372873 88.612148) + (xy 125.365052 88.61091) + (xy 125.357168 88.611655) + (xy 125.35716 88.611655) + (xy 125.321034 88.615071) + (xy 125.309176 88.61563) + (xy 120.038042 88.61563) + (xy 119.975042 88.598749) + (xy 119.928923 88.55263) + (xy 119.912042 88.48963) + (xy 119.912042 87.911238) + (xy 119.912042 87.907869) + (xy 119.905531 87.847306) + (xy 119.854431 87.710303) + (xy 119.766803 87.593246) + (xy 119.759591 87.587847) + (xy 119.656959 87.511017) + (xy 119.656956 87.511015) + (xy 119.649746 87.505618) + (xy 119.641308 87.502471) + (xy 119.641305 87.502469) + (xy 119.520122 87.45727) + (xy 119.52012 87.457269) + (xy 119.512743 87.454518) + (xy 119.504915 87.453676) + (xy 119.504909 87.453675) + (xy 119.45553 87.448367) + (xy 119.455527 87.448366) + (xy 119.45218 87.448007) + (xy 116.754904 87.448007) + (xy 116.751557 87.448366) + (xy 116.751553 87.448367) + (xy 116.702174 87.453675) + (xy 116.702167 87.453676) + (xy 116.694341 87.454518) + (xy 116.686965 87.457268) + (xy 116.686961 87.45727) + (xy 116.565778 87.502469) + (xy 116.565772 87.502472) + (xy 116.557338 87.505618) + (xy 116.55013 87.511013) + (xy 116.550124 87.511017) + (xy 116.447492 87.587847) + (xy 116.447488 87.58785) + (xy 116.440281 87.593246) + (xy 116.434885 87.600453) + (xy 116.434882 87.600457) + (xy 116.358052 87.703089) + (xy 116.358048 87.703095) + (xy 116.352653 87.710303) + (xy 116.349507 87.718737) + (xy 116.349504 87.718743) + (xy 116.304305 87.839926) + (xy 116.304303 87.83993) + (xy 116.301553 87.847306) + (xy 116.300711 87.855132) + (xy 116.30071 87.855139) + (xy 116.295402 87.904518) + (xy 116.295042 87.907869) + (xy 116.295042 90.605145) + (xy 112.758061 90.605145) + (xy 112.758061 84.256507) + (xy 116.289971 84.256507) + (xy 116.290323 84.261204) + (xy 116.304448 84.449698) + (xy 116.310227 84.526806) + (xy 116.370543 84.791066) + (xy 116.372266 84.795457) + (xy 116.372267 84.795459) + (xy 116.399281 84.864289) + (xy 116.469571 85.043386) + (xy 116.471926 85.047466) + (xy 116.47193 85.047473) + (xy 116.602743 85.274048) + (xy 116.605099 85.278128) + (xy 116.7741 85.490049) + (xy 116.777549 85.493249) + (xy 116.969343 85.671208) + (xy 116.969348 85.671212) + (xy 116.972799 85.674414) + (xy 117.196757 85.827106) + (xy 117.44097 85.944713) + (xy 117.445474 85.946102) + (xy 117.445476 85.946103) + (xy 117.488824 85.959474) + (xy 117.699984 86.024608) + (xy 117.968014 86.065007) + (xy 118.234354 86.065007) + (xy 118.23907 86.065007) + (xy 118.5071 86.024608) + (xy 118.766114 85.944713) + (xy 119.010328 85.827106) + (xy 119.234285 85.674414) + (xy 119.432984 85.490049) + (xy 119.601985 85.278128) + (xy 119.737513 85.043386) + (xy 119.76922 84.962595) + (xy 119.796311 84.920652) + (xy 119.837567 84.892524) + (xy 119.88651 84.88263) + (xy 124.577401 84.88263) + (xy 124.625619 84.892221) + (xy 124.666496 84.919535) + (xy 125.398789 85.651828) + (xy 125.429862 85.703035) + (xy 125.43378 85.762804) + (xy 125.43297 85.767397) + (xy 125.431546 85.772712) + (xy 125.431067 85.778183) + (xy 125.431066 85.778191) + (xy 125.418081 85.92662) + (xy 125.413116 85.983367) + (xy 125.413595 85.988842) + (xy 125.42891 86.1639) + (xy 125.431546 86.194022) + (xy 125.43297 86.199336) + (xy 125.482818 86.385374) + (xy 125.486276 86.398277) + (xy 125.488598 86.403257) + (xy 125.488599 86.403259) + (xy 125.530225 86.492527) + (xy 125.575643 86.589925) + (xy 125.578795 86.594426) + (xy 125.578797 86.59443) + (xy 125.693771 86.758631) + (xy 125.693775 86.758635) + (xy 125.696931 86.763143) + (xy 125.846456 86.912668) + (xy 125.850964 86.915824) + (xy 125.850967 86.915827) + (xy 125.99519 87.016812) + (xy 126.019674 87.033956) + (xy 126.211322 87.123323) + (xy 126.415577 87.178053) + (xy 126.626232 87.196483) + (xy 126.836887 87.178053) + (xy 127.041142 87.123323) + (xy 127.23279 87.033956) + (xy 127.406008 86.912668) + (xy 127.555533 86.763143) + (xy 127.676821 86.589925) + (xy 127.766188 86.398277) + (xy 127.774013 86.369075) + (xy 128.326884 86.369075) + (xy 128.327363 86.37455) + (xy 128.337964 86.495728) + (xy 128.345314 86.57973) + (xy 128.400044 86.783985) + (xy 128.402366 86.788965) + (xy 128.402367 86.788967) + (xy 128.405855 86.796448) + (xy 128.489411 86.975633) + (xy 128.492563 86.980134) + (xy 128.492565 86.980138) + (xy 128.607539 87.144339) + (xy 128.607543 87.144343) + (xy 128.610699 87.148851) + (xy 128.760224 87.298376) + (xy 128.764732 87.301532) + (xy 128.764735 87.301535) + (xy 128.911484 87.404289) + (xy 128.933442 87.419664) + (xy 129.12509 87.509031) + (xy 129.329345 87.563761) + (xy 129.54 87.582191) + (xy 129.750655 87.563761) + (xy 129.95491 87.509031) + (xy 130.146558 87.419664) + (xy 130.319776 87.298376) + (xy 130.469301 87.148851) + (xy 130.534102 87.056304) + (xy 130.579135 87.016812) + (xy 130.637315 87.002575) + (xy 132.211173 87.002575) + (xy 132.259391 87.012166) + (xy 132.300268 87.03948) + (xy 134.974997 89.71421) + (xy 135.007381 89.769856) + (xy 135.008046 89.834232) + (xy 134.978896 89.949348) + (xy 134.978466 89.954536) + (xy 134.978465 89.954543) + (xy 134.964692 90.120766) + (xy 134.960304 90.173716) + (xy 134.978896 90.398084) + (xy 135.034164 90.616332) + (xy 135.036257 90.621105) + (xy 135.036259 90.621109) + (xy 135.111607 90.792886) + (xy 135.1246 90.822507) + (xy 135.247738 91.010984) + (xy 135.251266 91.014816) + (xy 135.396687 91.172785) + (xy 135.396691 91.172789) + (xy 135.40022 91.176622) + (xy 135.577884 91.314905) + (xy 135.775886 91.422058) + (xy 135.780815 91.42375) + (xy 135.780817 91.423751) + (xy 135.874092 91.455772) + (xy 135.988825 91.49516) + (xy 136.210891 91.532216) + (xy 136.430818 91.532216) + (xy 136.436029 91.532216) + (xy 136.658095 91.49516) + (xy 136.871034 91.422058) + (xy 137.069036 91.314905) + (xy 137.2467 91.176622) + (xy 137.399182 91.010984) + (xy 137.52232 90.822507) + (xy 137.612756 90.616332) + (xy 137.668024 90.398084) + (xy 137.686616 90.173716) + (xy 137.668024 89.949348) + (xy 137.612756 89.7311) + (xy 137.52232 89.524925) + (xy 137.399182 89.336448) + (xy 137.338416 89.270439) + (xy 137.250232 89.174646) + (xy 137.250227 89.174641) + (xy 137.2467 89.17081) + (xy 137.069036 89.032527) + (xy 137.064462 89.030052) + (xy 137.064455 89.030047) + (xy 137.03578 89.01453) + (xy 136.987508 88.968214) + (xy 136.969749 88.903716) + (xy 136.987508 88.839218) + (xy 137.03578 88.792902) + (xy 137.064455 88.777384) + (xy 137.064454 88.777384) + (xy 137.069036 88.774905) + (xy 137.2467 88.636622) + (xy 137.399182 88.470984) + (xy 137.52232 88.282507) + (xy 137.612756 88.076332) + (xy 137.668024 87.858084) + (xy 137.686616 87.633716) + (xy 137.668024 87.409348) + (xy 137.612756 87.1911) + (xy 137.52232 86.984925) + (xy 137.399182 86.796448) + (xy 137.338416 86.730439) + (xy 137.250232 86.634646) + (xy 137.250227 86.634641) + (xy 137.2467 86.63081) + (xy 137.069036 86.492527) + (xy 137.064457 86.490049) + (xy 137.064454 86.490047) + (xy 137.035778 86.474528) + (xy 136.987507 86.42821) + (xy 136.969749 86.363712) + (xy 136.98751 86.299215) + (xy 137.035781 86.252901) + (xy 137.069036 86.234905) + (xy 137.2467 86.096622) + (xy 137.399182 85.930984) + (xy 137.52232 85.742507) + (xy 137.612756 85.536332) + (xy 137.668024 85.318084) + (xy 137.686616 85.093716) + (xy 137.668024 84.869348) + (xy 137.612756 84.6511) + (xy 137.52232 84.444925) + (xy 137.399182 84.256448) + (xy 137.255985 84.100896) + (xy 137.226748 84.047292) + (xy 137.226145 83.986236) + (xy 137.254319 83.932066) + (xy 137.304651 83.897502) + (xy 137.419664 83.854605) + (xy 137.536721 83.766977) + (xy 137.624349 83.64992) + (xy 137.675449 83.512917) + (xy 137.68196 83.452354) + (xy 137.68196 81.655078) + (xy 137.675449 81.594515) + (xy 137.624349 81.457512) + (xy 137.604421 81.430892) + (xy 137.557664 81.368431) + (xy 137.536721 81.340455) + (xy 137.490012 81.305489) + (xy 137.426877 81.258226) + (xy 137.426874 81.258224) + (xy 137.419664 81.252827) + (xy 137.411226 81.24968) + (xy 137.411223 81.249678) + (xy 137.29004 81.204479) + (xy 137.290038 81.204478) + (xy 137.282661 81.201727) + (xy 137.274833 81.200885) + (xy 137.274827 81.200884) + (xy 137.225448 81.195576) + (xy 137.225445 81.195575) + (xy 137.222098 81.195216) + (xy 137.218729 81.195216) + (xy 137.194842 81.195216) + (xy 137.131842 81.178335) + (xy 137.085723 81.132216) + (xy 137.068842 81.069216) + (xy 137.068842 79.575184) + (xy 137.069369 79.564) + (xy 137.071044 79.556508) + (xy 137.068904 79.488431) + (xy 137.068842 79.484472) + (xy 137.068842 79.460525) + (xy 137.068842 79.456561) + (xy 137.068336 79.452564) + (xy 137.067403 79.440714) + (xy 137.066015 79.396527) + (xy 137.060362 79.377073) + (xy 137.056354 79.357714) + (xy 137.053816 79.33762) + (xy 137.037539 79.29651) + (xy 137.033693 79.285277) + (xy 137.02136 79.242824) + (xy 137.011049 79.22539) + (xy 137.00235 79.207632) + (xy 136.997811 79.196168) + (xy 136.994894 79.1888) + (xy 136.968903 79.153027) + (xy 136.962392 79.143115) + (xy 136.939884 79.105054) + (xy 136.92556 79.090729) + (xy 136.912718 79.075694) + (xy 136.905476 79.065726) + (xy 136.905473 79.065723) + (xy 136.900814 79.05931) + (xy 136.866747 79.031127) + (xy 136.857968 79.023138) + (xy 130.767442 72.932612) + (xy 130.736367 72.881402) + (xy 130.732453 72.821629) + (xy 130.733262 72.817044) + (xy 130.734686 72.81173) + (xy 130.753116 72.601075) + (xy 130.734686 72.39042) + (xy 130.679956 72.186165) + (xy 130.590589 71.994517) + (xy 130.469301 71.821299) + (xy 130.319776 71.671774) + (xy 130.315268 71.668618) + (xy 130.315264 71.668614) + (xy 130.151063 71.55364) + (xy 130.151059 71.553638) + (xy 130.146558 71.550486) + (xy 130.141579 71.548164) + (xy 130.141577 71.548163) + (xy 129.959892 71.463442) + (xy 129.95989 71.463441) + (xy 129.95491 71.461119) + (xy 129.949601 71.459696) + (xy 129.9496 71.459696) + (xy 129.755969 71.407813) + (xy 129.75597 71.407813) + (xy 129.750655 71.406389) + (xy 129.745179 71.405909) + (xy 129.745174 71.405909) + (xy 129.545475 71.388438) + (xy 129.54 71.387959) + (xy 129.534525 71.388438) + (xy 129.334825 71.405909) + (xy 129.334818 71.40591) + (xy 129.329345 71.406389) + (xy 129.324031 71.407812) + (xy 129.32403 71.407813) + (xy 129.130399 71.459696) + (xy 129.130394 71.459697) + (xy 129.12509 71.461119) + (xy 129.120112 71.463439) + (xy 129.120107 71.463442) + (xy 128.938422 71.548163) + (xy 128.938414 71.548167) + (xy 128.933442 71.550486) + (xy 128.928945 71.553634) + (xy 128.928936 71.55364) + (xy 128.764735 71.668614) + (xy 128.764725 71.668622) + (xy 128.760224 71.671774) + (xy 128.756334 71.675663) + (xy 128.756328 71.675669) + (xy 128.614594 71.817403) + (xy 128.614588 71.817409) + (xy 128.610699 71.821299) + (xy 128.607547 71.8258) + (xy 128.607539 71.82581) + (xy 128.492565 71.990011) + (xy 128.492559 71.99002) + (xy 128.489411 71.994517) + (xy 128.487092 71.999489) + (xy 128.487088 71.999497) + (xy 128.402367 72.181182) + (xy 128.402364 72.181187) + (xy 128.400044 72.186165) + (xy 128.345314 72.39042) + (xy 128.344835 72.395893) + (xy 128.344834 72.3959) + (xy 128.336741 72.488406) + (xy 128.326884 72.601075) + (xy 128.345314 72.81173) + (xy 128.400044 73.015985) + (xy 128.489411 73.207633) + (xy 128.492563 73.212134) + (xy 128.492565 73.212138) + (xy 128.607539 73.376339) + (xy 128.607543 73.376343) + (xy 128.610699 73.380851) + (xy 128.760224 73.530376) + (xy 128.764732 73.533532) + (xy 128.764735 73.533535) + (xy 128.928111 73.647931) + (xy 128.933442 73.651664) + (xy 129.12509 73.741031) + (xy 129.329345 73.795761) + (xy 129.54 73.814191) + (xy 129.750655 73.795761) + (xy 129.755971 73.794336) + (xy 129.760556 73.793528) + (xy 129.820328 73.797442) + (xy 129.871538 73.828517) + (xy 135.764937 79.721916) + (xy 135.792251 79.762793) + (xy 135.801842 79.811011) + (xy 135.801842 81.069216) + (xy 135.784961 81.132216) + (xy 135.738842 81.178335) + (xy 135.675842 81.195216) + (xy 135.424822 81.195216) + (xy 135.421475 81.195575) + (xy 135.421471 81.195576) + (xy 135.372092 81.200884) + (xy 135.372085 81.200885) + (xy 135.364259 81.201727) + (xy 135.356883 81.204477) + (xy 135.356879 81.204479) + (xy 135.235696 81.249678) + (xy 135.23569 81.249681) + (xy 135.227256 81.252827) + (xy 135.220048 81.258222) + (xy 135.220042 81.258226) + (xy 135.11741 81.335056) + (xy 135.117406 81.335059) + (xy 135.110199 81.340455) + (xy 135.104803 81.347662) + (xy 135.1048 81.347666) + (xy 135.02797 81.450298) + (xy 135.027966 81.450304) + (xy 135.022571 81.457512) + (xy 135.019425 81.465946) + (xy 135.019422 81.465952) + (xy 134.974223 81.587135) + (xy 134.974221 81.587139) + (xy 134.971471 81.594515) + (xy 134.970629 81.602341) + (xy 134.970628 81.602348) + (xy 134.969064 81.6169) + (xy 134.96496 81.655078) + (xy 134.96496 81.658447) + (xy 134.96496 82.528173) + (xy 134.951227 82.585376) + (xy 134.913021 82.630109) + (xy 134.858671 82.652622) + (xy 134.800024 82.648006) + (xy 134.749865 82.617268) + (xy 130.417469 78.284872) + (xy 130.384857 78.228387) + (xy 130.384858 78.163164) + (xy 130.417467 78.106683) + (xy 130.469301 78.054851) + (xy 130.590589 77.881633) + (xy 130.679956 77.689985) + (xy 130.734686 77.48573) + (xy 130.753116 77.275075) + (xy 130.734686 77.06442) + (xy 130.679956 76.860165) + (xy 130.590589 76.668517) + (xy 130.469301 76.495299) + (xy 130.319776 76.345774) + (xy 130.315268 76.342618) + (xy 130.315264 76.342614) + (xy 130.151063 76.22764) + (xy 130.151059 76.227638) + (xy 130.146558 76.224486) + (xy 130.141579 76.222164) + (xy 130.141577 76.222163) + (xy 129.959892 76.137442) + (xy 129.95989 76.137441) + (xy 129.95491 76.135119) + (xy 129.949601 76.133696) + (xy 129.9496 76.133696) + (xy 129.755969 76.081813) + (xy 129.75597 76.081813) + (xy 129.750655 76.080389) + (xy 129.745179 76.079909) + (xy 129.745174 76.079909) + (xy 129.545475 76.062438) + (xy 129.54 76.061959) + (xy 129.534525 76.062438) + (xy 129.334825 76.079909) + (xy 129.334818 76.07991) + (xy 129.329345 76.080389) + (xy 129.324031 76.081812) + (xy 129.32403 76.081813) + (xy 129.130399 76.133696) + (xy 129.130394 76.133697) + (xy 129.12509 76.135119) + (xy 129.120112 76.137439) + (xy 129.120107 76.137442) + (xy 128.938422 76.222163) + (xy 128.938414 76.222167) + (xy 128.933442 76.224486) + (xy 128.928945 76.227634) + (xy 128.928936 76.22764) + (xy 128.764735 76.342614) + (xy 128.764725 76.342622) + (xy 128.760224 76.345774) + (xy 128.756334 76.349663) + (xy 128.756328 76.349669) + (xy 128.614594 76.491403) + (xy 128.614588 76.491409) + (xy 128.610699 76.495299) + (xy 128.607547 76.4998) + (xy 128.607539 76.49981) + (xy 128.492565 76.664011) + (xy 128.492559 76.66402) + (xy 128.489411 76.668517) + (xy 128.487092 76.673489) + (xy 128.487088 76.673497) + (xy 128.402367 76.855182) + (xy 128.402364 76.855187) + (xy 128.400044 76.860165) + (xy 128.398622 76.865469) + (xy 128.398621 76.865474) + (xy 128.369804 76.973022) + (xy 128.345314 77.06442) + (xy 128.344835 77.069893) + (xy 128.344834 77.0699) + (xy 128.335905 77.171967) + (xy 128.326884 77.275075) + (xy 128.327363 77.28055) + (xy 128.342013 77.448007) + (xy 128.345314 77.48573) + (xy 128.400044 77.689985) + (xy 128.402366 77.694965) + (xy 128.402367 77.694967) + (xy 128.470836 77.8418) + (xy 128.489411 77.881633) + (xy 128.492563 77.886134) + (xy 128.492565 77.886138) + (xy 128.607539 78.050339) + (xy 128.607543 78.050343) + (xy 128.610699 78.054851) + (xy 128.760224 78.204376) + (xy 128.854609 78.270464) + (xy 128.893171 78.313745) + (xy 128.908274 78.369714) + (xy 128.909077 78.395277) + (xy 128.909078 78.395284) + (xy 128.909327 78.403197) + (xy 128.911537 78.410806) + (xy 128.911538 78.410808) + (xy 128.914978 78.42265) + (xy 128.918986 78.442001) + (xy 128.921526 78.462105) + (xy 128.924444 78.469477) + (xy 128.924445 78.469478) + (xy 128.9378 78.503209) + (xy 128.941645 78.514438) + (xy 128.951771 78.549294) + (xy 128.951773 78.5493) + (xy 128.953982 78.556901) + (xy 128.958014 78.563719) + (xy 128.958015 78.563721) + (xy 128.964293 78.574337) + (xy 128.97299 78.59209) + (xy 128.980448 78.610925) + (xy 128.985107 78.617338) + (xy 128.985108 78.617339) + (xy 129.006432 78.646689) + (xy 129.012948 78.656609) + (xy 129.02794 78.681958) + (xy 129.035458 78.69467) + (xy 129.041063 78.700275) + (xy 129.049778 78.70899) + (xy 129.062618 78.724023) + (xy 129.074528 78.740415) + (xy 129.080635 78.745467) + (xy 129.080636 78.745468) + (xy 129.108598 78.7686) + (xy 129.117378 78.77659) + (xy 134.974996 84.634208) + (xy 135.00738 84.689854) + (xy 135.008046 84.754233) + (xy 134.980175 84.864294) + (xy 134.980173 84.864303) + (xy 134.978896 84.869348) + (xy 134.978466 84.87453) + (xy 134.978465 84.87454) + (xy 134.961785 85.075835) + (xy 134.936441 85.141789) + (xy 134.879581 85.183731) + (xy 134.809085 85.188473) + (xy 134.74712 85.154524) + (xy 131.022413 81.429816) + (xy 131.014879 81.421538) + (xy 131.010767 81.415057) + (xy 130.961115 81.368431) + (xy 130.958273 81.365676) + (xy 130.941341 81.348744) + (xy 130.94134 81.348743) + (xy 130.938537 81.34594) + (xy 130.935342 81.343461) + (xy 130.926321 81.335757) + (xy 130.925574 81.335056) + (xy 130.894088 81.305489) + (xy 130.887144 81.301671) + (xy 130.887138 81.301667) + (xy 130.876333 81.295727) + (xy 130.859814 81.284876) + (xy 130.843808 81.272461) + (xy 130.836533 81.269313) + (xy 130.83653 81.269311) + (xy 130.803233 81.254903) + (xy 130.792571 81.24968) + (xy 130.760774 81.232199) + (xy 130.760772 81.232198) + (xy 130.753827 81.22838) + (xy 130.74615 81.226409) + (xy 130.746148 81.226408) + (xy 130.734205 81.223342) + (xy 130.715501 81.216938) + (xy 130.704187 81.212042) + (xy 130.704185 81.212041) + (xy 130.696912 81.208894) + (xy 130.689086 81.207654) + (xy 130.689085 81.207654) + (xy 130.653242 81.201977) + (xy 130.641618 81.199569) + (xy 130.610932 81.19169) + (xy 130.570538 81.173239) + (xy 130.539055 81.141919) + (xy 130.47246 81.04681) + (xy 130.472457 81.046807) + (xy 130.469301 81.042299) + (xy 130.319776 80.892774) + (xy 130.315268 80.889618) + (xy 130.315264 80.889614) + (xy 130.151063 80.77464) + (xy 130.151059 80.774638) + (xy 130.146558 80.771486) + (xy 130.141579 80.769164) + (xy 130.141577 80.769163) + (xy 129.959892 80.684442) + (xy 129.95989 80.684441) + (xy 129.95491 80.682119) + (xy 129.949601 80.680696) + (xy 129.9496 80.680696) + (xy 129.755969 80.628813) + (xy 129.75597 80.628813) + (xy 129.750655 80.627389) + (xy 129.745179 80.626909) + (xy 129.745174 80.626909) + (xy 129.545475 80.609438) + (xy 129.54 80.608959) + (xy 129.534525 80.609438) + (xy 129.334825 80.626909) + (xy 129.334818 80.62691) + (xy 129.329345 80.627389) + (xy 129.324031 80.628812) + (xy 129.32403 80.628813) + (xy 129.130399 80.680696) + (xy 129.130394 80.680697) + (xy 129.12509 80.682119) + (xy 129.120112 80.684439) + (xy 129.120107 80.684442) + (xy 128.938422 80.769163) + (xy 128.938414 80.769167) + (xy 128.933442 80.771486) + (xy 128.928945 80.774634) + (xy 128.928936 80.77464) + (xy 128.764735 80.889614) + (xy 128.764725 80.889622) + (xy 128.760224 80.892774) + (xy 128.756334 80.896663) + (xy 128.756328 80.896669) + (xy 128.614594 81.038403) + (xy 128.614588 81.038409) + (xy 128.610699 81.042299) + (xy 128.607547 81.0468) + (xy 128.607539 81.04681) + (xy 128.492565 81.211011) + (xy 128.492559 81.21102) + (xy 128.489411 81.215517) + (xy 128.487092 81.220489) + (xy 128.487088 81.220497) + (xy 128.402367 81.402182) + (xy 128.402364 81.402187) + (xy 128.400044 81.407165) + (xy 128.398622 81.412469) + (xy 128.398621 81.412474) + (xy 128.384292 81.465952) + (xy 128.345314 81.61142) + (xy 128.344835 81.616893) + (xy 128.344834 81.6169) + (xy 128.327363 81.8166) + (xy 128.326884 81.822075) + (xy 128.345314 82.03273) + (xy 128.400044 82.236985) + (xy 128.489411 82.428633) + (xy 128.492563 82.433134) + (xy 128.492565 82.433138) + (xy 128.607539 82.597339) + (xy 128.607543 82.597343) + (xy 128.610699 82.601851) + (xy 128.760224 82.751376) + (xy 128.764732 82.754532) + (xy 128.764735 82.754535) + (xy 128.928936 82.869509) + (xy 128.933442 82.872664) + (xy 129.12509 82.962031) + (xy 129.329345 83.016761) + (xy 129.54 83.035191) + (xy 129.750655 83.016761) + (xy 129.95491 82.962031) + (xy 130.146558 82.872664) + (xy 130.319776 82.751376) + (xy 130.346874 82.724277) + (xy 130.403359 82.691665) + (xy 130.468581 82.691665) + (xy 130.525065 82.724277) + (xy 134.974996 87.174208) + (xy 135.00738 87.229854) + (xy 135.008046 87.294233) + (xy 134.980175 87.404294) + (xy 134.980173 87.404303) + (xy 134.978896 87.409348) + (xy 134.978466 87.41453) + (xy 134.978465 87.41454) + (xy 134.961785 87.615835) + (xy 134.936441 87.681789) + (xy 134.879581 87.723731) + (xy 134.809085 87.728473) + (xy 134.74712 87.694524) + (xy 133.968423 86.915827) + (xy 133.029413 85.976816) + (xy 133.021879 85.968538) + (xy 133.017767 85.962057) + (xy 132.968115 85.915431) + (xy 132.965273 85.912676) + (xy 132.948341 85.895744) + (xy 132.945537 85.89294) + (xy 132.942342 85.890461) + (xy 132.933321 85.882757) + (xy 132.906864 85.857913) + (xy 132.901088 85.852489) + (xy 132.894144 85.848671) + (xy 132.894138 85.848667) + (xy 132.883333 85.842727) + (xy 132.866814 85.831876) + (xy 132.850808 85.819461) + (xy 132.843533 85.816313) + (xy 132.84353 85.816311) + (xy 132.810233 85.801903) + (xy 132.799571 85.79668) + (xy 132.767774 85.779199) + (xy 132.767772 85.779198) + (xy 132.760827 85.77538) + (xy 132.75315 85.773409) + (xy 132.753148 85.773408) + (xy 132.741205 85.770342) + (xy 132.722501 85.763938) + (xy 132.711187 85.759042) + (xy 132.711185 85.759041) + (xy 132.703912 85.755894) + (xy 132.696086 85.754654) + (xy 132.696085 85.754654) + (xy 132.660242 85.748977) + (xy 132.648626 85.746571) + (xy 132.605797 85.735575) + (xy 132.597868 85.735575) + (xy 132.585543 85.735575) + (xy 132.565832 85.734024) + (xy 132.553652 85.732094) + (xy 132.553645 85.732093) + (xy 132.545824 85.730855) + (xy 132.53794 85.7316) + (xy 132.537932 85.7316) + (xy 132.501806 85.735016) + (xy 132.489948 85.735575) + (xy 130.637315 85.735575) + (xy 130.579135 85.721338) + (xy 130.534102 85.681845) + (xy 130.47246 85.59381) + (xy 130.472457 85.593807) + (xy 130.469301 85.589299) + (xy 130.319776 85.439774) + (xy 130.315268 85.436618) + (xy 130.315264 85.436614) + (xy 130.151063 85.32164) + (xy 130.151059 85.321638) + (xy 130.146558 85.318486) + (xy 130.141579 85.316164) + (xy 130.141577 85.316163) + (xy 129.959892 85.231442) + (xy 129.95989 85.231441) + (xy 129.95491 85.229119) + (xy 129.949601 85.227696) + (xy 129.9496 85.227696) + (xy 129.755969 85.175813) + (xy 129.75597 85.175813) + (xy 129.750655 85.174389) + (xy 129.745179 85.173909) + (xy 129.745174 85.173909) + (xy 129.545475 85.156438) + (xy 129.54 85.155959) + (xy 129.534525 85.156438) + (xy 129.334825 85.173909) + (xy 129.334818 85.17391) + (xy 129.329345 85.174389) + (xy 129.324031 85.175812) + (xy 129.32403 85.175813) + (xy 129.130399 85.227696) + (xy 129.130394 85.227697) + (xy 129.12509 85.229119) + (xy 129.120112 85.231439) + (xy 129.120107 85.231442) + (xy 128.938422 85.316163) + (xy 128.938414 85.316167) + (xy 128.933442 85.318486) + (xy 128.928945 85.321634) + (xy 128.928936 85.32164) + (xy 128.764735 85.436614) + (xy 128.764725 85.436622) + (xy 128.760224 85.439774) + (xy 128.756334 85.443663) + (xy 128.756328 85.443669) + (xy 128.614594 85.585403) + (xy 128.614588 85.585409) + (xy 128.610699 85.589299) + (xy 128.607547 85.5938) + (xy 128.607539 85.59381) + (xy 128.492565 85.758011) + (xy 128.492559 85.75802) + (xy 128.489411 85.762517) + (xy 128.487092 85.767489) + (xy 128.487088 85.767497) + (xy 128.402367 85.949182) + (xy 128.402364 85.949187) + (xy 128.400044 85.954165) + (xy 128.398622 85.959469) + (xy 128.398621 85.959474) + (xy 128.361014 86.099827) + (xy 128.345314 86.15842) + (xy 128.344835 86.163893) + (xy 128.344834 86.1639) + (xy 128.338622 86.234905) + (xy 128.326884 86.369075) + (xy 127.774013 86.369075) + (xy 127.820918 86.194022) + (xy 127.839348 85.983367) + (xy 127.820918 85.772712) + (xy 127.766188 85.568457) + (xy 127.676821 85.376809) + (xy 127.639243 85.323142) + (xy 127.558692 85.208102) + (xy 127.558689 85.208099) + (xy 127.555533 85.203591) + (xy 127.406008 85.054066) + (xy 127.4015 85.05091) + (xy 127.401496 85.050906) + (xy 127.237295 84.935932) + (xy 127.237291 84.93593) + (xy 127.23279 84.932778) + (xy 127.227811 84.930456) + (xy 127.227809 84.930455) + (xy 127.046124 84.845734) + (xy 127.046122 84.845733) + (xy 127.041142 84.843411) + (xy 127.035833 84.841988) + (xy 127.035832 84.841988) + (xy 126.842201 84.790105) + (xy 126.842202 84.790105) + (xy 126.836887 84.788681) + (xy 126.831411 84.788201) + (xy 126.831406 84.788201) + (xy 126.631707 84.77073) + (xy 126.626232 84.770251) + (xy 126.620757 84.77073) + (xy 126.421053 84.788201) + (xy 126.421042 84.788202) + (xy 126.415577 84.788681) + (xy 126.410274 84.790101) + (xy 126.405663 84.790915) + (xy 126.345897 84.786996) + (xy 126.294693 84.755923) + (xy 125.395641 83.856871) + (xy 125.388107 83.848593) + (xy 125.383995 83.842112) + (xy 125.334343 83.795486) + (xy 125.331501 83.792731) + (xy 125.314569 83.775799) + (xy 125.311765 83.772995) + (xy 125.30857 83.770516) + (xy 125.299549 83.762812) + (xy 125.273092 83.737968) + (xy 125.267316 83.732544) + (xy 125.260372 83.728726) + (xy 125.260366 83.728722) + (xy 125.249561 83.722782) + (xy 125.233042 83.711931) + (xy 125.217036 83.699516) + (xy 125.209761 83.696368) + (xy 125.209758 83.696366) + (xy 125.176461 83.681958) + (xy 125.165799 83.676735) + (xy 125.134002 83.659254) + (xy 125.134 83.659253) + (xy 125.127055 83.655435) + (xy 125.119378 83.653464) + (xy 125.119376 83.653463) + (xy 125.107433 83.650397) + (xy 125.088729 83.643993) + (xy 125.077415 83.639097) + (xy 125.077413 83.639096) + (xy 125.07014 83.635949) + (xy 125.062314 83.634709) + (xy 125.062313 83.634709) + (xy 125.02647 83.629032) + (xy 125.014854 83.626626) + (xy 124.972025 83.61563) + (xy 124.964096 83.61563) + (xy 124.951771 83.61563) + (xy 124.93206 83.614079) + (xy 124.91988 83.612149) + (xy 124.919873 83.612148) + (xy 124.912052 83.61091) + (xy 124.904168 83.611655) + (xy 124.90416 83.611655) + (xy 124.868034 83.615071) + (xy 124.856176 83.61563) + (xy 119.88072 83.61563) + (xy 119.831777 83.605736) + (xy 119.790521 83.577608) + (xy 119.76343 83.535663) + (xy 119.739237 83.47402) + (xy 119.739235 83.474016) + (xy 119.737513 83.469628) + (xy 119.601985 83.234886) + (xy 119.432984 83.022965) + (xy 119.234285 82.8386) + (xy 119.010328 82.685908) + (xy 119.006081 82.683862) + (xy 119.006078 82.683861) + (xy 118.770363 82.570347) + (xy 118.77036 82.570346) + (xy 118.766114 82.568301) + (xy 118.761616 82.566913) + (xy 118.761607 82.56691) + (xy 118.511601 82.489794) + (xy 118.511596 82.489792) + (xy 118.5071 82.488406) + (xy 118.502446 82.487704) + (xy 118.502444 82.487704) + (xy 118.243731 82.448709) + (xy 118.243723 82.448708) + (xy 118.23907 82.448007) + (xy 117.968014 82.448007) + (xy 117.963361 82.448708) + (xy 117.963352 82.448709) + (xy 117.704639 82.487704) + (xy 117.704634 82.487705) + (xy 117.699984 82.488406) + (xy 117.69549 82.489792) + (xy 117.695482 82.489794) + (xy 117.445476 82.56691) + (xy 117.445463 82.566915) + (xy 117.44097 82.568301) + (xy 117.436727 82.570343) + (xy 117.43672 82.570347) + (xy 117.201005 82.683862) + (xy 117.201002 82.683863) + (xy 117.196757 82.685908) + (xy 117.192868 82.688558) + (xy 117.19286 82.688564) + (xy 116.976697 82.835942) + (xy 116.976693 82.835944) + (xy 116.972799 82.8386) + (xy 116.969355 82.841794) + (xy 116.969343 82.841805) + (xy 116.777549 83.019764) + (xy 116.777543 83.019769) + (xy 116.7741 83.022965) + (xy 116.771172 83.026635) + (xy 116.771165 83.026644) + (xy 116.608034 83.231205) + (xy 116.605099 83.234886) + (xy 116.602749 83.238955) + (xy 116.602743 83.238965) + (xy 116.47193 83.46554) + (xy 116.471923 83.465552) + (xy 116.469571 83.469628) + (xy 116.467848 83.474016) + (xy 116.467847 83.47402) + (xy 116.372267 83.717554) + (xy 116.372265 83.71756) + (xy 116.370543 83.721948) + (xy 116.369494 83.726543) + (xy 116.369493 83.726547) + (xy 116.317915 83.952527) + (xy 116.310227 83.986208) + (xy 116.289971 84.256507) + (xy 112.758061 84.256507) + (xy 112.758061 79.256507) + (xy 116.289971 79.256507) + (xy 116.290323 79.261204) + (xy 116.307054 79.484472) + (xy 116.310227 79.526806) + (xy 116.370543 79.791066) + (xy 116.469571 80.043386) + (xy 116.471926 80.047466) + (xy 116.47193 80.047473) + (xy 116.585346 80.243915) + (xy 116.605099 80.278128) + (xy 116.7741 80.490049) + (xy 116.79244 80.507066) + (xy 116.969343 80.671208) + (xy 116.969348 80.671212) + (xy 116.972799 80.674414) + (xy 117.196757 80.827106) + (xy 117.44097 80.944713) + (xy 117.699984 81.024608) + (xy 117.968014 81.065007) + (xy 118.234354 81.065007) + (xy 118.23907 81.065007) + (xy 118.5071 81.024608) + (xy 118.766114 80.944713) + (xy 119.010328 80.827106) + (xy 119.234285 80.674414) + (xy 119.432984 80.490049) + (xy 119.601985 80.278128) + (xy 119.737513 80.043386) + (xy 119.76922 79.962595) + (xy 119.796311 79.920652) + (xy 119.837567 79.892524) + (xy 119.88651 79.88263) + (xy 124.124401 79.88263) + (xy 124.172619 79.892221) + (xy 124.213496 79.919535) + (xy 125.398789 81.104828) + (xy 125.429862 81.156035) + (xy 125.43378 81.215804) + (xy 125.43297 81.220397) + (xy 125.431546 81.225712) + (xy 125.431067 81.231183) + (xy 125.431066 81.231191) + (xy 125.416107 81.402182) + (xy 125.413116 81.436367) + (xy 125.413595 81.441842) + (xy 125.42891 81.6169) + (xy 125.431546 81.647022) + (xy 125.486276 81.851277) + (xy 125.575643 82.042925) + (xy 125.578795 82.047426) + (xy 125.578797 82.04743) + (xy 125.693771 82.211631) + (xy 125.693775 82.211635) + (xy 125.696931 82.216143) + (xy 125.846456 82.365668) + (xy 125.850964 82.368824) + (xy 125.850967 82.368827) + (xy 125.964049 82.448007) + (xy 126.019674 82.486956) + (xy 126.211322 82.576323) + (xy 126.415577 82.631053) + (xy 126.626232 82.649483) + (xy 126.836887 82.631053) + (xy 127.041142 82.576323) + (xy 127.23279 82.486956) + (xy 127.406008 82.365668) + (xy 127.555533 82.216143) + (xy 127.676821 82.042925) + (xy 127.766188 81.851277) + (xy 127.820918 81.647022) + (xy 127.839348 81.436367) + (xy 127.820918 81.225712) + (xy 127.766188 81.021457) + (xy 127.676821 80.829809) + (xy 127.673068 80.824449) + (xy 127.558692 80.661102) + (xy 127.558689 80.661099) + (xy 127.555533 80.656591) + (xy 127.406008 80.507066) + (xy 127.4015 80.50391) + (xy 127.401496 80.503906) + (xy 127.237295 80.388932) + (xy 127.237291 80.38893) + (xy 127.23279 80.385778) + (xy 127.227811 80.383456) + (xy 127.227809 80.383455) + (xy 127.046124 80.298734) + (xy 127.046122 80.298733) + (xy 127.041142 80.296411) + (xy 127.035833 80.294988) + (xy 127.035832 80.294988) + (xy 126.842201 80.243105) + (xy 126.842202 80.243105) + (xy 126.836887 80.241681) + (xy 126.831411 80.241201) + (xy 126.831406 80.241201) + (xy 126.631707 80.22373) + (xy 126.626232 80.223251) + (xy 126.620757 80.22373) + (xy 126.421053 80.241201) + (xy 126.421042 80.241202) + (xy 126.415577 80.241681) + (xy 126.410274 80.243101) + (xy 126.405663 80.243915) + (xy 126.345897 80.239996) + (xy 126.294693 80.208923) + (xy 124.942641 78.856871) + (xy 124.935107 78.848593) + (xy 124.930995 78.842112) + (xy 124.881343 78.795486) + (xy 124.878501 78.792731) + (xy 124.861569 78.775799) + (xy 124.861568 78.775798) + (xy 124.858765 78.772995) + (xy 124.85557 78.770516) + (xy 124.846549 78.762812) + (xy 124.820092 78.737968) + (xy 124.814316 78.732544) + (xy 124.807372 78.728726) + (xy 124.807366 78.728722) + (xy 124.796561 78.722782) + (xy 124.780042 78.711931) + (xy 124.764036 78.699516) + (xy 124.756761 78.696368) + (xy 124.756758 78.696366) + (xy 124.723461 78.681958) + (xy 124.712799 78.676735) + (xy 124.681002 78.659254) + (xy 124.681 78.659253) + (xy 124.674055 78.655435) + (xy 124.666378 78.653464) + (xy 124.666376 78.653463) + (xy 124.654433 78.650397) + (xy 124.635729 78.643993) + (xy 124.624415 78.639097) + (xy 124.624413 78.639096) + (xy 124.61714 78.635949) + (xy 124.609314 78.634709) + (xy 124.609313 78.634709) + (xy 124.57347 78.629032) + (xy 124.561854 78.626626) + (xy 124.519025 78.61563) + (xy 124.511096 78.61563) + (xy 124.498771 78.61563) + (xy 124.47906 78.614079) + (xy 124.46688 78.612149) + (xy 124.466873 78.612148) + (xy 124.459052 78.61091) + (xy 124.451168 78.611655) + (xy 124.45116 78.611655) + (xy 124.415034 78.615071) + (xy 124.403176 78.61563) + (xy 119.88072 78.61563) + (xy 119.831777 78.605736) + (xy 119.790521 78.577608) + (xy 119.76343 78.535663) + (xy 119.739237 78.47402) + (xy 119.739235 78.474016) + (xy 119.737513 78.469628) + (xy 119.601985 78.234886) + (xy 119.432984 78.022965) + (xy 119.234285 77.8386) + (xy 119.010328 77.685908) + (xy 119.006081 77.683862) + (xy 119.006078 77.683861) + (xy 118.770363 77.570347) + (xy 118.77036 77.570346) + (xy 118.766114 77.568301) + (xy 118.761616 77.566913) + (xy 118.761607 77.56691) + (xy 118.511601 77.489794) + (xy 118.511596 77.489792) + (xy 118.5071 77.488406) + (xy 118.502446 77.487704) + (xy 118.502444 77.487704) + (xy 118.243731 77.448709) + (xy 118.243723 77.448708) + (xy 118.23907 77.448007) + (xy 117.968014 77.448007) + (xy 117.963361 77.448708) + (xy 117.963352 77.448709) + (xy 117.704639 77.487704) + (xy 117.704634 77.487705) + (xy 117.699984 77.488406) + (xy 117.69549 77.489792) + (xy 117.695482 77.489794) + (xy 117.445476 77.56691) + (xy 117.445463 77.566915) + (xy 117.44097 77.568301) + (xy 117.436727 77.570343) + (xy 117.43672 77.570347) + (xy 117.201005 77.683862) + (xy 117.201002 77.683863) + (xy 117.196757 77.685908) + (xy 117.192868 77.688558) + (xy 117.19286 77.688564) + (xy 116.976697 77.835942) + (xy 116.976693 77.835944) + (xy 116.972799 77.8386) + (xy 116.969355 77.841794) + (xy 116.969343 77.841805) + (xy 116.777549 78.019764) + (xy 116.777543 78.019769) + (xy 116.7741 78.022965) + (xy 116.771172 78.026635) + (xy 116.771165 78.026644) + (xy 116.608034 78.231205) + (xy 116.605099 78.234886) + (xy 116.602749 78.238955) + (xy 116.602743 78.238965) + (xy 116.47193 78.46554) + (xy 116.471923 78.465552) + (xy 116.469571 78.469628) + (xy 116.467848 78.474016) + (xy 116.467847 78.47402) + (xy 116.372267 78.717554) + (xy 116.372265 78.71756) + (xy 116.370543 78.721948) + (xy 116.369494 78.726543) + (xy 116.369493 78.726547) + (xy 116.339748 78.856871) + (xy 116.310227 78.986208) + (xy 116.309874 78.990907) + (xy 116.309874 78.990913) + (xy 116.298085 79.148228) + (xy 116.289971 79.256507) + (xy 112.758061 79.256507) + (xy 112.758061 74.256507) + (xy 116.289971 74.256507) + (xy 116.310227 74.526806) + (xy 116.370543 74.791066) + (xy 116.469571 75.043386) + (xy 116.471926 75.047466) + (xy 116.47193 75.047473) + (xy 116.602743 75.274048) + (xy 116.605099 75.278128) + (xy 116.7741 75.490049) + (xy 116.777549 75.493249) + (xy 116.969343 75.671208) + (xy 116.969348 75.671212) + (xy 116.972799 75.674414) + (xy 117.196757 75.827106) + (xy 117.44097 75.944713) + (xy 117.699984 76.024608) + (xy 117.968014 76.065007) + (xy 118.234354 76.065007) + (xy 118.23907 76.065007) + (xy 118.5071 76.024608) + (xy 118.766114 75.944713) + (xy 119.010328 75.827106) + (xy 119.234285 75.674414) + (xy 119.432984 75.490049) + (xy 119.601985 75.278128) + (xy 119.737513 75.043386) + (xy 119.76922 74.962595) + (xy 119.796311 74.920652) + (xy 119.837567 74.892524) + (xy 119.88651 74.88263) + (xy 123.798401 74.88263) + (xy 123.846619 74.892221) + (xy 123.887496 74.919535) + (xy 125.398789 76.430828) + (xy 125.429862 76.482035) + (xy 125.43378 76.541804) + (xy 125.43297 76.546397) + (xy 125.431546 76.551712) + (xy 125.431067 76.557183) + (xy 125.431066 76.557191) + (xy 125.421721 76.664011) + (xy 125.413116 76.762367) + (xy 125.413595 76.767842) + (xy 125.422136 76.865474) + (xy 125.431546 76.973022) + (xy 125.486276 77.177277) + (xy 125.575643 77.368925) + (xy 125.578795 77.373426) + (xy 125.578797 77.37343) + (xy 125.693771 77.537631) + (xy 125.693775 77.537635) + (xy 125.696931 77.542143) + (xy 125.846456 77.691668) + (xy 125.850964 77.694824) + (xy 125.850967 77.694827) + (xy 125.851167 77.694967) + (xy 126.019674 77.812956) + (xy 126.211322 77.902323) + (xy 126.415577 77.957053) + (xy 126.626232 77.975483) + (xy 126.836887 77.957053) + (xy 127.041142 77.902323) + (xy 127.23279 77.812956) + (xy 127.406008 77.691668) + (xy 127.555533 77.542143) + (xy 127.676821 77.368925) + (xy 127.766188 77.177277) + (xy 127.820918 76.973022) + (xy 127.839348 76.762367) + (xy 127.820918 76.551712) + (xy 127.766188 76.347457) + (xy 127.676821 76.155809) + (xy 127.662334 76.135119) + (xy 127.558692 75.987102) + (xy 127.558689 75.987099) + (xy 127.555533 75.982591) + (xy 127.406008 75.833066) + (xy 127.4015 75.82991) + (xy 127.401496 75.829906) + (xy 127.237295 75.714932) + (xy 127.237291 75.71493) + (xy 127.23279 75.711778) + (xy 127.227811 75.709456) + (xy 127.227809 75.709455) + (xy 127.046124 75.624734) + (xy 127.046122 75.624733) + (xy 127.041142 75.622411) + (xy 127.035833 75.620988) + (xy 127.035832 75.620988) + (xy 126.842201 75.569105) + (xy 126.842202 75.569105) + (xy 126.836887 75.567681) + (xy 126.831411 75.567201) + (xy 126.831406 75.567201) + (xy 126.631707 75.54973) + (xy 126.626232 75.549251) + (xy 126.620757 75.54973) + (xy 126.421056 75.567201) + (xy 126.421048 75.567202) + (xy 126.415577 75.567681) + (xy 126.410264 75.569104) + (xy 126.405669 75.569915) + (xy 126.3459 75.565997) + (xy 126.294693 75.534924) + (xy 124.616641 73.856871) + (xy 124.609107 73.848593) + (xy 124.604995 73.842112) + (xy 124.555343 73.795486) + (xy 124.552501 73.792731) + (xy 124.535569 73.775799) + (xy 124.532765 73.772995) + (xy 124.52957 73.770516) + (xy 124.520549 73.762812) + (xy 124.494092 73.737968) + (xy 124.488316 73.732544) + (xy 124.481372 73.728726) + (xy 124.481366 73.728722) + (xy 124.470561 73.722782) + (xy 124.454042 73.711931) + (xy 124.438036 73.699516) + (xy 124.430761 73.696368) + (xy 124.430758 73.696366) + (xy 124.397461 73.681958) + (xy 124.386799 73.676735) + (xy 124.355002 73.659254) + (xy 124.355 73.659253) + (xy 124.348055 73.655435) + (xy 124.340378 73.653464) + (xy 124.340376 73.653463) + (xy 124.328433 73.650397) + (xy 124.309729 73.643993) + (xy 124.298415 73.639097) + (xy 124.298413 73.639096) + (xy 124.29114 73.635949) + (xy 124.283314 73.634709) + (xy 124.283313 73.634709) + (xy 124.24747 73.629032) + (xy 124.235854 73.626626) + (xy 124.193025 73.61563) + (xy 124.185096 73.61563) + (xy 124.172771 73.61563) + (xy 124.15306 73.614079) + (xy 124.14088 73.612149) + (xy 124.140873 73.612148) + (xy 124.133052 73.61091) + (xy 124.125168 73.611655) + (xy 124.12516 73.611655) + (xy 124.089034 73.615071) + (xy 124.077176 73.61563) + (xy 119.88072 73.61563) + (xy 119.831777 73.605736) + (xy 119.790521 73.577608) + (xy 119.76343 73.535663) + (xy 119.739237 73.47402) + (xy 119.739235 73.474016) + (xy 119.737513 73.469628) + (xy 119.688506 73.384746) + (xy 119.60434 73.238965) + (xy 119.601985 73.234886) + (xy 119.432984 73.022965) + (xy 119.234285 72.8386) + (xy 119.010328 72.685908) + (xy 119.006081 72.683862) + (xy 119.006078 72.683861) + (xy 118.770363 72.570347) + (xy 118.77036 72.570346) + (xy 118.766114 72.568301) + (xy 118.761616 72.566913) + (xy 118.761607 72.56691) + (xy 118.511601 72.489794) + (xy 118.511596 72.489792) + (xy 118.5071 72.488406) + (xy 118.502446 72.487704) + (xy 118.502444 72.487704) + (xy 118.243731 72.448709) + (xy 118.243723 72.448708) + (xy 118.23907 72.448007) + (xy 117.968014 72.448007) + (xy 117.963361 72.448708) + (xy 117.963352 72.448709) + (xy 117.704639 72.487704) + (xy 117.704634 72.487705) + (xy 117.699984 72.488406) + (xy 117.69549 72.489792) + (xy 117.695482 72.489794) + (xy 117.445476 72.56691) + (xy 117.445463 72.566915) + (xy 117.44097 72.568301) + (xy 117.436727 72.570343) + (xy 117.43672 72.570347) + (xy 117.201005 72.683862) + (xy 117.201002 72.683863) + (xy 117.196757 72.685908) + (xy 117.192868 72.688558) + (xy 117.19286 72.688564) + (xy 116.976697 72.835942) + (xy 116.976693 72.835944) + (xy 116.972799 72.8386) + (xy 116.969355 72.841794) + (xy 116.969343 72.841805) + (xy 116.777549 73.019764) + (xy 116.777543 73.019769) + (xy 116.7741 73.022965) + (xy 116.771172 73.026635) + (xy 116.771165 73.026644) + (xy 116.608034 73.231205) + (xy 116.605099 73.234886) + (xy 116.602749 73.238955) + (xy 116.602743 73.238965) + (xy 116.47193 73.46554) + (xy 116.471923 73.465552) + (xy 116.469571 73.469628) + (xy 116.467848 73.474016) + (xy 116.467847 73.47402) + (xy 116.372267 73.717554) + (xy 116.372265 73.71756) + (xy 116.370543 73.721948) + (xy 116.369494 73.726543) + (xy 116.369493 73.726547) + (xy 116.339748 73.856871) + (xy 116.310227 73.986208) + (xy 116.289971 74.256507) + (xy 112.758061 74.256507) + (xy 112.758061 71.1265) + (xy 112.774942 71.0635) + (xy 112.821061 71.017381) + (xy 112.884061 71.0005) + (xy 138.6335 71.0005) + ) + ) + ) + (zone (net 0) (net_name "") (layer "B.Cu") (tstamp 5f50193a-00ae-4a5e-b2a3-da8bcf764903) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 10)) + (polygon + (pts + (xy 111.76 68.58) + (xy 139.7 68.58) + (xy 139.7 93.98) + (xy 111.76 93.98) + ) + ) + (filled_polygon + (layer "B.Cu") + (island) + (pts + (xy 133.945956 75.001385) + (xy 133.946238 74.999585) + (xy 133.979343 75.00476) + (xy 134.011544 75.014326) + (xy 134.011707 75.014399) + (xy 134.011708 75.014399) + (xy 134.019929 75.018095) + (xy 134.028857 75.019324) + (xy 134.029767 75.019586) + (xy 134.043298 75.022441) + (xy 134.045496 75.023245) + (xy 134.049904 75.024173) + (xy 134.049912 75.024176) + (xy 134.074936 75.029448) + (xy 134.077319 75.029974) + (xy 134.081806 75.031013) + (xy 134.092947 75.034138) + (xy 134.099736 75.036385) + (xy 134.119728 75.039955) + (xy 134.125933 75.041226) + (xy 134.140045 75.044493) + (xy 134.189045 75.067837) + (xy 134.22368 75.10963) + (xy 134.23752 75.162115) + (xy 134.228802 75.211033) + (xy 134.229438 75.211246) + (xy 134.22801 75.215521) + (xy 134.226288 75.21967) + (xy 134.225174 75.224016) + (xy 134.225173 75.224021) + (xy 134.222118 75.235946) + (xy 134.219962 75.243398) + (xy 134.214367 75.26072) + (xy 134.212428 75.266275) + (xy 134.206436 75.282235) + (xy 134.206432 75.282246) + (xy 134.204856 75.286446) + (xy 134.203893 75.290824) + (xy 134.203888 75.290842) + (xy 134.20359 75.2922) + (xy 134.200444 75.30382) + (xy 134.200015 75.305148) + (xy 134.20001 75.305164) + (xy 134.198631 75.309438) + (xy 134.197873 75.313861) + (xy 134.19787 75.313875) + (xy 134.194993 75.330672) + (xy 134.193865 75.336443) + (xy 134.191034 75.349323) + (xy 134.188018 75.360549) + (xy 134.187248 75.362963) + (xy 134.187246 75.362969) + (xy 134.185881 75.367251) + (xy 134.182513 75.38735) + (xy 134.181309 75.393567) + (xy 134.17812 75.408078) + (xy 134.153036 75.460256) + (xy 134.107265 75.495708) + (xy 134.050473 75.50695) + (xy 133.994649 75.491608) + (xy 133.951577 75.452922) + (xy 133.939275 75.435214) + (xy 133.936599 75.4312) + (xy 133.925981 75.414593) + (xy 133.92598 75.414592) + (xy 133.923559 75.410805) + (xy 133.920618 75.407395) + (xy 133.917931 75.403789) + (xy 133.919123 75.4029) + (xy 133.897224 75.361282) + (xy 133.896513 75.355083) + (xy 133.886407 75.331174) + (xy 133.880432 75.313481) + (xy 133.879105 75.308316) + (xy 133.873971 75.288338) + (xy 133.855668 75.257605) + (xy 133.853945 75.254372) + (xy 133.85389 75.254241) + (xy 133.853766 75.254035) + (xy 133.850037 75.247037) + (xy 133.849874 75.246693) + (xy 133.847218 75.238082) + (xy 133.817316 75.192926) + (xy 133.814181 75.187943) + (xy 133.814008 75.187654) + (xy 133.813712 75.187156) + (xy 133.796106 75.129727) + (xy 133.807091 75.07067) + (xy 133.844171 75.023411) + (xy 133.898919 74.99869) + ) + ) + (filled_polygon + (layer "B.Cu") + (island) + (pts + (xy 132.272229 71.020488) + (xy 132.318723 71.074109) + (xy 132.322961 71.103482) + (xy 132.342956 71.053458) + (xy 132.387864 71.01452) + (xy 132.445625 71.0005) + (xy 138.6335 71.0005) + (xy 138.6965 71.017381) + (xy 138.742619 71.0635) + (xy 138.7595 71.1265) + (xy 138.7595 92.335666) + (xy 138.742619 92.398666) + (xy 138.6965 92.444785) + (xy 138.6335 92.461666) + (xy 112.884061 92.461666) + (xy 112.821061 92.444785) + (xy 112.774942 92.398666) + (xy 112.758061 92.335666) + (xy 112.758061 90.605145) + (xy 116.295042 90.605145) + (xy 116.295401 90.608492) + (xy 116.295402 90.608495) + (xy 116.30071 90.657874) + (xy 116.300711 90.65788) + (xy 116.301553 90.665708) + (xy 116.304304 90.673085) + (xy 116.304305 90.673087) + (xy 116.349504 90.79427) + (xy 116.349506 90.794273) + (xy 116.352653 90.802711) + (xy 116.35805 90.809921) + (xy 116.358052 90.809924) + (xy 116.434882 90.912556) + (xy 116.440281 90.919768) + (xy 116.557338 91.007396) + (xy 116.694341 91.058496) + (xy 116.754904 91.065007) + (xy 119.448811 91.065007) + (xy 119.45218 91.065007) + (xy 119.512743 91.058496) + (xy 119.649746 91.007396) + (xy 119.766803 90.919768) + (xy 119.854431 90.802711) + (xy 119.905531 90.665708) + (xy 119.912042 90.605145) + (xy 119.912042 90.530367) + (xy 125.413116 90.530367) + (xy 125.413595 90.535842) + (xy 125.419363 90.601776) + (xy 125.431546 90.741022) + (xy 125.486276 90.945277) + (xy 125.488598 90.950257) + (xy 125.488599 90.950259) + (xy 125.541938 91.064646) + (xy 125.575643 91.136925) + (xy 125.578795 91.141426) + (xy 125.578797 91.14143) + (xy 125.693771 91.305631) + (xy 125.693775 91.305635) + (xy 125.696931 91.310143) + (xy 125.846456 91.459668) + (xy 125.850964 91.462824) + (xy 125.850967 91.462827) + (xy 126.015168 91.577801) + (xy 126.019674 91.580956) + (xy 126.211322 91.670323) + (xy 126.415577 91.725053) + (xy 126.626232 91.743483) + (xy 126.836887 91.725053) + (xy 127.041142 91.670323) + (xy 127.23279 91.580956) + (xy 127.406008 91.459668) + (xy 127.555533 91.310143) + (xy 127.676821 91.136925) + (xy 127.766188 90.945277) + (xy 127.820918 90.741022) + (xy 127.839348 90.530367) + (xy 127.820918 90.319712) + (xy 127.781798 90.173716) + (xy 134.960304 90.173716) + (xy 134.978896 90.398084) + (xy 135.034164 90.616332) + (xy 135.036257 90.621105) + (xy 135.036259 90.621109) + (xy 135.111607 90.792886) + (xy 135.1246 90.822507) + (xy 135.247738 91.010984) + (xy 135.251266 91.014816) + (xy 135.396687 91.172785) + (xy 135.396691 91.172789) + (xy 135.40022 91.176622) + (xy 135.577884 91.314905) + (xy 135.775886 91.422058) + (xy 135.780815 91.42375) + (xy 135.780817 91.423751) + (xy 135.874092 91.455772) + (xy 135.988825 91.49516) + (xy 136.210891 91.532216) + (xy 136.430818 91.532216) + (xy 136.436029 91.532216) + (xy 136.658095 91.49516) + (xy 136.871034 91.422058) + (xy 137.069036 91.314905) + (xy 137.2467 91.176622) + (xy 137.399182 91.010984) + (xy 137.52232 90.822507) + (xy 137.612756 90.616332) + (xy 137.668024 90.398084) + (xy 137.686616 90.173716) + (xy 137.668024 89.949348) + (xy 137.612756 89.7311) + (xy 137.52232 89.524925) + (xy 137.399182 89.336448) + (xy 137.338416 89.270439) + (xy 137.250232 89.174646) + (xy 137.250227 89.174641) + (xy 137.2467 89.17081) + (xy 137.069036 89.032527) + (xy 137.064462 89.030052) + (xy 137.064455 89.030047) + (xy 137.03578 89.01453) + (xy 136.987508 88.968214) + (xy 136.969749 88.903716) + (xy 136.987508 88.839218) + (xy 137.03578 88.792902) + (xy 137.06445 88.777387) + (xy 137.069036 88.774905) + (xy 137.2467 88.636622) + (xy 137.399182 88.470984) + (xy 137.52232 88.282507) + (xy 137.612756 88.076332) + (xy 137.668024 87.858084) + (xy 137.686616 87.633716) + (xy 137.668024 87.409348) + (xy 137.612756 87.1911) + (xy 137.52232 86.984925) + (xy 137.399182 86.796448) + (xy 137.338416 86.730439) + (xy 137.250232 86.634646) + (xy 137.250227 86.634641) + (xy 137.2467 86.63081) + (xy 137.069036 86.492527) + (xy 137.064457 86.490049) + (xy 137.064454 86.490047) + (xy 137.035778 86.474528) + (xy 136.987507 86.42821) + (xy 136.969749 86.363712) + (xy 136.98751 86.299215) + (xy 137.035781 86.252901) + (xy 137.069036 86.234905) + (xy 137.2467 86.096622) + (xy 137.399182 85.930984) + (xy 137.52232 85.742507) + (xy 137.612756 85.536332) + (xy 137.668024 85.318084) + (xy 137.686616 85.093716) + (xy 137.668024 84.869348) + (xy 137.612756 84.6511) + (xy 137.52232 84.444925) + (xy 137.399182 84.256448) + (xy 137.255985 84.100896) + (xy 137.226748 84.047292) + (xy 137.226145 83.986236) + (xy 137.254319 83.932066) + (xy 137.304651 83.897502) + (xy 137.419664 83.854605) + (xy 137.536721 83.766977) + (xy 137.624349 83.64992) + (xy 137.675449 83.512917) + (xy 137.68196 83.452354) + (xy 137.68196 81.655078) + (xy 137.675449 81.594515) + (xy 137.624349 81.457512) + (xy 137.604421 81.430892) + (xy 137.542119 81.347666) + (xy 137.536721 81.340455) + (xy 137.529509 81.335056) + (xy 137.426877 81.258226) + (xy 137.426874 81.258224) + (xy 137.419664 81.252827) + (xy 137.411226 81.24968) + (xy 137.411223 81.249678) + (xy 137.29004 81.204479) + (xy 137.290038 81.204478) + (xy 137.282661 81.201727) + (xy 137.274833 81.200885) + (xy 137.274827 81.200884) + (xy 137.225448 81.195576) + (xy 137.225445 81.195575) + (xy 137.222098 81.195216) + (xy 135.424822 81.195216) + (xy 135.421475 81.195575) + (xy 135.421471 81.195576) + (xy 135.372092 81.200884) + (xy 135.372085 81.200885) + (xy 135.364259 81.201727) + (xy 135.356883 81.204477) + (xy 135.356879 81.204479) + (xy 135.235696 81.249678) + (xy 135.23569 81.249681) + (xy 135.227256 81.252827) + (xy 135.220048 81.258222) + (xy 135.220042 81.258226) + (xy 135.11741 81.335056) + (xy 135.117406 81.335059) + (xy 135.110199 81.340455) + (xy 135.104803 81.347662) + (xy 135.1048 81.347666) + (xy 135.02797 81.450298) + (xy 135.027966 81.450304) + (xy 135.022571 81.457512) + (xy 135.019425 81.465946) + (xy 135.019422 81.465952) + (xy 134.974223 81.587135) + (xy 134.974221 81.587139) + (xy 134.971471 81.594515) + (xy 134.970629 81.602341) + (xy 134.970628 81.602348) + (xy 134.969064 81.6169) + (xy 134.96496 81.655078) + (xy 134.96496 83.452354) + (xy 134.965319 83.455701) + (xy 134.96532 83.455704) + (xy 134.970628 83.505083) + (xy 134.970629 83.505089) + (xy 134.971471 83.512917) + (xy 134.974222 83.520294) + (xy 134.974223 83.520296) + (xy 135.019422 83.641479) + (xy 135.019424 83.641482) + (xy 135.022571 83.64992) + (xy 135.027968 83.65713) + (xy 135.02797 83.657133) + (xy 135.079933 83.726547) + (xy 135.110199 83.766977) + (xy 135.227256 83.854605) + (xy 135.235695 83.857752) + (xy 135.235696 83.857753) + (xy 135.342266 83.897502) + (xy 135.3926 83.932066) + (xy 135.420774 83.986236) + (xy 135.420171 84.047292) + (xy 135.390934 84.100896) + (xy 135.251266 84.252615) + (xy 135.251262 84.252618) + (xy 135.247738 84.256448) + (xy 135.24489 84.260806) + (xy 135.244887 84.260811) + (xy 135.127452 84.440559) + (xy 135.1246 84.444925) + (xy 135.122508 84.449694) + (xy 135.122506 84.449698) + (xy 135.036259 84.646322) + (xy 135.036256 84.64633) + (xy 135.034164 84.6511) + (xy 135.032883 84.656156) + (xy 135.032882 84.656161) + (xy 134.985464 84.843411) + (xy 134.978896 84.869348) + (xy 134.978466 84.874536) + (xy 134.978465 84.874543) + (xy 134.963267 85.057961) + (xy 134.960304 85.093716) + (xy 134.960734 85.098905) + (xy 134.971716 85.231442) + (xy 134.978896 85.318084) + (xy 134.980177 85.323142) + (xy 135.022443 85.490049) + (xy 135.034164 85.536332) + (xy 135.1246 85.742507) + (xy 135.247738 85.930984) + (xy 135.251266 85.934816) + (xy 135.396687 86.092785) + (xy 135.396691 86.092789) + (xy 135.40022 86.096622) + (xy 135.577884 86.234905) + (xy 135.582462 86.237382) + (xy 135.582469 86.237387) + (xy 135.61114 86.252903) + (xy 135.659411 86.299219) + (xy 135.67717 86.363716) + (xy 135.659411 86.428213) + (xy 135.61114 86.474529) + (xy 135.582469 86.490044) + (xy 135.582453 86.490054) + (xy 135.577884 86.492527) + (xy 135.573773 86.495726) + (xy 135.573771 86.495728) + (xy 135.404338 86.627604) + (xy 135.404332 86.627609) + (xy 135.40022 86.63081) + (xy 135.396697 86.634635) + (xy 135.396687 86.634646) + (xy 135.251266 86.792615) + (xy 135.251262 86.792618) + (xy 135.247738 86.796448) + (xy 135.24489 86.800806) + (xy 135.244887 86.800811) + (xy 135.127727 86.980138) + (xy 135.1246 86.984925) + (xy 135.122508 86.989694) + (xy 135.122506 86.989698) + (xy 135.036259 87.186322) + (xy 135.036256 87.18633) + (xy 135.034164 87.1911) + (xy 135.032883 87.196156) + (xy 135.032882 87.196161) + (xy 135.006998 87.298376) + (xy 134.978896 87.409348) + (xy 134.978466 87.414536) + (xy 134.978465 87.414543) + (xy 134.96306 87.600457) + (xy 134.960304 87.633716) + (xy 134.960734 87.638905) + (xy 134.978002 87.847306) + (xy 134.978896 87.858084) + (xy 135.034164 88.076332) + (xy 135.1246 88.282507) + (xy 135.247738 88.470984) + (xy 135.251266 88.474816) + (xy 135.396687 88.632785) + (xy 135.396691 88.632789) + (xy 135.40022 88.636622) + (xy 135.577884 88.774905) + (xy 135.582462 88.777382) + (xy 135.582469 88.777387) + (xy 135.61114 88.792903) + (xy 135.659411 88.839219) + (xy 135.67717 88.903716) + (xy 135.659411 88.968213) + (xy 135.61114 89.014529) + (xy 135.582469 89.030044) + (xy 135.582453 89.030054) + (xy 135.577884 89.032527) + (xy 135.573773 89.035726) + (xy 135.573771 89.035728) + (xy 135.404338 89.167604) + (xy 135.404332 89.167609) + (xy 135.40022 89.17081) + (xy 135.396697 89.174635) + (xy 135.396687 89.174646) + (xy 135.251266 89.332615) + (xy 135.251262 89.332618) + (xy 135.247738 89.336448) + (xy 135.24489 89.340806) + (xy 135.244887 89.340811) + (xy 135.154096 89.479778) + (xy 135.1246 89.524925) + (xy 135.122508 89.529694) + (xy 135.122506 89.529698) + (xy 135.036259 89.726322) + (xy 135.036256 89.72633) + (xy 135.034164 89.7311) + (xy 135.032883 89.736156) + (xy 135.032882 89.736161) + (xy 135.029228 89.750591) + (xy 134.978896 89.949348) + (xy 134.978466 89.954536) + (xy 134.978465 89.954543) + (xy 134.964692 90.120766) + (xy 134.960304 90.173716) + (xy 127.781798 90.173716) + (xy 127.766188 90.115457) + (xy 127.676821 89.923809) + (xy 127.555533 89.750591) + (xy 127.406008 89.601066) + (xy 127.4015 89.59791) + (xy 127.401496 89.597906) + (xy 127.237295 89.482932) + (xy 127.237291 89.48293) + (xy 127.23279 89.479778) + (xy 127.227811 89.477456) + (xy 127.227809 89.477455) + (xy 127.046124 89.392734) + (xy 127.046122 89.392733) + (xy 127.041142 89.390411) + (xy 127.035833 89.388988) + (xy 127.035832 89.388988) + (xy 126.842201 89.337105) + (xy 126.842202 89.337105) + (xy 126.836887 89.335681) + (xy 126.831411 89.335201) + (xy 126.831406 89.335201) + (xy 126.631707 89.31773) + (xy 126.626232 89.317251) + (xy 126.620757 89.31773) + (xy 126.421057 89.335201) + (xy 126.42105 89.335202) + (xy 126.415577 89.335681) + (xy 126.410263 89.337104) + (xy 126.410262 89.337105) + (xy 126.216631 89.388988) + (xy 126.216626 89.388989) + (xy 126.211322 89.390411) + (xy 126.206344 89.392731) + (xy 126.206339 89.392734) + (xy 126.024654 89.477455) + (xy 126.024646 89.477459) + (xy 126.019674 89.479778) + (xy 126.015177 89.482926) + (xy 126.015168 89.482932) + (xy 125.850967 89.597906) + (xy 125.850957 89.597914) + (xy 125.846456 89.601066) + (xy 125.842566 89.604955) + (xy 125.84256 89.604961) + (xy 125.700826 89.746695) + (xy 125.70082 89.746701) + (xy 125.696931 89.750591) + (xy 125.693779 89.755092) + (xy 125.693771 89.755102) + (xy 125.578797 89.919303) + (xy 125.578791 89.919312) + (xy 125.575643 89.923809) + (xy 125.573324 89.928781) + (xy 125.57332 89.928789) + (xy 125.488599 90.110474) + (xy 125.488596 90.110479) + (xy 125.486276 90.115457) + (xy 125.484854 90.120761) + (xy 125.484853 90.120766) + (xy 125.469275 90.178905) + (xy 125.431546 90.319712) + (xy 125.431067 90.325185) + (xy 125.431066 90.325192) + (xy 125.413595 90.524892) + (xy 125.413116 90.530367) + (xy 119.912042 90.530367) + (xy 119.912042 87.907869) + (xy 119.905531 87.847306) + (xy 119.854431 87.710303) + (xy 119.766803 87.593246) + (xy 119.759591 87.587847) + (xy 119.656959 87.511017) + (xy 119.656956 87.511015) + (xy 119.649746 87.505618) + (xy 119.641308 87.502471) + (xy 119.641305 87.502469) + (xy 119.520122 87.45727) + (xy 119.52012 87.457269) + (xy 119.512743 87.454518) + (xy 119.504915 87.453676) + (xy 119.504909 87.453675) + (xy 119.45553 87.448367) + (xy 119.455527 87.448366) + (xy 119.45218 87.448007) + (xy 116.754904 87.448007) + (xy 116.751557 87.448366) + (xy 116.751553 87.448367) + (xy 116.702174 87.453675) + (xy 116.702167 87.453676) + (xy 116.694341 87.454518) + (xy 116.686965 87.457268) + (xy 116.686961 87.45727) + (xy 116.565778 87.502469) + (xy 116.565772 87.502472) + (xy 116.557338 87.505618) + (xy 116.55013 87.511013) + (xy 116.550124 87.511017) + (xy 116.447492 87.587847) + (xy 116.447488 87.58785) + (xy 116.440281 87.593246) + (xy 116.434885 87.600453) + (xy 116.434882 87.600457) + (xy 116.358052 87.703089) + (xy 116.358048 87.703095) + (xy 116.352653 87.710303) + (xy 116.349507 87.718737) + (xy 116.349504 87.718743) + (xy 116.304305 87.839926) + (xy 116.304303 87.83993) + (xy 116.301553 87.847306) + (xy 116.300711 87.855132) + (xy 116.30071 87.855139) + (xy 116.295402 87.904518) + (xy 116.295042 87.907869) + (xy 116.295042 90.605145) + (xy 112.758061 90.605145) + (xy 112.758061 84.256507) + (xy 116.289971 84.256507) + (xy 116.290323 84.261204) + (xy 116.304448 84.449698) + (xy 116.310227 84.526806) + (xy 116.370543 84.791066) + (xy 116.372266 84.795457) + (xy 116.372267 84.795459) + (xy 116.399281 84.864289) + (xy 116.469571 85.043386) + (xy 116.471926 85.047466) + (xy 116.47193 85.047473) + (xy 116.602743 85.274048) + (xy 116.605099 85.278128) + (xy 116.7741 85.490049) + (xy 116.777549 85.493249) + (xy 116.969343 85.671208) + (xy 116.969348 85.671212) + (xy 116.972799 85.674414) + (xy 117.196757 85.827106) + (xy 117.44097 85.944713) + (xy 117.699984 86.024608) + (xy 117.968014 86.065007) + (xy 118.234354 86.065007) + (xy 118.23907 86.065007) + (xy 118.5071 86.024608) + (xy 118.6408 85.983367) + (xy 125.413116 85.983367) + (xy 125.413595 85.988842) + (xy 125.42891 86.1639) + (xy 125.431546 86.194022) + (xy 125.43297 86.199336) + (xy 125.482818 86.385374) + (xy 125.486276 86.398277) + (xy 125.488598 86.403257) + (xy 125.488599 86.403259) + (xy 125.530225 86.492527) + (xy 125.575643 86.589925) + (xy 125.578795 86.594426) + (xy 125.578797 86.59443) + (xy 125.693771 86.758631) + (xy 125.693775 86.758635) + (xy 125.696931 86.763143) + (xy 125.846456 86.912668) + (xy 125.850964 86.915824) + (xy 125.850967 86.915827) + (xy 126.015168 87.030801) + (xy 126.019674 87.033956) + (xy 126.211322 87.123323) + (xy 126.415577 87.178053) + (xy 126.626232 87.196483) + (xy 126.836887 87.178053) + (xy 127.041142 87.123323) + (xy 127.23279 87.033956) + (xy 127.406008 86.912668) + (xy 127.555533 86.763143) + (xy 127.676821 86.589925) + (xy 127.766188 86.398277) + (xy 127.774013 86.369075) + (xy 128.326884 86.369075) + (xy 128.327363 86.37455) + (xy 128.337964 86.495728) + (xy 128.345314 86.57973) + (xy 128.400044 86.783985) + (xy 128.402366 86.788965) + (xy 128.402367 86.788967) + (xy 128.405855 86.796448) + (xy 128.489411 86.975633) + (xy 128.492563 86.980134) + (xy 128.492565 86.980138) + (xy 128.607539 87.144339) + (xy 128.607543 87.144343) + (xy 128.610699 87.148851) + (xy 128.760224 87.298376) + (xy 128.764732 87.301532) + (xy 128.764735 87.301535) + (xy 128.911484 87.404289) + (xy 128.933442 87.419664) + (xy 129.12509 87.509031) + (xy 129.329345 87.563761) + (xy 129.54 87.582191) + (xy 129.750655 87.563761) + (xy 129.95491 87.509031) + (xy 130.146558 87.419664) + (xy 130.319776 87.298376) + (xy 130.469301 87.148851) + (xy 130.590589 86.975633) + (xy 130.679956 86.783985) + (xy 130.734686 86.57973) + (xy 130.753116 86.369075) + (xy 130.734686 86.15842) + (xy 130.679956 85.954165) + (xy 130.590589 85.762517) + (xy 130.573235 85.737733) + (xy 130.47246 85.59381) + (xy 130.472457 85.593807) + (xy 130.469301 85.589299) + (xy 130.319776 85.439774) + (xy 130.315268 85.436618) + (xy 130.315264 85.436614) + (xy 130.151063 85.32164) + (xy 130.151059 85.321638) + (xy 130.146558 85.318486) + (xy 130.141579 85.316164) + (xy 130.141577 85.316163) + (xy 129.959892 85.231442) + (xy 129.95989 85.231441) + (xy 129.95491 85.229119) + (xy 129.949601 85.227696) + (xy 129.9496 85.227696) + (xy 129.755969 85.175813) + (xy 129.75597 85.175813) + (xy 129.750655 85.174389) + (xy 129.745179 85.173909) + (xy 129.745174 85.173909) + (xy 129.545475 85.156438) + (xy 129.54 85.155959) + (xy 129.534525 85.156438) + (xy 129.334825 85.173909) + (xy 129.334818 85.17391) + (xy 129.329345 85.174389) + (xy 129.324031 85.175812) + (xy 129.32403 85.175813) + (xy 129.130399 85.227696) + (xy 129.130394 85.227697) + (xy 129.12509 85.229119) + (xy 129.120112 85.231439) + (xy 129.120107 85.231442) + (xy 128.938422 85.316163) + (xy 128.938414 85.316167) + (xy 128.933442 85.318486) + (xy 128.928945 85.321634) + (xy 128.928936 85.32164) + (xy 128.764735 85.436614) + (xy 128.764725 85.436622) + (xy 128.760224 85.439774) + (xy 128.756334 85.443663) + (xy 128.756328 85.443669) + (xy 128.614594 85.585403) + (xy 128.614588 85.585409) + (xy 128.610699 85.589299) + (xy 128.607547 85.5938) + (xy 128.607539 85.59381) + (xy 128.492565 85.758011) + (xy 128.492559 85.75802) + (xy 128.489411 85.762517) + (xy 128.487092 85.767489) + (xy 128.487088 85.767497) + (xy 128.402367 85.949182) + (xy 128.402364 85.949187) + (xy 128.400044 85.954165) + (xy 128.398622 85.959469) + (xy 128.398621 85.959474) + (xy 128.361014 86.099827) + (xy 128.345314 86.15842) + (xy 128.344835 86.163893) + (xy 128.344834 86.1639) + (xy 128.329248 86.342058) + (xy 128.326884 86.369075) + (xy 127.774013 86.369075) + (xy 127.820918 86.194022) + (xy 127.839348 85.983367) + (xy 127.820918 85.772712) + (xy 127.766188 85.568457) + (xy 127.676821 85.376809) + (xy 127.639243 85.323142) + (xy 127.558692 85.208102) + (xy 127.558689 85.208099) + (xy 127.555533 85.203591) + (xy 127.406008 85.054066) + (xy 127.4015 85.05091) + (xy 127.401496 85.050906) + (xy 127.237295 84.935932) + (xy 127.237291 84.93593) + (xy 127.23279 84.932778) + (xy 127.227811 84.930456) + (xy 127.227809 84.930455) + (xy 127.046124 84.845734) + (xy 127.046122 84.845733) + (xy 127.041142 84.843411) + (xy 127.035833 84.841988) + (xy 127.035832 84.841988) + (xy 126.842201 84.790105) + (xy 126.842202 84.790105) + (xy 126.836887 84.788681) + (xy 126.831411 84.788201) + (xy 126.831406 84.788201) + (xy 126.631707 84.77073) + (xy 126.626232 84.770251) + (xy 126.620757 84.77073) + (xy 126.421057 84.788201) + (xy 126.42105 84.788202) + (xy 126.415577 84.788681) + (xy 126.410263 84.790104) + (xy 126.410262 84.790105) + (xy 126.216631 84.841988) + (xy 126.216626 84.841989) + (xy 126.211322 84.843411) + (xy 126.206344 84.845731) + (xy 126.206339 84.845734) + (xy 126.024654 84.930455) + (xy 126.024646 84.930459) + (xy 126.019674 84.932778) + (xy 126.015177 84.935926) + (xy 126.015168 84.935932) + (xy 125.850967 85.050906) + (xy 125.850957 85.050914) + (xy 125.846456 85.054066) + (xy 125.842566 85.057955) + (xy 125.84256 85.057961) + (xy 125.700826 85.199695) + (xy 125.70082 85.199701) + (xy 125.696931 85.203591) + (xy 125.693779 85.208092) + (xy 125.693771 85.208102) + (xy 125.578797 85.372303) + (xy 125.578791 85.372312) + (xy 125.575643 85.376809) + (xy 125.573324 85.381781) + (xy 125.57332 85.381789) + (xy 125.488599 85.563474) + (xy 125.488596 85.563479) + (xy 125.486276 85.568457) + (xy 125.484854 85.573761) + (xy 125.484853 85.573766) + (xy 125.439639 85.742507) + (xy 125.431546 85.772712) + (xy 125.431067 85.778185) + (xy 125.431066 85.778192) + (xy 125.427019 85.82445) + (xy 125.413116 85.983367) + (xy 118.6408 85.983367) + (xy 118.766114 85.944713) + (xy 119.010328 85.827106) + (xy 119.234285 85.674414) + (xy 119.432984 85.490049) + (xy 119.601985 85.278128) + (xy 119.737513 85.043386) + (xy 119.836541 84.791066) + (xy 119.896857 84.526806) + (xy 119.917113 84.256507) + (xy 119.896857 83.986208) + (xy 119.836541 83.721948) + (xy 119.737513 83.469628) + (xy 119.601985 83.234886) + (xy 119.432984 83.022965) + (xy 119.234285 82.8386) + (xy 119.010328 82.685908) + (xy 119.006081 82.683862) + (xy 119.006078 82.683861) + (xy 118.770363 82.570347) + (xy 118.77036 82.570346) + (xy 118.766114 82.568301) + (xy 118.761616 82.566913) + (xy 118.761607 82.56691) + (xy 118.511601 82.489794) + (xy 118.511596 82.489792) + (xy 118.5071 82.488406) + (xy 118.502446 82.487704) + (xy 118.502444 82.487704) + (xy 118.243731 82.448709) + (xy 118.243723 82.448708) + (xy 118.23907 82.448007) + (xy 117.968014 82.448007) + (xy 117.963361 82.448708) + (xy 117.963352 82.448709) + (xy 117.704639 82.487704) + (xy 117.704634 82.487705) + (xy 117.699984 82.488406) + (xy 117.69549 82.489792) + (xy 117.695482 82.489794) + (xy 117.445476 82.56691) + (xy 117.445463 82.566915) + (xy 117.44097 82.568301) + (xy 117.436727 82.570343) + (xy 117.43672 82.570347) + (xy 117.201005 82.683862) + (xy 117.201002 82.683863) + (xy 117.196757 82.685908) + (xy 117.192868 82.688558) + (xy 117.19286 82.688564) + (xy 116.976697 82.835942) + (xy 116.976693 82.835944) + (xy 116.972799 82.8386) + (xy 116.969355 82.841794) + (xy 116.969343 82.841805) + (xy 116.777549 83.019764) + (xy 116.777543 83.019769) + (xy 116.7741 83.022965) + (xy 116.771172 83.026635) + (xy 116.771165 83.026644) + (xy 116.608034 83.231205) + (xy 116.605099 83.234886) + (xy 116.602749 83.238955) + (xy 116.602743 83.238965) + (xy 116.47193 83.46554) + (xy 116.471923 83.465552) + (xy 116.469571 83.469628) + (xy 116.467848 83.474016) + (xy 116.467847 83.47402) + (xy 116.372267 83.717554) + (xy 116.372265 83.71756) + (xy 116.370543 83.721948) + (xy 116.369494 83.726543) + (xy 116.369493 83.726547) + (xy 116.317915 83.952527) + (xy 116.310227 83.986208) + (xy 116.289971 84.256507) + (xy 112.758061 84.256507) + (xy 112.758061 81.436367) + (xy 125.413116 81.436367) + (xy 125.413595 81.441842) + (xy 125.42891 81.6169) + (xy 125.431546 81.647022) + (xy 125.486276 81.851277) + (xy 125.575643 82.042925) + (xy 125.578795 82.047426) + (xy 125.578797 82.04743) + (xy 125.693771 82.211631) + (xy 125.693775 82.211635) + (xy 125.696931 82.216143) + (xy 125.846456 82.365668) + (xy 125.850964 82.368824) + (xy 125.850967 82.368827) + (xy 125.964049 82.448007) + (xy 126.019674 82.486956) + (xy 126.211322 82.576323) + (xy 126.415577 82.631053) + (xy 126.626232 82.649483) + (xy 126.836887 82.631053) + (xy 127.041142 82.576323) + (xy 127.23279 82.486956) + (xy 127.406008 82.365668) + (xy 127.555533 82.216143) + (xy 127.676821 82.042925) + (xy 127.766188 81.851277) + (xy 127.774013 81.822075) + (xy 128.326884 81.822075) + (xy 128.345314 82.03273) + (xy 128.400044 82.236985) + (xy 128.489411 82.428633) + (xy 128.492563 82.433134) + (xy 128.492565 82.433138) + (xy 128.607539 82.597339) + (xy 128.607543 82.597343) + (xy 128.610699 82.601851) + (xy 128.760224 82.751376) + (xy 128.764732 82.754532) + (xy 128.764735 82.754535) + (xy 128.928936 82.869509) + (xy 128.933442 82.872664) + (xy 129.12509 82.962031) + (xy 129.329345 83.016761) + (xy 129.54 83.035191) + (xy 129.750655 83.016761) + (xy 129.95491 82.962031) + (xy 130.146558 82.872664) + (xy 130.319776 82.751376) + (xy 130.469301 82.601851) + (xy 130.590589 82.428633) + (xy 130.679956 82.236985) + (xy 130.734686 82.03273) + (xy 130.753116 81.822075) + (xy 130.734686 81.61142) + (xy 130.679956 81.407165) + (xy 130.590589 81.215517) + (xy 130.576374 81.195216) + (xy 130.47246 81.04681) + (xy 130.472457 81.046807) + (xy 130.469301 81.042299) + (xy 130.319776 80.892774) + (xy 130.315268 80.889618) + (xy 130.315264 80.889614) + (xy 130.151063 80.77464) + (xy 130.151059 80.774638) + (xy 130.146558 80.771486) + (xy 130.141579 80.769164) + (xy 130.141577 80.769163) + (xy 129.959892 80.684442) + (xy 129.95989 80.684441) + (xy 129.95491 80.682119) + (xy 129.949601 80.680696) + (xy 129.9496 80.680696) + (xy 129.755969 80.628813) + (xy 129.75597 80.628813) + (xy 129.750655 80.627389) + (xy 129.745179 80.626909) + (xy 129.745174 80.626909) + (xy 129.545475 80.609438) + (xy 129.54 80.608959) + (xy 129.534525 80.609438) + (xy 129.334825 80.626909) + (xy 129.334818 80.62691) + (xy 129.329345 80.627389) + (xy 129.324031 80.628812) + (xy 129.32403 80.628813) + (xy 129.130399 80.680696) + (xy 129.130394 80.680697) + (xy 129.12509 80.682119) + (xy 129.120112 80.684439) + (xy 129.120107 80.684442) + (xy 128.938422 80.769163) + (xy 128.938414 80.769167) + (xy 128.933442 80.771486) + (xy 128.928945 80.774634) + (xy 128.928936 80.77464) + (xy 128.764735 80.889614) + (xy 128.764725 80.889622) + (xy 128.760224 80.892774) + (xy 128.756334 80.896663) + (xy 128.756328 80.896669) + (xy 128.614594 81.038403) + (xy 128.614588 81.038409) + (xy 128.610699 81.042299) + (xy 128.607547 81.0468) + (xy 128.607539 81.04681) + (xy 128.492565 81.211011) + (xy 128.492559 81.21102) + (xy 128.489411 81.215517) + (xy 128.487092 81.220489) + (xy 128.487088 81.220497) + (xy 128.402367 81.402182) + (xy 128.402364 81.402187) + (xy 128.400044 81.407165) + (xy 128.398622 81.412469) + (xy 128.398621 81.412474) + (xy 128.384292 81.465952) + (xy 128.345314 81.61142) + (xy 128.344835 81.616893) + (xy 128.344834 81.6169) + (xy 128.327363 81.8166) + (xy 128.326884 81.822075) + (xy 127.774013 81.822075) + (xy 127.820918 81.647022) + (xy 127.839348 81.436367) + (xy 127.820918 81.225712) + (xy 127.766188 81.021457) + (xy 127.676821 80.829809) + (xy 127.673068 80.824449) + (xy 127.558692 80.661102) + (xy 127.558689 80.661099) + (xy 127.555533 80.656591) + (xy 127.406008 80.507066) + (xy 127.4015 80.50391) + (xy 127.401496 80.503906) + (xy 127.237295 80.388932) + (xy 127.237291 80.38893) + (xy 127.23279 80.385778) + (xy 127.227811 80.383456) + (xy 127.227809 80.383455) + (xy 127.046124 80.298734) + (xy 127.046122 80.298733) + (xy 127.041142 80.296411) + (xy 127.035833 80.294988) + (xy 127.035832 80.294988) + (xy 126.842201 80.243105) + (xy 126.842202 80.243105) + (xy 126.836887 80.241681) + (xy 126.831411 80.241201) + (xy 126.831406 80.241201) + (xy 126.631707 80.22373) + (xy 126.626232 80.223251) + (xy 126.620757 80.22373) + (xy 126.421057 80.241201) + (xy 126.42105 80.241202) + (xy 126.415577 80.241681) + (xy 126.410263 80.243104) + (xy 126.410262 80.243105) + (xy 126.216631 80.294988) + (xy 126.216626 80.294989) + (xy 126.211322 80.296411) + (xy 126.206344 80.298731) + (xy 126.206339 80.298734) + (xy 126.024654 80.383455) + (xy 126.024646 80.383459) + (xy 126.019674 80.385778) + (xy 126.015177 80.388926) + (xy 126.015168 80.388932) + (xy 125.850967 80.503906) + (xy 125.850957 80.503914) + (xy 125.846456 80.507066) + (xy 125.842566 80.510955) + (xy 125.84256 80.510961) + (xy 125.700826 80.652695) + (xy 125.70082 80.652701) + (xy 125.696931 80.656591) + (xy 125.693779 80.661092) + (xy 125.693771 80.661102) + (xy 125.578797 80.825303) + (xy 125.578791 80.825312) + (xy 125.575643 80.829809) + (xy 125.573324 80.834781) + (xy 125.57332 80.834789) + (xy 125.488599 81.016474) + (xy 125.488596 81.016479) + (xy 125.486276 81.021457) + (xy 125.484854 81.026761) + (xy 125.484853 81.026766) + (xy 125.437973 81.201727) + (xy 125.431546 81.225712) + (xy 125.431067 81.231185) + (xy 125.431066 81.231192) + (xy 125.421507 81.340455) + (xy 125.413116 81.436367) + (xy 112.758061 81.436367) + (xy 112.758061 79.256507) + (xy 116.289971 79.256507) + (xy 116.290323 79.261204) + (xy 116.295905 79.335699) + (xy 116.310227 79.526806) + (xy 116.370543 79.791066) + (xy 116.469571 80.043386) + (xy 116.471926 80.047466) + (xy 116.47193 80.047473) + (xy 116.602743 80.274048) + (xy 116.605099 80.278128) + (xy 116.7741 80.490049) + (xy 116.79244 80.507066) + (xy 116.969343 80.671208) + (xy 116.969348 80.671212) + (xy 116.972799 80.674414) + (xy 117.196757 80.827106) + (xy 117.44097 80.944713) + (xy 117.699984 81.024608) + (xy 117.968014 81.065007) + (xy 118.234354 81.065007) + (xy 118.23907 81.065007) + (xy 118.5071 81.024608) + (xy 118.766114 80.944713) + (xy 119.010328 80.827106) + (xy 119.234285 80.674414) + (xy 119.432984 80.490049) + (xy 119.601985 80.278128) + (xy 119.737513 80.043386) + (xy 119.836541 79.791066) + (xy 119.896857 79.526806) + (xy 119.917113 79.256507) + (xy 119.896857 78.986208) + (xy 119.836541 78.721948) + (xy 119.737513 78.469628) + (xy 119.720128 78.439517) + (xy 119.60434 78.238965) + (xy 119.601985 78.234886) + (xy 119.440068 78.031848) + (xy 119.435918 78.026644) + (xy 119.435917 78.026643) + (xy 119.432984 78.022965) + (xy 119.234285 77.8386) + (xy 119.010328 77.685908) + (xy 119.006081 77.683862) + (xy 119.006078 77.683861) + (xy 118.770363 77.570347) + (xy 118.77036 77.570346) + (xy 118.766114 77.568301) + (xy 118.761616 77.566913) + (xy 118.761607 77.56691) + (xy 118.511601 77.489794) + (xy 118.511596 77.489792) + (xy 118.5071 77.488406) + (xy 118.502446 77.487704) + (xy 118.502444 77.487704) + (xy 118.243731 77.448709) + (xy 118.243723 77.448708) + (xy 118.23907 77.448007) + (xy 117.968014 77.448007) + (xy 117.963361 77.448708) + (xy 117.963352 77.448709) + (xy 117.704639 77.487704) + (xy 117.704634 77.487705) + (xy 117.699984 77.488406) + (xy 117.69549 77.489792) + (xy 117.695482 77.489794) + (xy 117.445476 77.56691) + (xy 117.445463 77.566915) + (xy 117.44097 77.568301) + (xy 117.436727 77.570343) + (xy 117.43672 77.570347) + (xy 117.201005 77.683862) + (xy 117.201002 77.683863) + (xy 117.196757 77.685908) + (xy 117.192868 77.688558) + (xy 117.19286 77.688564) + (xy 116.976697 77.835942) + (xy 116.976693 77.835944) + (xy 116.972799 77.8386) + (xy 116.969355 77.841794) + (xy 116.969343 77.841805) + (xy 116.777549 78.019764) + (xy 116.777543 78.019769) + (xy 116.7741 78.022965) + (xy 116.771172 78.026635) + (xy 116.771165 78.026644) + (xy 116.610673 78.227896) + (xy 116.605099 78.234886) + (xy 116.602749 78.238955) + (xy 116.602743 78.238965) + (xy 116.47193 78.46554) + (xy 116.471923 78.465552) + (xy 116.469571 78.469628) + (xy 116.467848 78.474016) + (xy 116.467847 78.47402) + (xy 116.372267 78.717554) + (xy 116.372265 78.71756) + (xy 116.370543 78.721948) + (xy 116.369494 78.726543) + (xy 116.369493 78.726547) + (xy 116.314295 78.968387) + (xy 116.310227 78.986208) + (xy 116.309874 78.990907) + (xy 116.309874 78.990913) + (xy 116.299323 79.131709) + (xy 116.289971 79.256507) + (xy 112.758061 79.256507) + (xy 112.758061 76.762367) + (xy 125.413116 76.762367) + (xy 125.413595 76.767842) + (xy 125.430895 76.965589) + (xy 125.431546 76.973022) + (xy 125.486276 77.177277) + (xy 125.488598 77.182257) + (xy 125.488599 77.182259) + (xy 125.550334 77.314651) + (xy 125.575643 77.368925) + (xy 125.578795 77.373426) + (xy 125.578797 77.37343) + (xy 125.693771 77.537631) + (xy 125.693775 77.537635) + (xy 125.696931 77.542143) + (xy 125.846456 77.691668) + (xy 125.850964 77.694824) + (xy 125.850967 77.694827) + (xy 125.936027 77.754386) + (xy 126.019674 77.812956) + (xy 126.211322 77.902323) + (xy 126.415577 77.957053) + (xy 126.626232 77.975483) + (xy 126.836887 77.957053) + (xy 127.041142 77.902323) + (xy 127.23279 77.812956) + (xy 127.406008 77.691668) + (xy 127.555533 77.542143) + (xy 127.676821 77.368925) + (xy 127.720584 77.275075) + (xy 128.326884 77.275075) + (xy 128.327363 77.28055) + (xy 128.343772 77.468112) + (xy 128.345314 77.48573) + (xy 128.400044 77.689985) + (xy 128.402366 77.694965) + (xy 128.402367 77.694967) + (xy 128.483209 77.868334) + (xy 128.489411 77.881633) + (xy 128.492563 77.886134) + (xy 128.492565 77.886138) + (xy 128.607539 78.050339) + (xy 128.607543 78.050343) + (xy 128.610699 78.054851) + (xy 128.760224 78.204376) + (xy 128.764732 78.207532) + (xy 128.764735 78.207535) + (xy 128.90074 78.302766) + (xy 128.933442 78.325664) + (xy 129.12509 78.415031) + (xy 129.329345 78.469761) + (xy 129.54 78.488191) + (xy 129.750655 78.469761) + (xy 129.95491 78.415031) + (xy 130.146558 78.325664) + (xy 130.319776 78.204376) + (xy 130.469301 78.054851) + (xy 130.590589 77.881633) + (xy 130.679956 77.689985) + (xy 130.734686 77.48573) + (xy 130.753116 77.275075) + (xy 130.734686 77.06442) + (xy 130.679956 76.860165) + (xy 130.590589 76.668517) + (xy 130.574019 76.644852) + (xy 130.47246 76.49981) + (xy 130.472457 76.499807) + (xy 130.469301 76.495299) + (xy 130.319776 76.345774) + (xy 130.315268 76.342618) + (xy 130.315264 76.342614) + (xy 130.151063 76.22764) + (xy 130.151059 76.227638) + (xy 130.146558 76.224486) + (xy 130.141579 76.222164) + (xy 130.141577 76.222163) + (xy 129.959892 76.137442) + (xy 129.95989 76.137441) + (xy 129.95491 76.135119) + (xy 129.949601 76.133696) + (xy 129.9496 76.133696) + (xy 129.755969 76.081813) + (xy 129.75597 76.081813) + (xy 129.750655 76.080389) + (xy 129.745179 76.079909) + (xy 129.745174 76.079909) + (xy 129.545475 76.062438) + (xy 129.54 76.061959) + (xy 129.534525 76.062438) + (xy 129.334825 76.079909) + (xy 129.334818 76.07991) + (xy 129.329345 76.080389) + (xy 129.324031 76.081812) + (xy 129.32403 76.081813) + (xy 129.130399 76.133696) + (xy 129.130394 76.133697) + (xy 129.12509 76.135119) + (xy 129.120112 76.137439) + (xy 129.120107 76.137442) + (xy 128.938422 76.222163) + (xy 128.938414 76.222167) + (xy 128.933442 76.224486) + (xy 128.928945 76.227634) + (xy 128.928936 76.22764) + (xy 128.764735 76.342614) + (xy 128.764725 76.342622) + (xy 128.760224 76.345774) + (xy 128.756334 76.349663) + (xy 128.756328 76.349669) + (xy 128.614594 76.491403) + (xy 128.614588 76.491409) + (xy 128.610699 76.495299) + (xy 128.607547 76.4998) + (xy 128.607539 76.49981) + (xy 128.492565 76.664011) + (xy 128.492559 76.66402) + (xy 128.489411 76.668517) + (xy 128.487092 76.673489) + (xy 128.487088 76.673497) + (xy 128.402367 76.855182) + (xy 128.402364 76.855187) + (xy 128.400044 76.860165) + (xy 128.398622 76.865469) + (xy 128.398621 76.865474) + (xy 128.352407 77.037948) + (xy 128.345314 77.06442) + (xy 128.344835 77.069893) + (xy 128.344834 77.0699) + (xy 128.334139 77.192146) + (xy 128.326884 77.275075) + (xy 127.720584 77.275075) + (xy 127.766188 77.177277) + (xy 127.820918 76.973022) + (xy 127.839348 76.762367) + (xy 127.820918 76.551712) + (xy 127.766188 76.347457) + (xy 127.676821 76.155809) + (xy 127.662334 76.135119) + (xy 127.558692 75.987102) + (xy 127.558689 75.987099) + (xy 127.555533 75.982591) + (xy 127.406008 75.833066) + (xy 127.4015 75.82991) + (xy 127.401496 75.829906) + (xy 127.237295 75.714932) + (xy 127.237291 75.71493) + (xy 127.23279 75.711778) + (xy 127.227811 75.709456) + (xy 127.227809 75.709455) + (xy 127.046124 75.624734) + (xy 127.046122 75.624733) + (xy 127.041142 75.622411) + (xy 127.035833 75.620988) + (xy 127.035832 75.620988) + (xy 126.900018 75.584597) + (xy 126.836887 75.567681) + (xy 126.831411 75.567201) + (xy 126.831406 75.567201) + (xy 126.631707 75.54973) + (xy 126.626232 75.549251) + (xy 126.620757 75.54973) + (xy 126.421057 75.567201) + (xy 126.42105 75.567202) + (xy 126.415577 75.567681) + (xy 126.410263 75.569104) + (xy 126.410262 75.569105) + (xy 126.216631 75.620988) + (xy 126.216626 75.620989) + (xy 126.211322 75.622411) + (xy 126.206344 75.624731) + (xy 126.206339 75.624734) + (xy 126.024654 75.709455) + (xy 126.024646 75.709459) + (xy 126.019674 75.711778) + (xy 126.015177 75.714926) + (xy 126.015168 75.714932) + (xy 125.850967 75.829906) + (xy 125.850957 75.829914) + (xy 125.846456 75.833066) + (xy 125.842566 75.836955) + (xy 125.84256 75.836961) + (xy 125.700826 75.978695) + (xy 125.70082 75.978701) + (xy 125.696931 75.982591) + (xy 125.693779 75.987092) + (xy 125.693771 75.987102) + (xy 125.578797 76.151303) + (xy 125.578791 76.151312) + (xy 125.575643 76.155809) + (xy 125.573324 76.160781) + (xy 125.57332 76.160789) + (xy 125.488599 76.342474) + (xy 125.488596 76.342479) + (xy 125.486276 76.347457) + (xy 125.484854 76.352761) + (xy 125.484853 76.352766) + (xy 125.440884 76.516861) + (xy 125.431546 76.551712) + (xy 125.431067 76.557185) + (xy 125.431066 76.557192) + (xy 125.419112 76.693828) + (xy 125.413116 76.762367) + (xy 112.758061 76.762367) + (xy 112.758061 74.256507) + (xy 116.289971 74.256507) + (xy 116.290323 74.261204) + (xy 116.309698 74.519758) + (xy 116.310227 74.526806) + (xy 116.311276 74.531405) + (xy 116.311277 74.531407) + (xy 116.364458 74.764406) + (xy 116.370543 74.791066) + (xy 116.372266 74.795457) + (xy 116.372267 74.795459) + (xy 116.405116 74.879158) + (xy 116.469571 75.043386) + (xy 116.471926 75.047466) + (xy 116.47193 75.047473) + (xy 116.602743 75.274048) + (xy 116.605099 75.278128) + (xy 116.670827 75.360549) + (xy 116.767742 75.482077) + (xy 116.7741 75.490049) + (xy 116.777549 75.493249) + (xy 116.969343 75.671208) + (xy 116.969348 75.671212) + (xy 116.972799 75.674414) + (xy 117.196757 75.827106) + (xy 117.44097 75.944713) + (xy 117.699984 76.024608) + (xy 117.968014 76.065007) + (xy 118.234354 76.065007) + (xy 118.23907 76.065007) + (xy 118.5071 76.024608) + (xy 118.766114 75.944713) + (xy 119.010328 75.827106) + (xy 119.234285 75.674414) + (xy 119.432984 75.490049) + (xy 119.601985 75.278128) + (xy 119.737513 75.043386) + (xy 119.836541 74.791066) + (xy 119.896857 74.526806) + (xy 119.917113 74.256507) + (xy 119.896857 73.986208) + (xy 119.836541 73.721948) + (xy 119.737513 73.469628) + (xy 119.716739 73.433647) + (xy 119.60434 73.238965) + (xy 119.601985 73.234886) + (xy 119.432984 73.022965) + (xy 119.234285 72.8386) + (xy 119.010328 72.685908) + (xy 119.006081 72.683862) + (xy 119.006078 72.683861) + (xy 118.834171 72.601075) + (xy 128.326884 72.601075) + (xy 128.327363 72.60655) + (xy 128.343528 72.791325) + (xy 128.345314 72.81173) + (xy 128.352419 72.838247) + (xy 128.396235 73.001772) + (xy 128.400044 73.015985) + (xy 128.402366 73.020965) + (xy 128.402367 73.020967) + (xy 128.47714 73.181319) + (xy 128.489411 73.207633) + (xy 128.492563 73.212134) + (xy 128.492565 73.212138) + (xy 128.607539 73.376339) + (xy 128.607543 73.376343) + (xy 128.610699 73.380851) + (xy 128.760224 73.530376) + (xy 128.764732 73.533532) + (xy 128.764735 73.533535) + (xy 128.913668 73.637818) + (xy 128.933442 73.651664) + (xy 129.12509 73.741031) + (xy 129.329345 73.795761) + (xy 129.54 73.814191) + (xy 129.750655 73.795761) + (xy 129.95491 73.741031) + (xy 130.146558 73.651664) + (xy 130.319776 73.530376) + (xy 130.469301 73.380851) + (xy 130.590589 73.207633) + (xy 130.679956 73.015985) + (xy 130.734686 72.81173) + (xy 130.753116 72.601075) + (xy 130.734686 72.39042) + (xy 130.679956 72.186165) + (xy 130.590589 71.994517) + (xy 130.585343 71.987025) + (xy 130.475722 71.830469) + (xy 131.746878 71.830469) + (xy 131.747613 71.839443) + (xy 131.747613 71.839445) + (xy 131.748961 71.855902) + (xy 131.751897 71.891752) + (xy 131.75191 71.891904) + (xy 131.752199 71.896451) + (xy 131.754594 71.949008) + (xy 131.754594 71.949012) + (xy 131.755005 71.958011) + (xy 131.757933 71.966529) + (xy 131.757934 71.966531) + (xy 131.765901 71.989704) + (xy 131.772008 72.017055) + (xy 131.775348 72.047788) + (xy 131.778806 72.056111) + (xy 131.778807 72.056112) + (xy 131.800169 72.107519) + (xy 131.801417 72.110638) + (xy 131.802342 72.113043) + (xy 131.805632 72.122762) + (xy 131.81187 72.144004) + (xy 131.816741 72.151583) + (xy 131.81788 72.154077) + (xy 131.820861 72.161169) + (xy 131.821412 72.162601) + (xy 131.821414 72.162605) + (xy 131.82465 72.171014) + (xy 131.832427 72.181182) + (xy 131.845531 72.198316) + (xy 131.853312 72.209738) + (xy 131.869757 72.236976) + (xy 131.870177 72.237678) + (xy 131.887684 72.267108) + (xy 131.888738 72.268413) + (xy 131.889606 72.26985) + (xy 131.909907 72.294651) + (xy 131.911319 72.296375) + (xy 131.911839 72.297015) + (xy 131.941382 72.333591) + (xy 131.943357 72.3361) + (xy 131.985109 72.390562) + (xy 131.993087 72.400968) + (xy 131.995398 72.404081) + (xy 132.020782 72.439397) + (xy 132.055499 72.487696) + (xy 132.057424 72.49045) + (xy 132.114576 72.574609) + (xy 132.116709 72.577857) + (xy 132.160551 72.646906) + (xy 132.163758 72.652245) + (xy 132.194026 72.705568) + (xy 132.195254 72.707783) + (xy 132.212912 72.740401) + (xy 132.217866 72.750779) + (xy 132.218276 72.751595) + (xy 132.220005 72.755745) + (xy 132.231945 72.775782) + (xy 132.23448 72.780242) + (xy 132.245577 72.80074) + (xy 132.248263 72.804355) + (xy 132.248793 72.805186) + (xy 132.255133 72.814691) + (xy 132.263788 72.829217) + (xy 132.268927 72.838752) + (xy 132.2709 72.842823) + (xy 132.270904 72.84283) + (xy 132.272866 72.846878) + (xy 132.283167 72.862129) + (xy 132.28698 72.868134) + (xy 132.296398 72.883937) + (xy 132.299223 72.887428) + (xy 132.299228 72.887436) + (xy 132.301215 72.889892) + (xy 132.310661 72.904149) + (xy 132.310939 72.903975) + (xy 132.313335 72.907787) + (xy 132.315451 72.911754) + (xy 132.316698 72.913455) + (xy 132.324475 72.93071) + (xy 132.325123 72.930415) + (xy 132.328867 72.938613) + (xy 132.331406 72.94726) + (xy 132.350259 72.976596) + (xy 132.351077 72.977964) + (xy 132.351743 72.979394) + (xy 132.353053 72.981401) + (xy 132.353071 72.981439) + (xy 132.354072 72.982971) + (xy 132.354406 72.98353) + (xy 132.355898 72.986217) + (xy 132.358497 72.991152) + (xy 132.370972 73.016168) + (xy 132.370975 73.016173) + (xy 132.374995 73.024233) + (xy 132.381123 73.030834) + (xy 132.381126 73.030839) + (xy 132.38594 73.036025) + (xy 132.40084 73.055608) + (xy 132.405147 73.062592) + (xy 132.406669 73.064417) + (xy 132.406861 73.064698) + (xy 132.406956 73.064818) + (xy 132.41046 73.07027) + (xy 132.411893 73.071512) + (xy 132.413007 73.073217) + (xy 132.415965 73.07658) + (xy 132.415973 73.076591) + (xy 132.431609 73.09437) + (xy 132.433684 73.096791) + (xy 132.460512 73.128942) + (xy 132.461442 73.130073) + (xy 132.467357 73.137355) + (xy 132.46769 73.137765) + (xy 132.474429 73.146873) + (xy 132.487206 73.165869) + (xy 132.492873 73.175132) + (xy 132.509528 73.205196) + (xy 132.512409 73.210715) + (xy 132.513174 73.212271) + (xy 132.514494 73.215168) + (xy 132.515421 73.217895) + (xy 132.529927 73.246427) + (xy 132.530641 73.247857) + (xy 132.544737 73.276571) + (xy 132.5453 73.277396) + (xy 132.548557 73.283728) + (xy 132.549743 73.286968) + (xy 132.551869 73.29092) + (xy 132.551871 73.290923) + (xy 132.563464 73.312467) + (xy 132.564822 73.315063) + (xy 132.577135 73.339279) + (xy 132.576744 73.339477) + (xy 132.577613 73.340475) + (xy 132.577686 73.340657) + (xy 132.579926 73.344548) + (xy 132.579928 73.344551) + (xy 132.591271 73.36425) + (xy 132.593032 73.367413) + (xy 132.603817 73.387454) + (xy 132.603821 73.387461) + (xy 132.605951 73.391418) + (xy 132.608621 73.39503) + (xy 132.611036 73.398839) + (xy 132.610882 73.398936) + (xy 132.613906 73.403558) + (xy 132.630909 73.433085) + (xy 132.631142 73.433381) + (xy 132.631308 73.433647) + (xy 132.669432 73.499576) + (xy 132.669897 73.500445) + (xy 132.670308 73.501454) + (xy 132.687833 73.531399) + (xy 132.688064 73.531796) + (xy 132.704053 73.559447) + (xy 132.704064 73.559465) + (xy 132.705547 73.562029) + (xy 132.706221 73.562886) + (xy 132.706756 73.563733) + (xy 132.730681 73.604612) + (xy 132.731618 73.606334) + (xy 132.732378 73.60815) + (xy 132.734683 73.612004) + (xy 132.734688 73.612014) + (xy 132.749506 73.63679) + (xy 132.750114 73.637818) + (xy 132.76469 73.662724) + (xy 132.764695 73.662731) + (xy 132.766958 73.666598) + (xy 132.768176 73.668128) + (xy 132.769233 73.669778) + (xy 132.781407 73.690133) + (xy 132.78324 73.6934) + (xy 132.784534 73.696359) + (xy 132.801084 73.723061) + (xy 132.802021 73.724599) + (xy 132.818158 73.751581) + (xy 132.820197 73.754094) + (xy 132.822259 73.757223) + (xy 132.824602 73.761003) + (xy 132.827616 73.766131) + (xy 132.828216 73.76721) + (xy 132.830117 73.771286) + (xy 132.832575 73.775046) + (xy 132.832582 73.775058) + (xy 132.845833 73.795327) + (xy 132.847464 73.797888) + (xy 132.860203 73.818439) + (xy 132.860207 73.818445) + (xy 132.862579 73.822271) + (xy 132.86451 73.824574) + (xy 132.869181 73.83166) + (xy 132.869916 73.832888) + (xy 132.871942 73.836896) + (xy 132.879871 73.848224) + (xy 132.902117 73.908921) + (xy 132.891334 73.972663) + (xy 132.85036 74.022668) + (xy 132.789982 74.045771) + (xy 132.789437 74.045829) + (xy 132.763651 74.045553) + (xy 132.757786 74.043928) + (xy 132.748784 74.044065) + (xy 132.748778 74.044065) + (xy 132.724456 74.044438) + (xy 132.708708 74.043693) + (xy 132.684531 74.041025) + (xy 132.684529 74.041025) + (xy 132.675576 74.040037) + (xy 132.66671 74.04161) + (xy 132.666703 74.041611) + (xy 132.653789 74.043904) + (xy 132.633699 74.045828) + (xy 132.620591 74.046028) + (xy 132.620584 74.046029) + (xy 132.61158 74.046167) + (xy 132.602973 74.048837) + (xy 132.602973 74.048838) + (xy 132.579743 74.056047) + (xy 132.564426 74.059768) + (xy 132.54708 74.062847) + (xy 132.531604 74.065595) + (xy 132.523536 74.069604) + (xy 132.523533 74.069606) + (xy 132.511786 74.075445) + (xy 132.493056 74.082949) + (xy 132.471929 74.089507) + (xy 132.464429 74.09449) + (xy 132.464424 74.094493) + (xy 132.444167 74.107954) + (xy 132.430522 74.115837) + (xy 132.408735 74.126666) + (xy 132.408721 74.126675) + (xy 132.400665 74.13068) + (xy 132.394058 74.136795) + (xy 132.394054 74.136799) + (xy 132.384422 74.145716) + (xy 132.368573 74.158187) + (xy 132.357651 74.165445) + (xy 132.357645 74.165449) + (xy 132.350144 74.170435) + (xy 132.344348 74.177333) + (xy 132.344346 74.177336) + (xy 132.328702 74.195958) + (xy 132.317833 74.207365) + (xy 132.300653 74.223271) + (xy 132.293367 74.230017) + (xy 132.288751 74.237745) + (xy 132.288745 74.237754) + (xy 132.282024 74.249011) + (xy 132.270324 74.265452) + (xy 132.261887 74.275495) + (xy 132.261884 74.275499) + (xy 132.256091 74.282396) + (xy 132.252473 74.290648) + (xy 132.252474 74.290648) + (xy 132.242707 74.31293) + (xy 132.23549 74.326939) + (xy 132.22302 74.347822) + (xy 132.223015 74.347832) + (xy 132.218401 74.355561) + (xy 132.216149 74.364278) + (xy 132.216147 74.364285) + (xy 132.212867 74.376987) + (xy 132.206276 74.396049) + (xy 132.197392 74.416319) + (xy 132.196246 74.425256) + (xy 132.196246 74.425257) + (xy 132.192596 74.453729) + (xy 132.187899 74.47524) + (xy 132.18594 74.481516) + (xy 132.185939 74.481522) + (xy 132.183256 74.49012) + (xy 132.183103 74.499127) + (xy 132.183103 74.499131) + (xy 132.182662 74.525172) + (xy 132.181659 74.539047) + (xy 132.179945 74.552419) + (xy 132.179945 74.552426) + (xy 132.178801 74.561355) + (xy 132.180109 74.569559) + (xy 132.17267 74.613893) + (xy 132.171325 74.6176) + (xy 132.171322 74.617613) + (xy 132.168254 74.626075) + (xy 132.167693 74.63506) + (xy 132.167693 74.635063) + (xy 132.165632 74.668106) + (xy 132.164268 74.680327) + (xy 132.160012 74.706712) + (xy 132.157563 74.721892) + (xy 132.158691 74.730824) + (xy 132.158691 74.730828) + (xy 132.159231 74.735102) + (xy 132.159979 74.758717) + (xy 132.159711 74.763015) + (xy 132.159711 74.763021) + (xy 132.159151 74.772014) + (xy 132.161145 74.780799) + (xy 132.161146 74.7808) + (xy 132.168477 74.813083) + (xy 132.170611 74.825192) + (xy 132.174082 74.85267) + (xy 132.175888 74.866961) + (xy 132.181209 74.879163) + (xy 132.188585 74.901625) + (xy 132.191533 74.914605) + (xy 132.195923 74.922473) + (xy 132.195924 74.922476) + (xy 132.21205 74.951379) + (xy 132.217511 74.962399) + (xy 132.230739 74.992731) + (xy 132.230741 74.992734) + (xy 132.234342 75.000991) + (xy 132.240122 75.007898) + (xy 132.240126 75.007904) + (xy 132.242883 75.011198) + (xy 132.256287 75.030669) + (xy 132.257264 75.03242) + (xy 132.270182 75.066256) + (xy 132.273968 75.083147) + (xy 132.274326 75.084796) + (xy 132.275248 75.089184) + (xy 132.276246 75.094498) + (xy 132.279228 75.1125) + (xy 132.279232 75.112519) + (xy 132.279967 75.116952) + (xy 132.281326 75.121241) + (xy 132.281327 75.121244) + (xy 132.281374 75.121391) + (xy 132.284565 75.133533) + (xy 132.284599 75.133694) + (xy 132.284602 75.133704) + (xy 132.285527 75.138106) + (xy 132.293332 75.159498) + (xy 132.295066 75.164588) + (xy 132.305698 75.19813) + (xy 132.307434 75.204115) + (xy 132.312694 75.224092) + (xy 132.314444 75.22823) + (xy 132.314448 75.22824) + (xy 132.315329 75.230322) + (xy 132.319395 75.241337) + (xy 132.320078 75.243493) + (xy 132.320081 75.243503) + (xy 132.321436 75.247774) + (xy 132.323383 75.251809) + (xy 132.323391 75.251827) + (xy 132.330415 75.266377) + (xy 132.332985 75.272055) + (xy 132.339248 75.286858) + (xy 132.341327 75.292094) + (xy 132.342399 75.294981) + (xy 132.349576 75.325552) + (xy 132.350797 75.337068) + (xy 132.350798 75.337075) + (xy 132.351749 75.346037) + (xy 132.355185 75.354369) + (xy 132.357259 75.362544) + (xy 132.35988 75.370559) + (xy 132.361435 75.379434) + (xy 132.365424 75.387508) + (xy 132.365426 75.387513) + (xy 132.384306 75.425725) + (xy 132.387818 75.433483) + (xy 132.407505 75.481209) + (xy 132.406724 75.481531) + (xy 132.41571 75.503887) + (xy 132.416429 75.50695) + (xy 132.419717 75.520967) + (xy 132.421354 75.525148) + (xy 132.422252 75.527442) + (xy 132.425991 75.538475) + (xy 132.426671 75.540838) + (xy 132.42668 75.540863) + (xy 132.427922 75.545173) + (xy 132.42917 75.547945) + (xy 132.430387 75.551638) + (xy 132.431616 75.560219) + (xy 132.43535 75.568414) + (xy 132.437217 75.574787) + (xy 132.43881 75.579062) + (xy 132.439641 75.581894) + (xy 132.439642 75.581897) + (xy 132.44218 75.590538) + (xy 132.44705 75.598115) + (xy 132.447052 75.59812) + (xy 132.447624 75.59901) + (xy 132.458948 75.621183) + (xy 132.464384 75.635068) + (xy 132.466606 75.638986) + (xy 132.468113 75.642149) + (xy 132.478871 75.677023) + (xy 132.483828 75.70898) + (xy 132.48495 75.737906) + (xy 132.484412 75.744937) + (xy 132.484132 75.748075) + (xy 132.481256 75.776313) + (xy 132.481404 75.779929) + (xy 132.480854 75.786662) + (xy 132.480671 75.787549) + (xy 132.480394 75.79202) + (xy 132.480393 75.792034) + (xy 132.47872 75.819132) + (xy 132.478593 75.820973) + (xy 132.476512 75.848176) + (xy 132.47617 75.852651) + (xy 132.476368 75.855645) + (xy 132.476256 75.859037) + (xy 132.47615 75.860754) + (xy 132.476085 75.86143) + (xy 132.475932 75.862184) + (xy 132.475807 75.864331) + (xy 132.475805 75.864356) + (xy 132.473906 75.897083) + (xy 132.473878 75.897562) + (xy 132.47323 75.908035) + (xy 132.473073 75.910254) + (xy 132.470493 75.942666) + (xy 132.470439 75.943338) + (xy 132.463576 75.975491) + (xy 132.45929 75.987562) + (xy 132.459288 75.987568) + (xy 132.456275 75.996057) + (xy 132.455774 76.005056) + (xy 132.455774 76.005058) + (xy 132.452789 76.058704) + (xy 132.452494 76.062802) + (xy 132.447759 76.11634) + (xy 132.447759 76.116346) + (xy 132.446966 76.125316) + (xy 132.448624 76.13361) + (xy 132.448155 76.142054) + (xy 132.450207 76.150818) + (xy 132.450208 76.150825) + (xy 132.46246 76.203143) + (xy 132.463346 76.207232) + (xy 132.463479 76.207899) + (xy 132.464839 76.226132) + (xy 132.465099 76.226108) + (xy 132.465247 76.22768) + (xy 132.465268 76.228528) + (xy 132.465928 76.23524) + (xy 132.465509 76.24397) + (xy 132.465694 76.244736) + (xy 132.465659 76.245525) + (xy 132.467743 76.254023) + (xy 132.467744 76.254024) + (xy 132.480694 76.306808) + (xy 132.482631 76.316253) + (xy 132.483738 76.322946) + (xy 132.48393 76.331947) + (xy 132.486648 76.340527) + (xy 132.486649 76.340531) + (xy 132.493517 76.362208) + (xy 132.49744 76.378122) + (xy 132.500349 76.394426) + (xy 132.503017 76.409372) + (xy 132.513595 76.430607) + (xy 132.520926 76.448724) + (xy 132.528092 76.471341) + (xy 132.533126 76.47882) + (xy 132.535496 76.482341) + (xy 132.547993 76.506793) + (xy 132.549399 76.513395) + (xy 132.553682 76.521323) + (xy 132.559337 76.531791) + (xy 132.567631 76.550708) + (xy 132.571498 76.561955) + (xy 132.574429 76.570479) + (xy 132.579639 76.577828) + (xy 132.57964 76.577829) + (xy 132.594409 76.59866) + (xy 132.602477 76.611643) + (xy 132.614617 76.634114) + (xy 132.61462 76.634118) + (xy 132.618902 76.642044) + (xy 132.625244 76.648443) + (xy 132.633614 76.656888) + (xy 132.64691 76.672712) + (xy 132.653785 76.68241) + (xy 132.653789 76.682414) + (xy 132.659 76.689764) + (xy 132.684694 76.710056) + (xy 132.687438 76.712486) + (xy 132.690381 76.71638) + (xy 132.721164 76.739207) + (xy 132.726868 76.743437) + (xy 132.729903 76.745761) + (xy 132.773751 76.78039) + (xy 132.779023 76.782513) + (xy 132.783798 76.785654) + (xy 132.79077 76.790824) + (xy 132.799568 76.797349) + (xy 132.807832 76.803477) + (xy 132.831169 76.81206) + (xy 132.848545 76.819995) + (xy 132.870312 76.832008) + (xy 132.879105 76.833962) + (xy 132.879108 76.833963) + (xy 132.900183 76.838646) + (xy 132.916343 76.84339) + (xy 132.945066 76.853956) + (xy 132.969878 76.855617) + (xy 132.985059 76.857798) + (xy 132.987521 76.8581) + (xy 132.987708 76.858179) + (xy 132.988749 76.858328) + (xy 132.990287 76.85867) + (xy 132.995932 76.860062) + (xy 132.998365 76.860722) + (xy 132.998398 76.860731) + (xy 132.998238 76.861317) + (xy 132.999262 76.861395) + (xy 132.999417 76.8607) + (xy 133.002193 76.861317) + (xy 133.013052 76.86373) + (xy 133.050619 76.861211) + (xy 133.052427 76.861147) + (xy 133.054301 76.861273) + (xy 133.08202 76.859163) + (xy 133.088903 76.85883) + (xy 133.144556 76.857668) + (xy 133.155591 76.854175) + (xy 133.155702 76.854526) + (xy 133.158956 76.853988) + (xy 133.158943 76.853953) + (xy 133.162704 76.852568) + (xy 133.172502 76.848963) + (xy 133.177936 76.847104) + (xy 133.187722 76.844007) + (xy 133.19836 76.841147) + (xy 133.242547 76.831327) + (xy 133.273151 76.814434) + (xy 133.293438 76.805467) + (xy 133.300723 76.802987) + (xy 133.352118 76.79673) + (xy 133.401692 76.811671) + (xy 133.441072 76.845286) + (xy 133.451448 76.858731) + (xy 133.456038 76.865077) + (xy 133.465351 76.878836) + (xy 133.468377 76.882164) + (xy 133.472622 76.886834) + (xy 133.479125 76.894594) + (xy 133.485725 76.903145) + (xy 133.49767 76.914744) + (xy 133.50309 76.920345) + (xy 133.517272 76.935945) + (xy 133.519563 76.938613) + (xy 133.521333 76.941143) + (xy 133.5244 76.944416) + (xy 133.524402 76.944418) + (xy 133.542932 76.96419) + (xy 133.544222 76.965589) + (xy 133.561204 76.984267) + (xy 133.565866 76.989697) + (xy 133.590859 77.020545) + (xy 133.600251 77.032137) + (xy 133.604681 77.03794) + (xy 133.658276 77.112557) + (xy 133.661168 77.116763) + (xy 133.708433 77.188599) + (xy 133.71119 77.193583) + (xy 133.711661 77.195186) + (xy 133.714642 77.199824) + (xy 133.714646 77.199831) + (xy 133.714651 77.199839) + (xy 133.714704 77.199936) + (xy 133.715037 77.200539) + (xy 133.715155 77.200939) + (xy 133.715897 77.202094) + (xy 133.715899 77.202097) + (xy 133.742034 77.242763) + (xy 133.745499 77.249109) + (xy 133.746519 77.252583) + (xy 133.751385 77.260155) + (xy 133.751388 77.260161) + (xy 133.775612 77.297855) + (xy 133.784221 77.31362) + (xy 133.785947 77.317399) + (xy 133.788486 77.326044) + (xy 133.789482 77.327595) + (xy 133.799929 77.380023) + (xy 133.784653 77.435872) + (xy 133.771517 77.459984) + (xy 133.762616 77.474028) + (xy 133.745939 77.496857) + (xy 133.745935 77.496864) + (xy 133.740623 77.504136) + (xy 133.737573 77.512612) + (xy 133.737571 77.512617) + (xy 133.730679 77.531773) + (xy 133.723708 77.547632) + (xy 133.72259 77.549764) + (xy 133.721658 77.551508) + (xy 133.718007 77.558212) + (xy 133.716743 77.560534) + (xy 133.716588 77.560818) + (xy 133.716067 77.560534) + (xy 133.715836 77.561185) + (xy 133.716437 77.5615) + (xy 133.714248 77.565674) + (xy 133.714246 77.565677) + (xy 133.710064 77.573655) + (xy 133.708297 77.582491) + (xy 133.697293 77.637508) + (xy 133.69312 77.653099) + (xy 133.685209 77.676529) + (xy 133.685207 77.676537) + (xy 133.682326 77.685072) + (xy 133.681965 77.694077) + (xy 133.681965 77.694078) + (xy 133.679647 77.751914) + (xy 133.679525 77.754353) + (xy 133.675535 77.821104) + (xy 133.677552 77.829885) + (xy 133.677553 77.829887) + (xy 133.682147 77.849878) + (xy 133.685347 77.878096) + (xy 133.685347 77.895241) + (xy 133.687534 77.902689) + (xy 133.688009 77.907156) + (xy 133.68868 77.916884) + (xy 133.68868 77.916888) + (xy 133.689301 77.92587) + (xy 133.692427 77.934315) + (xy 133.692428 77.93432) + (xy 133.702671 77.961993) + (xy 133.706725 77.975095) + (xy 133.713896 78.003707) + (xy 133.713897 78.00371) + (xy 133.716088 78.01245) + (xy 133.720652 78.02022) + (xy 133.721459 78.022192) + (xy 133.724129 78.027323) + (xy 133.726543 78.035541) + (xy 133.72833 78.038321) + (xy 133.735422 78.060555) + (xy 133.737791 78.07295) + (xy 133.745643 78.114019) + (xy 133.749756 78.122028) + (xy 133.74976 78.122038) + (xy 133.760125 78.142218) + (xy 133.766656 78.157271) + (xy 133.777349 78.187106) + (xy 133.782657 78.19439) + (xy 133.789052 78.203166) + (xy 133.805297 78.243677) + (xy 133.807236 78.242907) + (xy 133.807989 78.2448) + (xy 133.808074 78.245051) + (xy 133.808087 78.245047) + (xy 133.810345 78.250722) + (xy 133.811234 78.254121) + (xy 133.812348 78.262472) + (xy 133.816002 78.270696) + (xy 133.816004 78.270702) + (xy 133.830252 78.302766) + (xy 133.832072 78.308137) + (xy 133.832429 78.307998) + (xy 133.835719 78.316393) + (xy 133.837779 78.325158) + (xy 133.842224 78.332988) + (xy 133.843192 78.335458) + (xy 133.848309 78.346118) + (xy 133.857965 78.37038) + (xy 133.857966 78.370383) + (xy 133.861297 78.378751) + (xy 133.866588 78.385509) + (xy 133.866976 78.386211) + (xy 133.882994 78.416453) + (xy 133.885383 78.420964) + (xy 133.893377 78.439517) + (xy 133.897543 78.451819) + (xy 133.90272 78.459194) + (xy 133.902721 78.459195) + (xy 133.910044 78.469626) + (xy 133.918262 78.483044) + (xy 133.92331 78.492574) + (xy 133.93291 78.510699) + (xy 133.939198 78.517149) + (xy 133.947164 78.525321) + (xy 133.960063 78.540875) + (xy 133.981559 78.571494) + (xy 133.982181 78.57199) + (xy 133.983426 78.573521) + (xy 133.990455 78.58357) + (xy 133.995735 78.592592) + (xy 133.996748 78.595802) + (xy 134.001769 78.603281) + (xy 134.025633 78.638831) + (xy 134.030101 78.645995) + (xy 134.035406 78.655172) + (xy 134.035415 78.655185) + (xy 134.037663 78.659074) + (xy 134.045288 78.668759) + (xy 134.050896 78.676466) + (xy 134.057767 78.686701) + (xy 134.060774 78.690034) + (xy 134.060784 78.690047) + (xy 134.067884 78.697917) + (xy 134.073318 78.704362) + (xy 134.105387 78.745094) + (xy 134.106773 78.74608) + (xy 134.115622 78.756521) + (xy 134.115653 78.756497) + (xy 134.118433 78.760023) + (xy 134.13468 78.78063) + (xy 134.13602 78.78236) + (xy 134.154651 78.806872) + (xy 134.15611 78.808309) + (xy 134.16147 78.815037) + (xy 134.162021 78.815803) + (xy 134.164382 78.819627) + (xy 134.167263 78.823077) + (xy 134.181986 78.84071) + (xy 134.184214 78.843456) + (xy 134.196695 78.859286) + (xy 134.215585 78.892678) + (xy 134.222748 78.911596) + (xy 134.228184 78.918783) + (xy 134.228186 78.918787) + (xy 134.255615 78.955054) + (xy 134.259898 78.961076) + (xy 134.28516 78.998899) + (xy 134.285162 78.998901) + (xy 134.290166 79.006393) + (xy 134.297078 79.012171) + (xy 134.301163 79.016721) + (xy 134.305516 79.021031) + (xy 134.310953 79.02822) + (xy 134.318194 79.033585) + (xy 134.354736 79.06066) + (xy 134.360521 79.065214) + (xy 134.368637 79.071999) + (xy 134.36894 79.072331) + (xy 134.36928 79.072537) + (xy 134.402347 79.100183) + (xy 134.410611 79.103781) + (xy 134.412194 79.10476) + (xy 134.421597 79.111175) + (xy 134.448609 79.131451) + (xy 134.457825 79.13908) + (xy 134.461834 79.142733) + (xy 134.467565 79.149689) + (xy 134.506072 79.175812) + (xy 134.514539 79.182091) + (xy 134.543695 79.205662) + (xy 134.543698 79.205663) + (xy 134.550708 79.211331) + (xy 134.559029 79.214792) + (xy 134.559345 79.214981) + (xy 134.580812 79.226574) + (xy 134.581111 79.226719) + (xy 134.58857 79.23178) + (xy 134.59715 79.234533) + (xy 134.632868 79.245994) + (xy 134.642761 79.249631) + (xy 134.685711 79.267502) + (xy 134.687875 79.267738) + (xy 134.690473 79.269273) + (xy 134.709535 79.274101) + (xy 134.709536 79.274102) + (xy 134.709334 79.274898) + (xy 134.711355 79.274934) + (xy 134.714616 79.276426) + (xy 134.72354 79.277714) + (xy 134.729864 79.279576) + (xy 134.729875 79.279532) + (xy 134.747263 79.283791) + (xy 134.762886 79.287619) + (xy 134.763801 79.287848) + (xy 134.792494 79.295117) + (xy 134.792503 79.295119) + (xy 134.796601 79.296157) + (xy 134.798221 79.296327) + (xy 134.79974 79.296648) + (xy 134.808833 79.298876) + (xy 134.827455 79.30344) + (xy 134.827458 79.30344) + (xy 134.836211 79.305585) + (xy 134.845213 79.305176) + (xy 134.845216 79.305177) + (xy 134.856983 79.304643) + (xy 134.869049 79.304673) + (xy 134.881247 79.305291) + (xy 134.888081 79.305825) + (xy 134.906989 79.307824) + (xy 134.911495 79.307654) + (xy 134.915984 79.307807) + (xy 134.91597 79.308203) + (xy 134.931945 79.309521) + (xy 134.93203 79.308876) + (xy 134.932032 79.308876) + (xy 134.932035 79.308877) + (xy 134.942222 79.310214) + (xy 134.960011 79.313869) + (xy 134.961106 79.314177) + (xy 134.969348 79.317835) + (xy 134.978287 79.319021) + (xy 134.984085 79.320656) + (xy 134.989968 79.321949) + (xy 134.998409 79.32512) + (xy 135.052857 79.329138) + (xy 135.060166 79.329891) + (xy 135.114299 79.337079) + (xy 135.127931 79.334967) + (xy 135.144731 79.33453) + (xy 135.144704 79.333867) + (xy 135.15371 79.333493) + (xy 135.162678 79.334406) + (xy 135.1989 79.327656) + (xy 135.204318 79.326769) + (xy 135.208324 79.326202) + (xy 135.21282 79.325891) + (xy 135.239794 79.320086) + (xy 135.243198 79.319402) + (xy 135.270306 79.314353) + (xy 135.273425 79.313294) + (xy 135.275993 79.312838) + (xy 135.275987 79.312811) + (xy 135.284749 79.310678) + (xy 135.293723 79.309816) + (xy 135.299241 79.307602) + (xy 135.301044 79.30765) + (xy 135.300892 79.30694) + (xy 135.300891 79.30694) + (xy 135.31985 79.302861) + (xy 135.320835 79.302325) + (xy 135.349866 79.296246) + (xy 135.372201 79.294951) + (xy 135.4193 79.2781) + (xy 135.42348 79.276688) + (xy 135.453149 79.267264) + (xy 135.454295 79.266907) + (xy 135.485572 79.257392) + (xy 135.485574 79.257391) + (xy 135.485714 79.257852) + (xy 135.501358 79.253706) + (xy 135.501346 79.253653) + (xy 135.502808 79.253321) + (xy 135.504728 79.252813) + (xy 135.505729 79.25266) + (xy 135.505728 79.25266) + (xy 135.510191 79.25198) + (xy 135.515553 79.250355) + (xy 135.527402 79.247384) + (xy 135.532919 79.246282) + (xy 135.553504 79.238998) + (xy 135.55895 79.237211) + (xy 135.595207 79.226231) + (xy 135.607463 79.223182) + (xy 135.610283 79.222628) + (xy 135.621879 79.220353) + (xy 135.654858 79.203208) + (xy 135.655405 79.202947) + (xy 135.656103 79.202702) + (xy 135.687308 79.186342) + (xy 135.687489 79.186248) + (xy 135.714846 79.172028) + (xy 135.740809 79.161997) + (xy 135.761394 79.156567) + (xy 135.776158 79.147644) + (xy 135.796007 79.137913) + (xy 135.812105 79.131709) + (xy 135.842425 79.108488) + (xy 135.847618 79.104949) + (xy 135.847563 79.104871) + (xy 135.851236 79.102276) + (xy 135.855095 79.099945) + (xy 135.85858 79.097089) + (xy 135.862259 79.094491) + (xy 135.862378 79.09466) + (xy 135.872021 79.088109) + (xy 135.877461 79.086038) + (xy 135.903124 79.066544) + (xy 135.91222 79.060279) + (xy 135.920284 79.056737) + (xy 135.941424 79.038945) + (xy 135.946885 79.034603) + (xy 135.951569 79.031085) + (xy 135.959479 79.026752) + (xy 135.965849 79.020362) + (xy 135.965958 79.020281) + (xy 135.978749 79.009104) + (xy 135.982825 79.006007) + (xy 135.993903 78.997594) + (xy 135.998473 78.991398) + (xy 136.004072 78.986223) + (xy 136.032162 78.962586) + (xy 136.041679 78.948235) + (xy 136.055477 78.930945) + (xy 136.061136 78.925007) + (xy 136.061135 78.925007) + (xy 136.067355 78.918482) + (xy 136.071482 78.910469) + (xy 136.076709 78.903127) + (xy 136.077489 78.903682) + (xy 136.087787 78.889102) + (xy 136.089455 78.887566) + (xy 136.095745 78.879836) + (xy 136.102689 78.871995) + (xy 136.10959 78.864828) + (xy 136.115597 78.856476) + (xy 136.12876 78.840982) + (xy 136.154609 78.815115) + (xy 136.174368 78.778894) + (xy 136.183857 78.76489) + (xy 136.184347 78.764313) + (xy 136.184534 78.763889) + (xy 136.187932 78.758876) + (xy 136.189558 78.756912) + (xy 136.196241 78.750854) + (xy 136.2166 78.717554) + (xy 136.229361 78.696682) + (xy 136.248385 78.672694) + (xy 136.268572 78.652787) + (xy 136.272949 78.644899) + (xy 136.276056 78.640809) + (xy 136.27894 78.636543) + (xy 136.285008 78.629865) + (xy 136.309334 78.579738) + (xy 136.312506 78.573636) + (xy 136.31257 78.573522) + (xy 136.339537 78.52494) + (xy 136.340787 78.519372) + (xy 136.34756 78.505289) + (xy 136.34761 78.505203) + (xy 136.355052 78.492574) + (xy 136.36565 78.450509) + (xy 136.371491 78.432915) + (xy 136.377673 78.418055) + (xy 136.379997 78.409001) + (xy 136.383102 78.398744) + (xy 136.386191 78.389918) + (xy 136.387842 78.381496) + (xy 136.392324 78.364805) + (xy 136.395367 78.35595) + (xy 136.397818 78.349422) + (xy 136.402891 78.336971) + (xy 136.403589 78.335401) + (xy 136.404481 78.33385) + (xy 136.414616 78.308351) + (xy 136.419608 78.297356) + (xy 136.420396 78.29582) + (xy 136.425613 78.288466) + (xy 136.444549 78.233418) + (xy 136.446596 78.227896) + (xy 136.447375 78.225938) + (xy 136.454524 78.207953) + (xy 136.45572 78.202967) + (xy 136.455914 78.202162) + (xy 136.45929 78.190567) + (xy 136.461227 78.18494) + (xy 136.462073 78.180501) + (xy 136.462294 78.179671) + (xy 136.464233 78.173105) + (xy 136.469944 78.155531) + (xy 136.470831 78.152901) + (xy 136.492638 78.090658) + (xy 136.49294 78.08477) + (xy 136.494763 78.079163) + (xy 136.494943 78.072813) + (xy 136.495641 78.07295) + (xy 136.49618 78.070032) + (xy 136.495627 78.069937) + (xy 136.50338 78.024956) + (xy 136.505465 78.012858) + (xy 136.506632 78.006945) + (xy 136.517234 77.959234) + (xy 136.517233 77.959234) + (xy 136.51919 77.950432) + (xy 136.518586 77.941439) + (xy 136.518772 77.939004) + (xy 136.518885 77.938087) + (xy 136.518867 77.937148) + (xy 136.518934 77.934725) + (xy 136.520467 77.925838) + (xy 136.513828 77.868317) + (xy 136.513281 77.862314) + (xy 136.513243 77.86175) + (xy 136.509408 77.804538) + (xy 136.506295 77.796079) + (xy 136.505788 77.793695) + (xy 136.505637 77.792777) + (xy 136.505358 77.791889) + (xy 136.504736 77.789531) + (xy 136.503704 77.78058) + (xy 136.49836 77.767957) + (xy 136.481134 77.727267) + (xy 136.478914 77.721652) + (xy 136.45892 77.667309) + (xy 136.460907 77.666577) + (xy 136.450525 77.630816) + (xy 136.458119 77.578129) + (xy 136.465525 77.558212) + (xy 136.466479 77.553798) + (xy 136.46774 77.549488) + (xy 136.467905 77.549536) + (xy 136.469405 77.544113) + (xy 136.47329 77.532644) + (xy 136.477926 77.520927) + (xy 136.477934 77.520904) + (xy 136.479807 77.516789) + (xy 136.486235 77.494779) + (xy 136.487823 77.489737) + (xy 136.495183 77.468013) + (xy 136.495184 77.468009) + (xy 136.495488 77.468112) + (xy 136.519204 77.421948) + (xy 136.529433 77.409655) + (xy 136.536179 77.39406) + (xy 136.546754 77.374544) + (xy 136.556141 77.360369) + (xy 136.567474 77.323625) + (xy 136.569694 77.317618) + (xy 136.569621 77.317593) + (xy 136.570651 77.314651) + (xy 136.571591 77.312486) + (xy 136.572256 77.310686) + (xy 136.57291 77.309178) + (xy 136.57291 77.309175) + (xy 136.572936 77.309117) + (xy 136.573037 77.30916) + (xy 136.57778 77.298246) + (xy 136.57787 77.29799) + (xy 136.58206 77.290004) + (xy 136.583828 77.281165) + (xy 136.586838 77.272666) + (xy 136.589428 77.273583) + (xy 136.613374 77.226751) + (xy 136.614638 77.224924) + (xy 136.620696 77.218395) + (xy 136.625978 77.213313) + (xy 136.6278 77.211229) + (xy 136.634646 77.205353) + (xy 136.667071 77.155402) + (xy 136.670066 77.150999) + (xy 136.704596 77.102497) + (xy 136.707432 77.094295) + (xy 136.707865 77.093551) + (xy 136.709215 77.090786) + (xy 136.709536 77.089989) + (xy 136.714264 77.082707) + (xy 136.731303 77.025641) + (xy 136.732924 77.02061) + (xy 136.752402 76.96431) + (xy 136.752813 76.955641) + (xy 136.753018 76.954806) + (xy 136.753535 76.951771) + (xy 136.753618 76.950915) + (xy 136.756103 76.942598) + (xy 136.756375 76.883055) + (xy 136.756515 76.877715) + (xy 136.759084 76.823623) + (xy 136.769396 76.783005) + (xy 136.769011 76.782883) + (xy 136.769801 76.78039) + (xy 136.772473 76.771957) + (xy 136.778872 76.755753) + (xy 136.779244 76.754971) + (xy 136.781475 76.751047) + (xy 136.783124 76.746839) + (xy 136.783968 76.745073) + (xy 136.784803 76.743201) + (xy 136.786941 76.739207) + (xy 136.788214 76.735699) + (xy 136.798749 76.71767) + (xy 136.798469 76.717493) + (xy 136.813506 76.693828) + (xy 136.815324 76.691049) + (xy 136.828449 76.671548) + (xy 136.828451 76.671543) + (xy 136.830969 76.667803) + (xy 136.832929 76.66374) + (xy 136.834342 76.661278) + (xy 136.837283 76.656411) + (xy 136.844633 76.644843) + (xy 136.848066 76.640062) + (xy 136.84795 76.639981) + (xy 136.850518 76.63628) + (xy 136.853343 76.632775) + (xy 136.86694 76.60985) + (xy 136.868907 76.606645) + (xy 136.883229 76.58411) + (xy 136.885081 76.579997) + (xy 136.887215 76.576043) + (xy 136.88734 76.57611) + (xy 136.890051 76.570888) + (xy 136.899924 76.554244) + (xy 136.903129 76.549477) + (xy 136.902998 76.549392) + (xy 136.905451 76.54562) + (xy 136.90817 76.542032) + (xy 136.91035 76.538091) + (xy 136.910354 76.538086) + (xy 136.921193 76.518497) + (xy 136.923037 76.515277) + (xy 136.93676 76.492144) + (xy 136.938485 76.487976) + (xy 136.940501 76.483948) + (xy 136.940643 76.484019) + (xy 136.943135 76.478844) + (xy 136.947287 76.471341) + (xy 136.95136 76.463981) + (xy 136.957554 76.453931) + (xy 136.96127 76.448492) + (xy 136.97044 76.429813) + (xy 136.9733 76.424332) + (xy 136.981202 76.410054) + (xy 136.981201 76.410054) + (xy 136.983382 76.406115) + (xy 136.985043 76.401735) + (xy 136.992004 76.386514) + (xy 136.993765 76.383254) + (xy 136.996193 76.37944) + (xy 137.00189 76.366814) + (xy 137.047936 76.313081) + (xy 137.115682 76.292642) + (xy 137.12236 76.292587) + (xy 137.122923 76.292584) + (xy 137.193659 76.292569) + (xy 137.195659 76.291981) + (xy 137.197743 76.291964) + (xy 137.248403 76.276633) + (xy 137.248916 76.278329) + (xy 137.251993 76.276706) + (xy 137.251672 76.275644) + (xy 137.257159 76.273983) + (xy 137.257159 76.273982) + (xy 137.265355 76.271502) + (xy 137.265993 76.271311) + (xy 137.298697 76.261702) + (xy 137.300229 76.261001) + (xy 137.301722 76.260496) + (xy 137.337697 76.249611) + (xy 137.345238 76.244675) + (xy 137.345822 76.244403) + (xy 137.370642 76.231925) + (xy 137.38636 76.22615) + (xy 137.428188 76.195151) + (xy 137.43504 76.190417) + (xy 137.478849 76.16225) + (xy 137.484751 76.155434) + (xy 137.490841 76.150155) + (xy 137.496591 76.14446) + (xy 137.503839 76.13909) + (xy 137.535259 76.097537) + (xy 137.540467 76.091105) + (xy 137.57458 76.05172) + (xy 137.578324 76.043514) + (xy 137.582687 76.036723) + (xy 137.586593 76.02965) + (xy 137.592033 76.022458) + (xy 137.61046 75.973771) + (xy 137.613675 75.966062) + (xy 137.635293 75.918699) + (xy 137.636072 75.913266) + (xy 137.646781 75.888542) + (xy 137.648752 75.885194) + (xy 137.653325 75.877427) + (xy 137.65786 75.859398) + (xy 137.658833 75.855764) + (xy 137.660694 75.849206) + (xy 137.664368 75.840969) + (xy 137.665574 75.832005) + (xy 137.668247 75.81811) + (xy 137.66977 75.812058) + (xy 137.670315 75.809975) + (xy 137.67944 75.776313) + (xy 137.687947 75.744934) + (xy 137.687848 75.740205) + (xy 137.689001 75.735623) + (xy 137.686367 75.668363) + (xy 137.686299 75.666068) + (xy 137.685387 75.622411) + (xy 137.684893 75.598743) + (xy 137.683466 75.594236) + (xy 137.683282 75.589513) + (xy 137.680403 75.580962) + (xy 137.680037 75.578972) + (xy 137.675483 75.556554) + (xy 137.67506 75.556617) + (xy 137.67506 75.556615) + (xy 137.672476 75.539249) + (xy 137.6716 75.531846) + (xy 137.67042 75.518527) + (xy 137.670373 75.517677) + (xy 137.670422 75.516716) + (xy 137.667159 75.481699) + (xy 137.666182 75.470671) + (xy 137.665916 75.467055) + (xy 137.662091 75.402218) + (xy 137.661914 75.397996) + (xy 137.659948 75.318617) + (xy 137.659914 75.314619) + (xy 137.660426 75.248245) + (xy 137.660534 75.246077) + (xy 137.66052 75.246077) + (xy 137.66052 75.246076) + (xy 137.661146 75.212182) + (xy 137.66117 75.211164) + (xy 137.661332 75.205155) + (xy 137.662072 75.177645) + (xy 137.661868 75.175901) + (xy 137.661847 75.174211) + (xy 137.662289 75.150295) + (xy 137.662403 75.147947) + (xy 137.662744 75.145698) + (xy 137.662989 75.112669) + (xy 137.663005 75.111455) + (xy 137.663613 75.078578) + (xy 137.663329 75.07631) + (xy 137.663276 75.073981) + (xy 137.663301 75.07067) + (xy 137.663442 75.051716) + (xy 137.66356 75.04844) + (xy 137.663962 75.0455) + (xy 137.66377 75.018357) + (xy 137.672778 74.970676) + (xy 137.677588 74.95865) + (xy 137.679316 74.954642) + (xy 137.681069 74.951477) + (xy 137.691991 74.922689) + (xy 137.692756 74.920725) + (xy 137.704187 74.892148) + (xy 137.705038 74.888632) + (xy 137.706471 74.884525) + (xy 137.719907 74.849117) + (xy 137.72157 74.82757) + (xy 137.7268 74.800113) + (xy 137.731422 74.785143) + (xy 137.731421 74.785143) + (xy 137.731424 74.785137) + (xy 137.732119 74.785351) + (xy 137.739751 74.764416) + (xy 137.754758 74.735065) + (xy 137.756434 74.726203) + (xy 137.756622 74.725656) + (xy 137.760214 74.711585) + (xy 137.761797 74.70669) + (xy 137.764882 74.69821) + (xy 137.769974 74.685641) + (xy 137.773303 74.672156) + (xy 137.775732 74.663621) + (xy 137.776256 74.662) + (xy 137.776663 74.660868) + (xy 137.777219 74.659719) + (xy 137.787685 74.626676) + (xy 137.787839 74.626198) + (xy 137.79739 74.596681) + (xy 137.79739 74.596679) + (xy 137.798447 74.593414) + (xy 137.798663 74.592151) + (xy 137.798984 74.59101) + (xy 137.800998 74.584654) + (xy 137.80298 74.578887) + (xy 137.803482 74.577534) + (xy 137.812953 74.557588) + (xy 137.815989 74.552419) + (xy 137.83517 74.519758) + (xy 137.847681 74.469797) + (xy 137.850045 74.461564) + (xy 137.865924 74.412594) + (xy 137.866175 74.403583) + (xy 137.867627 74.395168) + (xy 137.868502 74.386664) + (xy 137.870694 74.377916) + (xy 137.868623 74.326449) + (xy 137.868571 74.317918) + (xy 137.870012 74.266428) + (xy 137.867713 74.257706) + (xy 137.866734 74.249215) + (xy 137.865181 74.240823) + (xy 137.864819 74.231812) + (xy 137.848337 74.183026) + (xy 137.84587 74.174809) + (xy 137.844717 74.170435) + (xy 137.836228 74.138216) + (xy 137.83505 74.133745) + (xy 137.835049 74.133742) + (xy 137.832754 74.125033) + (xy 137.828097 74.11732) + (xy 137.824766 74.109452) + (xy 137.820902 74.10182) + (xy 137.818018 74.093281) + (xy 137.794401 74.05959) + (xy 137.787923 74.048342) + (xy 137.784729 74.043429) + (xy 137.780944 74.035252) + (xy 137.775006 74.028471) + (xy 137.770097 74.020918) + (xy 137.770299 74.020786) + (xy 137.767459 74.0169) + (xy 137.75717 73.999861) + (xy 137.754373 73.997297) + (xy 137.73231 73.955001) + (xy 137.728697 73.903781) + (xy 137.744484 73.859145) + (xy 137.744045 73.85892) + (xy 137.74572 73.855651) + (xy 137.745817 73.855376) + (xy 137.748434 73.851061) + (xy 137.755457 73.834545) + (xy 137.758419 73.828092) + (xy 137.75865 73.827625) + (xy 137.758824 73.827276) + (xy 137.791723 73.761984) + (xy 137.820384 73.724647) + (xy 137.834763 73.711824) + (xy 137.837608 73.707253) + (xy 137.841552 73.703587) + (xy 137.863992 73.66582) + (xy 137.867635 73.660867) + (xy 137.867278 73.660632) + (xy 137.872242 73.653112) + (xy 137.878231 73.646371) + (xy 137.883577 73.635033) + (xy 137.888966 73.625141) + (xy 137.890238 73.622729) + (xy 137.892631 73.618887) + (xy 137.894312 73.615058) + (xy 137.896949 73.610352) + (xy 137.916245 73.577881) + (xy 137.920041 73.563042) + (xy 137.928146 73.540535) + (xy 137.940606 73.514119) + (xy 137.940649 73.513839) + (xy 137.945621 73.502024) + (xy 137.962437 73.471135) + (xy 137.963918 73.46849) + (xy 137.998337 73.408783) + (xy 138.007541 73.393027) + (xy 138.0254 73.36279) + (xy 138.025783 73.361856) + (xy 138.026197 73.361089) + (xy 138.033514 73.348564) + (xy 138.034581 73.34686) + (xy 138.035822 73.34527) + (xy 138.05238 73.316279) + (xy 138.052899 73.315381) + (xy 138.069731 73.28657) + (xy 138.070489 73.284703) + (xy 138.071438 73.282915) + (xy 138.071971 73.281982) + (xy 138.07383 73.27893) + (xy 138.075778 73.276349) + (xy 138.090906 73.248863) + (xy 138.091861 73.247162) + (xy 138.107428 73.219911) + (xy 138.107646 73.220035) + (xy 138.109964 73.215975) + (xy 138.109901 73.215939) + (xy 138.112144 73.212016) + (xy 138.114651 73.20828) + (xy 138.116603 73.204217) + (xy 138.117533 73.202592) + (xy 138.132828 73.181327) + (xy 138.145846 73.166716) + (xy 138.149706 73.158559) + (xy 138.154268 73.151671) + (xy 138.158367 73.144475) + (xy 138.163901 73.137355) + (xy 138.182709 73.089571) + (xy 138.189231 73.075584) + (xy 138.201108 73.053716) + (xy 138.202471 73.047373) + (xy 138.203547 73.044818) + (xy 138.208407 73.034554) + (xy 138.216057 72.986069) + (xy 138.2179 72.976713) + (xy 138.221541 72.961316) + (xy 138.221541 72.961314) + (xy 138.222581 72.956918) + (xy 138.222946 72.952835) + (xy 138.223914 72.9477) + (xy 138.231861 72.910764) + (xy 138.230611 72.893844) + (xy 138.231752 72.893759) + (xy 138.23182 72.89278) + (xy 138.232698 72.89284) + (xy 138.230479 72.88457) + (xy 138.230038 72.88117) + (xy 138.230094 72.877122) + (xy 138.230585 72.867621) + (xy 138.232356 72.847875) + (xy 138.231837 72.845269) + (xy 138.233315 72.822907) + (xy 138.235532 72.811083) + (xy 138.237214 72.811398) + (xy 138.23722 72.811165) + (xy 138.235606 72.810866) + (xy 138.239716 72.788685) + (xy 138.24133 72.779975) + (xy 138.249046 72.754156) + (xy 138.255989 72.737622) + (xy 138.256562 72.736285) + (xy 138.267754 72.710508) + (xy 138.267753 72.710508) + (xy 138.26955 72.706372) + (xy 138.270365 72.703389) + (xy 138.271558 72.700549) + (xy 138.279804 72.668878) + (xy 138.28007 72.667881) + (xy 138.285877 72.646636) + (xy 138.28908 72.636601) + (xy 138.290885 72.631667) + (xy 138.292431 72.627442) + (xy 138.296071 72.610173) + (xy 138.297815 72.602965) + (xy 138.302473 72.58593) + (xy 138.303452 72.578077) + (xy 138.306698 72.561348) + (xy 138.306923 72.5605) + (xy 138.310633 72.548836) + (xy 138.312898 72.542754) + (xy 138.31486 72.533704) + (xy 138.317588 72.523296) + (xy 138.318987 72.518757) + (xy 138.320315 72.514451) + (xy 138.321017 72.509988) + (xy 138.321209 72.509162) + (xy 138.321967 72.505581) + (xy 138.32186 72.505561) + (xy 138.322701 72.501149) + (xy 138.32386 72.496792) + (xy 138.324386 72.492312) + (xy 138.324596 72.491216) + (xy 138.326327 72.480838) + (xy 138.326472 72.48017) + (xy 138.328276 72.47291) + (xy 138.332968 72.45619) + (xy 138.334278 72.446218) + (xy 138.336068 72.435928) + (xy 138.337244 72.430507) + (xy 138.338199 72.426107) + (xy 138.339426 72.408778) + (xy 138.340181 72.401311) + (xy 138.340764 72.396872) + (xy 138.342887 72.385301) + (xy 138.342995 72.38463) + (xy 138.344032 72.380245) + (xy 138.346097 72.357139) + (xy 138.346672 72.351934) + (xy 138.349693 72.328957) + (xy 138.349669 72.326987) + (xy 138.351518 72.314563) + (xy 138.351172 72.314506) + (xy 138.351908 72.310061) + (xy 138.352964 72.305672) + (xy 138.353353 72.301485) + (xy 138.353368 72.301412) + (xy 138.353691 72.299331) + (xy 138.3537 72.299251) + (xy 138.354598 72.295143) + (xy 138.355716 72.279656) + (xy 138.356788 72.270008) + (xy 138.356892 72.269311) + (xy 138.357561 72.26486) + (xy 138.357588 72.260358) + (xy 138.357695 72.258994) + (xy 138.358124 72.250344) + (xy 138.358944 72.241549) + (xy 138.359778 72.234683) + (xy 138.360713 72.228435) + (xy 138.360738 72.223927) + (xy 138.361085 72.219442) + (xy 138.361126 72.219445) + (xy 138.361257 72.216761) + (xy 138.363132 72.196665) + (xy 138.362096 72.191352) + (xy 138.362226 72.189554) + (xy 138.361544 72.179942) + (xy 138.36138 72.164881) + (xy 138.361921 72.160412) + (xy 138.361302 72.132992) + (xy 138.361273 72.129443) + (xy 138.361311 72.12277) + (xy 138.361429 72.102013) + (xy 138.360827 72.097655) + (xy 138.360646 72.088606) + (xy 138.36094 72.085598) + (xy 138.359614 72.056565) + (xy 138.359516 72.053658) + (xy 138.359182 72.038825) + (xy 138.358863 72.024635) + (xy 138.35843 72.022043) + (xy 138.358036 72.014282) + (xy 138.358017 72.011878) + (xy 138.358305 72.007382) + (xy 138.356269 71.981688) + (xy 138.356008 71.9775) + (xy 138.355696 71.970659) + (xy 138.354835 71.951782) + (xy 138.353989 71.947349) + (xy 138.353465 71.942888) + (xy 138.353547 71.942878) + (xy 138.352689 71.936504) + (xy 138.352497 71.934076) + (xy 138.352229 71.929725) + (xy 138.35218 71.928619) + (xy 138.351107 71.904423) + (xy 138.351085 71.904307) + (xy 138.350547 71.891752) + (xy 138.350461 71.890993) + (xy 138.350732 71.881987) + (xy 138.337727 71.832207) + (xy 138.335853 71.823874) + (xy 138.333117 71.809427) + (xy 138.329955 71.800195) + (xy 138.326248 71.787099) + (xy 138.326112 71.786497) + (xy 138.324669 71.780097) + (xy 138.324668 71.780096) + (xy 138.324668 71.780093) + (xy 138.326608 71.779655) + (xy 138.326424 71.777484) + (xy 138.323623 71.778216) + (xy 138.313774 71.740513) + (xy 138.309128 71.732783) + (xy 138.305669 71.724562) + (xy 138.304633 71.722335) + (xy 138.300565 71.714381) + (xy 138.297645 71.705853) + (xy 138.292002 71.697874) + (xy 138.269061 71.665435) + (xy 138.263951 71.657609) + (xy 138.238454 71.615182) + (xy 138.231824 71.609079) + (xy 138.226183 71.602158) + (xy 138.224547 71.600298) + (xy 138.218416 71.593825) + (xy 138.213214 71.586469) + (xy 138.206151 71.580877) + (xy 138.206145 71.580871) + (xy 138.174413 71.55575) + (xy 138.167286 71.549663) + (xy 138.15791 71.541032) + (xy 138.158023 71.540908) + (xy 138.154228 71.537522) + (xy 138.138526 71.521879) + (xy 138.126028 71.515085) + (xy 138.108006 71.50318) + (xy 138.098569 71.495709) + (xy 138.090214 71.492332) + (xy 138.090211 71.492331) + (xy 138.07333 71.48551) + (xy 138.060362 71.47939) + (xy 138.057512 71.477841) + (xy 138.010057 71.452045) + (xy 138.001825 71.45027) + (xy 137.998476 71.449102) + (xy 137.990929 71.445378) + (xy 137.982055 71.443828) + (xy 137.982045 71.443825) + (xy 137.931205 71.434947) + (xy 137.926338 71.433998) + (xy 137.907431 71.429923) + (xy 137.907424 71.429922) + (xy 137.903035 71.428976) + (xy 137.898566 71.428664) + (xy 137.896102 71.428315) + (xy 137.886585 71.427157) + (xy 137.851174 71.420973) + (xy 137.847554 71.420084) + (xy 137.838559 71.420485) + (xy 137.838557 71.420485) + (xy 137.810713 71.421727) + (xy 137.805201 71.421666) + (xy 137.805202 71.421843) + (xy 137.800704 71.421851) + (xy 137.796216 71.421539) + (xy 137.791733 71.421867) + (xy 137.791719 71.421868) + (xy 137.769016 71.423534) + (xy 137.765423 71.423746) + (xy 137.74268 71.424762) + (xy 137.742663 71.424763) + (xy 137.738182 71.424964) + (xy 137.733766 71.4258) + (xy 137.729303 71.426321) + (xy 137.729282 71.426143) + (xy 137.723821 71.426854) + (xy 137.696006 71.428896) + (xy 137.696 71.428897) + (xy 137.68703 71.429556) + (xy 137.682469 71.431266) + (xy 137.674852 71.433417) + (xy 137.674849 71.433417) + (xy 137.641891 71.442726) + (xy 137.631139 71.445259) + (xy 137.627234 71.446) + (xy 137.627222 71.446002) + (xy 137.622804 71.446841) + (xy 137.618563 71.448294) + (xy 137.618553 71.448297) + (xy 137.604884 71.452982) + (xy 137.598297 71.455039) + (xy 137.584384 71.458969) + (xy 137.584376 71.458971) + (xy 137.580053 71.460193) + (xy 137.575953 71.462013) + (xy 137.575937 71.46202) + (xy 137.572287 71.463642) + (xy 137.562003 71.467679) + (xy 137.527758 71.479416) + (xy 137.527755 71.479417) + (xy 137.519237 71.482337) + (xy 137.511886 71.487537) + (xy 137.504096 71.491524) + (xy 137.481496 71.500455) + (xy 137.447403 71.51025) + (xy 137.443824 71.511221) + (xy 137.373176 71.529286) + (xy 137.369721 71.530066) + (xy 137.366641 71.530447) + (xy 137.362306 71.531625) + (xy 137.362301 71.531627) + (xy 137.336247 71.538713) + (xy 137.334394 71.539202) + (xy 137.320662 71.542713) + (xy 137.312922 71.544434) + (xy 137.308719 71.54523) + (xy 137.308692 71.545237) + (xy 137.304298 71.54607) + (xy 137.300053 71.547524) + (xy 137.30005 71.547525) + (xy 137.289251 71.551224) + (xy 137.281503 71.553602) + (xy 137.270499 71.556595) + (xy 137.27048 71.556601) + (xy 137.266159 71.557777) + (xy 137.26205 71.559554) + (xy 137.262032 71.559561) + (xy 137.255578 71.562354) + (xy 137.246393 71.565907) + (xy 137.220906 71.574639) + (xy 137.217986 71.5756) + (xy 137.194977 71.58286) + (xy 137.194961 71.582865) + (xy 137.190693 71.584213) + (xy 137.186654 71.586155) + (xy 137.185282 71.586699) + (xy 137.185031 71.586791) + (xy 137.184743 71.586922) + (xy 137.183415 71.587485) + (xy 137.179163 71.588943) + (xy 137.175158 71.590991) + (xy 137.175155 71.590993) + (xy 137.153698 71.601969) + (xy 137.150959 71.603328) + (xy 137.145463 71.605973) + (xy 137.120918 71.61479) + (xy 137.087808 71.622933) + (xy 137.087797 71.622937) + (xy 137.079057 71.625087) + (xy 137.07127 71.629614) + (xy 137.062915 71.632991) + (xy 137.062817 71.632749) + (xy 137.049576 71.638573) + (xy 137.038673 71.641972) + (xy 137.038654 71.641979) + (xy 137.034389 71.643309) + (xy 137.031845 71.644521) + (xy 137.029168 71.645389) + (xy 137.025151 71.647359) + (xy 137.025144 71.647362) + (xy 136.999694 71.659845) + (xy 136.998465 71.660438) + (xy 136.996004 71.661613) + (xy 136.954189 71.681553) + (xy 136.945784 71.685192) + (xy 136.937618 71.68838) + (xy 136.937605 71.688385) + (xy 136.933425 71.690018) + (xy 136.929516 71.692229) + (xy 136.929499 71.692238) + (xy 136.921097 71.696992) + (xy 136.913297 71.701053) + (xy 136.904572 71.705214) + (xy 136.904564 71.705218) + (xy 136.900514 71.70715) + (xy 136.896787 71.709632) + (xy 136.89677 71.709643) + (xy 136.88946 71.714515) + (xy 136.881659 71.719312) + (xy 136.858237 71.732566) + (xy 136.848752 71.737934) + (xy 136.83892 71.742942) + (xy 136.835271 71.744603) + (xy 136.835255 71.744611) + (xy 136.831171 71.746471) + (xy 136.815228 71.756688) + (xy 136.809321 71.760249) + (xy 136.796756 71.767359) + (xy 136.796741 71.767368) + (xy 136.792841 71.769576) + (xy 136.789294 71.772315) + (xy 136.789282 71.772324) + (xy 136.786118 71.774769) + (xy 136.777087 71.781131) + (xy 136.744603 71.801949) + (xy 136.735551 71.807233) + (xy 136.730781 71.809757) + (xy 136.730771 71.809763) + (xy 136.7268 71.811864) + (xy 136.72317 71.814506) + (xy 136.72316 71.814513) + (xy 136.712635 71.822176) + (xy 136.706467 71.826392) + (xy 136.69549 71.833427) + (xy 136.695475 71.833438) + (xy 136.691701 71.835857) + (xy 136.688313 71.838784) + (xy 136.688297 71.838797) + (xy 136.684209 71.842331) + (xy 136.675992 71.848854) + (xy 136.640709 71.874543) + (xy 136.634886 71.878538) + (xy 136.621232 71.887353) + (xy 136.589918 71.901934) + (xy 136.583231 71.903989) + (xy 136.583226 71.90399) + (xy 136.574619 71.906637) + (xy 136.567105 71.9116) + (xy 136.5671 71.911603) + (xy 136.55995 71.916327) + (xy 136.545 71.924798) + (xy 136.542663 71.925918) + (xy 136.534071 71.928619) + (xy 136.526586 71.93363) + (xy 136.526582 71.933633) + (xy 136.496893 71.953513) + (xy 136.48729 71.959341) + (xy 136.484199 71.961032) + (xy 136.484183 71.961041) + (xy 136.480253 71.963193) + (xy 136.476664 71.965884) + (xy 136.476654 71.965891) + (xy 136.464716 71.974844) + (xy 136.459238 71.978728) + (xy 136.446848 71.987025) + (xy 136.446829 71.987039) + (xy 136.443103 71.989535) + (xy 136.439771 71.992533) + (xy 136.439754 71.992547) + (xy 136.437143 71.994898) + (xy 136.428465 72.002033) + (xy 136.406078 72.018824) + (xy 136.392669 72.028881) + (xy 136.387273 72.036101) + (xy 136.38091 72.042477) + (xy 136.380592 72.042159) + (xy 136.369905 72.053377) + (xy 136.323422 72.091772) + (xy 136.32264 72.092413) + (xy 136.287545 72.120931) + (xy 136.28529 72.122655) + (xy 136.283053 72.124036) + (xy 136.27961 72.126907) + (xy 136.279604 72.126912) + (xy 136.258233 72.144737) + (xy 136.256992 72.145758) + (xy 136.235416 72.163291) + (xy 136.235409 72.163297) + (xy 136.231927 72.166127) + (xy 136.230146 72.168053) + (xy 136.228029 72.169927) + (xy 136.226065 72.171565) + (xy 136.221795 72.174971) + (xy 136.218446 72.177525) + (xy 136.214703 72.17998) + (xy 136.211349 72.18294) + (xy 136.211336 72.18295) + (xy 136.194098 72.198165) + (xy 136.19143 72.200454) + (xy 136.173744 72.215205) + (xy 136.173735 72.215212) + (xy 136.17029 72.218087) + (xy 136.167287 72.221422) + (xy 136.164227 72.22437) + (xy 136.160209 72.228075) + (xy 136.14411 72.242284) + (xy 136.139548 72.246122) + (xy 136.138639 72.24685) + (xy 136.134942 72.249404) + (xy 136.131646 72.252456) + (xy 136.131636 72.252465) + (xy 136.113836 72.268952) + (xy 136.111599 72.270975) + (xy 136.093443 72.287001) + (xy 136.093434 72.287009) + (xy 136.090076 72.289974) + (xy 136.087168 72.29339) + (xy 136.086361 72.294213) + (xy 136.082088 72.298364) + (xy 136.065382 72.313839) + (xy 136.060879 72.317815) + (xy 136.060253 72.318341) + (xy 136.05662 72.32098) + (xy 136.053402 72.324104) + (xy 136.053394 72.324112) + (xy 136.035908 72.341094) + (xy 136.033759 72.343132) + (xy 136.015864 72.35971) + (xy 136.015852 72.359722) + (xy 136.012568 72.362765) + (xy 136.009744 72.36625) + (xy 136.009167 72.366867) + (xy 136.004957 72.371156) + (xy 135.993492 72.382291) + (xy 135.98914 72.386068) + (xy 135.989242 72.386182) + (xy 135.985885 72.389182) + (xy 135.982334 72.391928) + (xy 135.97921 72.395149) + (xy 135.979205 72.395154) + (xy 135.963622 72.411223) + (xy 135.960963 72.413884) + (xy 135.94494 72.429448) + (xy 135.944935 72.429452) + (xy 135.941709 72.432587) + (xy 135.938958 72.436151) + (xy 135.93597 72.4395) + (xy 135.935854 72.439397) + (xy 135.93208 72.443753) + (xy 135.925431 72.450609) + (xy 135.917299 72.458282) + (xy 135.914553 72.460651) + (xy 135.914548 72.460655) + (xy 135.911153 72.463585) + (xy 135.908208 72.466967) + (xy 135.908199 72.466977) + (xy 135.899394 72.477091) + (xy 135.891964 72.484793) + (xy 135.885218 72.489504) + (xy 135.879588 72.496527) + (xy 135.879581 72.496534) + (xy 135.847529 72.53652) + (xy 135.844263 72.54043) + (xy 135.831782 72.55477) + (xy 135.831778 72.554774) + (xy 135.828832 72.55816) + (xy 135.826397 72.56193) + (xy 135.823683 72.565539) + (xy 135.823509 72.565408) + (xy 135.819228 72.570789) + (xy 135.814152 72.577779) + (xy 135.807879 72.584239) + (xy 135.803679 72.592203) + (xy 135.803676 72.592208) + (xy 135.796484 72.605848) + (xy 135.782146 72.627255) + (xy 135.779651 72.629848) + (xy 135.777032 72.633487) + (xy 135.775762 72.635011) + (xy 135.771129 72.640799) + (xy 135.769906 72.64239) + (xy 135.766924 72.645747) + (xy 135.764447 72.649496) + (xy 135.763887 72.650226) + (xy 135.762784 72.651825) + (xy 135.761238 72.653969) + (xy 135.758363 72.657412) + (xy 135.756005 72.661229) + (xy 135.755999 72.661239) + (xy 135.751871 72.667925) + (xy 135.746945 72.675308) + (xy 135.714658 72.720185) + (xy 135.712728 72.722796) + (xy 135.701425 72.737681) + (xy 135.695702 72.745218) + (xy 135.693525 72.749138) + (xy 135.692368 72.750912) + (xy 135.691263 72.752704) + (xy 135.688641 72.756351) + (xy 135.686561 72.760338) + (xy 135.675617 72.781314) + (xy 135.674076 72.784177) + (xy 135.636753 72.85142) + (xy 135.632071 72.859183) + (xy 135.627148 72.866718) + (xy 135.627143 72.866726) + (xy 135.624685 72.870489) + (xy 135.622788 72.874559) + (xy 135.62278 72.874575) + (xy 135.618808 72.883102) + (xy 135.614766 72.891034) + (xy 135.610193 72.899273) + (xy 135.61019 72.899279) + (xy 135.608009 72.903209) + (xy 135.60641 72.907404) + (xy 135.606405 72.907417) + (xy 135.603196 72.915841) + (xy 135.599668 72.924186) + (xy 135.58442 72.956918) + (xy 135.573015 72.981401) + (xy 135.572729 72.982014) + (xy 135.527277 73.034389) + (xy 135.460996 73.054783) + (xy 135.393963 73.037016) + (xy 135.346485 72.986473) + (xy 135.345186 72.983948) + (xy 135.342378 72.978127) + (xy 135.342149 72.97762) + (xy 135.32086 72.930415) + (xy 135.302668 72.890078) + (xy 135.301974 72.88822) + (xy 135.301655 72.886081) + (xy 135.299185 72.880751) + (xy 135.29918 72.880737) + (xy 135.272295 72.822719) + (xy 135.271758 72.821545) + (xy 135.266941 72.810865) + (xy 135.258129 72.791325) + (xy 135.256723 72.789114) + (xy 135.255626 72.786747) + (xy 135.237531 72.75893) + (xy 135.236902 72.757951) + (xy 135.202535 72.703918) + (xy 135.202533 72.703915) + (xy 135.199373 72.698947) + (xy 135.197742 72.69752) + (xy 135.19655 72.695929) + (xy 135.13233 72.597206) + (xy 135.13205 72.596775) + (xy 135.131292 72.5956) + (xy 135.119995 72.578077) + (xy 135.115311 72.570811) + (xy 135.115306 72.570805) + (xy 135.113028 72.567271) + (xy 135.112351 72.566492) + (xy 135.111791 72.565631) + (xy 135.088567 72.539127) + (xy 134.960135 72.391355) + (xy 134.957863 72.388666) + (xy 134.943267 72.370892) + (xy 134.943262 72.370887) + (xy 134.940411 72.367415) + (xy 134.937091 72.364381) + (xy 134.935291 72.362483) + (xy 134.933426 72.360624) + (xy 134.930472 72.357225) + (xy 134.909631 72.339221) + (xy 134.907027 72.336906) + (xy 134.765157 72.207254) + (xy 134.757683 72.199828) + (xy 134.754071 72.195925) + (xy 134.754068 72.195922) + (xy 134.751012 72.19262) + (xy 134.737342 72.181536) + (xy 134.731703 72.176681) + (xy 134.722024 72.167836) + (xy 134.718703 72.164801) + (xy 134.713368 72.161169) + (xy 134.710581 72.159272) + (xy 134.70213 72.152986) + (xy 134.697913 72.149567) + (xy 134.693354 72.145688) + (xy 134.692587 72.145003) + (xy 134.689459 72.141781) + (xy 134.666641 72.124167) + (xy 134.664303 72.122317) + (xy 134.645454 72.107034) + (xy 134.645452 72.107032) + (xy 134.641956 72.104198) + (xy 134.63997 72.103011) + (xy 134.632109 72.096633) + (xy 134.632052 72.096704) + (xy 134.628555 72.093865) + (xy 134.625278 72.090792) + (xy 134.614937 72.083557) + (xy 134.60767 72.078472) + (xy 134.602915 72.074976) + (xy 134.58945 72.064582) + (xy 134.589447 72.06458) + (xy 134.585891 72.061835) + (xy 134.582604 72.059976) + (xy 134.580218 72.058318) + (xy 134.578315 72.056935) + (xy 134.574878 72.054042) + (xy 134.558408 72.043785) + (xy 134.552793 72.040076) + (xy 134.540609 72.03155) + (xy 134.540599 72.031544) + (xy 134.536916 72.028967) + (xy 134.532898 72.026937) + (xy 134.529039 72.024629) + (xy 134.529043 72.024621) + (xy 134.521078 72.019992) + (xy 134.502961 72.007984) + (xy 134.501106 72.006731) + (xy 134.497911 72.004531) + (xy 134.470559 71.985694) + (xy 134.464303 71.981095) + (xy 134.454531 71.973436) + (xy 134.450988 71.970659) + (xy 134.447087 71.968415) + (xy 134.447078 71.968409) + (xy 134.443468 71.966333) + (xy 134.4342 71.96045) + (xy 134.430763 71.958052) + (xy 134.430753 71.958046) + (xy 134.427074 71.955479) + (xy 134.425627 71.95475) + (xy 134.425362 71.954568) + (xy 134.422771 71.953283) + (xy 134.422762 71.953278) + (xy 134.419316 71.95157) + (xy 134.418633 71.951229) + (xy 134.410346 71.947057) + (xy 134.404181 71.943735) + (xy 134.368897 71.92344) + (xy 134.363358 71.920062) + (xy 134.350315 71.911638) + (xy 134.346533 71.909195) + (xy 134.339823 71.906112) + (xy 134.329615 71.900845) + (xy 134.327116 71.899407) + (xy 134.327102 71.8994) + (xy 134.323209 71.897161) + (xy 134.319034 71.895497) + (xy 134.319021 71.895491) + (xy 134.304595 71.889743) + (xy 134.298657 71.887198) + (xy 134.250571 71.865106) + (xy 134.240681 71.860021) + (xy 134.237385 71.858138) + (xy 134.237381 71.858136) + (xy 134.233471 71.855902) + (xy 134.215693 71.848876) + (xy 134.209401 71.846191) + (xy 134.19611 71.840085) + (xy 134.196109 71.840084) + (xy 134.192022 71.838207) + (xy 134.187703 71.836927) + (xy 134.187698 71.836926) + (xy 134.184059 71.835848) + (xy 134.173544 71.832221) + (xy 134.127074 71.81386) + (xy 134.115994 71.808852) + (xy 134.1109 71.806246) + (xy 134.090342 71.799202) + (xy 134.084925 71.797205) + (xy 134.064733 71.789227) + (xy 134.060364 71.788187) + (xy 134.060349 71.788183) + (xy 134.059169 71.787903) + (xy 134.047497 71.784524) + (xy 134.000203 71.768321) + (xy 133.989875 71.764265) + (xy 133.986333 71.762691) + (xy 133.986327 71.762689) + (xy 133.982219 71.760863) + (xy 133.977897 71.759641) + (xy 133.977893 71.75964) + (xy 133.9639 71.755685) + (xy 133.957338 71.753635) + (xy 133.943601 71.748929) + (xy 133.943595 71.748927) + (xy 133.939338 71.747469) + (xy 133.934913 71.74663) + (xy 133.934904 71.746628) + (xy 133.931085 71.745904) + (xy 133.920287 71.74336) + (xy 133.869219 71.728928) + (xy 133.863152 71.727047) + (xy 133.84812 71.721968) + (xy 133.848114 71.721966) + (xy 133.84386 71.720529) + (xy 133.839449 71.719712) + (xy 133.839448 71.719712) + (xy 133.839047 71.719637) + (xy 133.836921 71.719244) + (xy 133.825621 71.716607) + (xy 133.818825 71.714687) + (xy 133.814378 71.714093) + (xy 133.81436 71.71409) + (xy 133.798624 71.711991) + (xy 133.79235 71.710993) + (xy 133.753014 71.703711) + (xy 133.745936 71.702188) + (xy 133.737516 71.700122) + (xy 133.732726 71.698947) + (xy 133.732723 71.698946) + (xy 133.728352 71.697874) + (xy 133.723879 71.697434) + (xy 133.723868 71.697433) + (xy 133.719082 71.696964) + (xy 133.708462 71.695463) + (xy 133.70373 71.694587) + (xy 133.703724 71.694586) + (xy 133.699303 71.693768) + (xy 133.694815 71.693587) + (xy 133.694806 71.693586) + (xy 133.681205 71.693038) + (xy 133.673983 71.692538) + (xy 133.661374 71.691301) + (xy 133.6609 71.691254) + (xy 133.660223 71.691185) + (xy 133.634381 71.685004) + (xy 133.634207 71.685576) + (xy 133.609937 71.678154) + (xy 133.60579 71.676808) + (xy 133.591158 71.671774) + (xy 133.58177 71.668544) + (xy 133.579983 71.668202) + (xy 133.572308 71.665763) + (xy 133.569946 71.664886) + (xy 133.569948 71.664886) + (xy 133.565735 71.663322) + (xy 133.561339 71.662372) + (xy 133.556222 71.661266) + (xy 133.546007 71.658606) + (xy 133.536703 71.655761) + (xy 133.532268 71.655072) + (xy 133.532257 71.65507) + (xy 133.519219 71.653046) + (xy 133.511944 71.651696) + (xy 133.474172 71.643535) + (xy 133.46742 71.64188) + (xy 133.460997 71.640115) + (xy 133.453587 71.63808) + (xy 133.453581 71.638078) + (xy 133.449253 71.63689) + (xy 133.4448 71.636329) + (xy 133.44478 71.636325) + (xy 133.440722 71.635814) + (xy 133.429889 71.633965) + (xy 133.425894 71.633102) + (xy 133.425878 71.633099) + (xy 133.421496 71.632153) + (xy 133.417025 71.631839) + (xy 133.417016 71.631838) + (xy 133.403492 71.630889) + (xy 133.402709 71.630834) + (xy 133.395784 71.630156) + (xy 133.366789 71.626504) + (xy 133.356183 71.624706) + (xy 133.35597 71.62466) + (xy 133.347166 71.622777) + (xy 133.34269 71.622472) + (xy 133.342676 71.62247) + (xy 133.328985 71.621537) + (xy 133.321816 71.620842) + (xy 133.308242 71.619133) + (xy 133.308233 71.619132) + (xy 133.308077 71.619112) + (xy 133.308069 71.619111) + (xy 133.303775 71.618571) + (xy 133.303826 71.618162) + (xy 133.267489 71.610034) + (xy 133.228274 71.594092) + (xy 133.226908 71.593528) + (xy 133.173624 71.571135) + (xy 133.172529 71.570632) + (xy 133.171417 71.569974) + (xy 133.168235 71.56866) + (xy 133.168218 71.568652) + (xy 133.139596 71.556832) + (xy 133.138877 71.556532) + (xy 133.123679 71.550145) + (xy 133.121042 71.548966) + (xy 133.117902 71.547192) + (xy 133.089946 71.5363) + (xy 133.087597 71.535358) + (xy 133.064062 71.525638) + (xy 133.064055 71.525635) + (xy 133.059908 71.523923) + (xy 133.055988 71.522926) + (xy 133.051098 71.521164) + (xy 133.049727 71.52063) + (xy 133.043759 71.517924) + (xy 133.043732 71.517987) + (xy 133.039611 71.516201) + (xy 133.03562 71.514123) + (xy 133.031377 71.512634) + (xy 133.031372 71.512632) + (xy 133.011481 71.505653) + (xy 133.007489 71.504175) + (xy 132.98366 71.494893) + (xy 132.979277 71.493872) + (xy 132.974981 71.492543) + (xy 132.975 71.492479) + (xy 132.968742 71.490658) + (xy 132.965323 71.489459) + (xy 132.959571 71.487282) + (xy 132.944378 71.481106) + (xy 132.944372 71.481104) + (xy 132.9402 71.479408) + (xy 132.933885 71.47784) + (xy 132.92257 71.474458) + (xy 132.920684 71.473796) + (xy 132.920657 71.473788) + (xy 132.916422 71.472303) + (xy 132.912009 71.471433) + (xy 132.912002 71.471431) + (xy 132.907065 71.470458) + (xy 132.879393 71.461586) + (xy 132.878363 71.461119) + (xy 132.871368 71.457945) + (xy 132.865663 71.455358) + (xy 132.861662 71.453457) + (xy 132.814338 71.429951) + (xy 132.811029 71.428245) + (xy 132.766132 71.404253) + (xy 132.761848 71.401854) + (xy 132.75023 71.395048) + (xy 132.738454 71.387229) + (xy 132.715813 71.370292) + (xy 132.712552 71.367768) + (xy 132.7103 71.365965) + (xy 132.692259 71.351525) + (xy 132.688382 71.349242) + (xy 132.685238 71.347074) + (xy 132.68198 71.344981) + (xy 132.678375 71.342285) + (xy 132.655528 71.329819) + (xy 132.651966 71.327799) + (xy 132.636493 71.318686) + (xy 132.631283 71.315444) + (xy 132.605362 71.298425) + (xy 132.60536 71.298424) + (xy 132.59783 71.29348) + (xy 132.589212 71.290857) + (xy 132.589207 71.290855) + (xy 132.546483 71.277853) + (xy 132.539176 71.275383) + (xy 132.497327 71.25979) + (xy 132.497326 71.259789) + (xy 132.488889 71.256646) + (xy 132.479904 71.256006) + (xy 132.441777 71.25329) + (xy 132.431625 71.252151) + (xy 132.428861 71.251727) + (xy 132.412636 71.248128) + (xy 132.410285 71.247442) + (xy 132.358776 71.217787) + (xy 132.326591 71.167816) + (xy 132.325121 71.152554) + (xy 132.299425 71.208932) + (xy 132.239758 71.247357) + (xy 132.238041 71.247864) + (xy 132.236965 71.248182) + (xy 132.214457 71.252638) + (xy 132.208517 71.253259) + (xy 132.208505 71.253261) + (xy 132.199548 71.254199) + (xy 132.191218 71.257621) + (xy 132.191211 71.257623) + (xy 132.162129 71.269572) + (xy 132.152567 71.272937) + (xy 132.15066 71.273651) + (xy 132.146362 71.27492) + (xy 132.142278 71.276791) + (xy 132.14228 71.276791) + (xy 132.124825 71.284791) + (xy 132.120212 71.286794) + (xy 132.076969 71.30456) + (xy 132.071096 71.306804) + (xy 132.057152 71.311735) + (xy 132.057149 71.311736) + (xy 132.048655 71.31474) + (xy 132.041352 71.320013) + (xy 132.041348 71.320016) + (xy 132.002982 71.347723) + (xy 131.997482 71.351478) + (xy 131.957716 71.377111) + (xy 131.957714 71.377112) + (xy 131.950143 71.381993) + (xy 131.944257 71.388804) + (xy 131.940748 71.391853) + (xy 131.937407 71.39508) + (xy 131.930113 71.400349) + (xy 131.924595 71.407461) + (xy 131.924589 71.407468) + (xy 131.895583 71.44486) + (xy 131.891367 71.450008) + (xy 131.86043 71.485811) + (xy 131.860426 71.485816) + (xy 131.854538 71.492631) + (xy 131.850806 71.500831) + (xy 131.850803 71.500837) + (xy 131.836076 71.533201) + (xy 131.830927 71.543288) + (xy 131.82412 71.555261) + (xy 131.823575 71.55621) + (xy 131.79279 71.609279) + (xy 131.792786 71.609286) + (xy 131.788269 71.617075) + (xy 131.786127 71.625824) + (xy 131.786127 71.625825) + (xy 131.781014 71.646712) + (xy 131.775914 71.662794) + (xy 131.773657 71.668544) + (xy 131.770135 71.677515) + (xy 131.764762 71.691199) + (xy 131.763965 71.700169) + (xy 131.763965 71.700172) + (xy 131.758546 71.761201) + (xy 131.758445 71.762289) + (xy 131.75684 71.778743) + (xy 131.754826 71.792017) + (xy 131.748702 71.821641) + (xy 131.748701 71.821648) + (xy 131.746878 71.830469) + (xy 130.475722 71.830469) + (xy 130.47246 71.82581) + (xy 130.472457 71.825807) + (xy 130.469301 71.821299) + (xy 130.319776 71.671774) + (xy 130.315268 71.668618) + (xy 130.315264 71.668614) + (xy 130.151063 71.55364) + (xy 130.151059 71.553638) + (xy 130.146558 71.550486) + (xy 130.141579 71.548164) + (xy 130.141577 71.548163) + (xy 129.959892 71.463442) + (xy 129.95989 71.463441) + (xy 129.95491 71.461119) + (xy 129.949601 71.459696) + (xy 129.9496 71.459696) + (xy 129.807897 71.421727) + (xy 129.750655 71.406389) + (xy 129.745179 71.405909) + (xy 129.745174 71.405909) + (xy 129.545475 71.388438) + (xy 129.54 71.387959) + (xy 129.534525 71.388438) + (xy 129.334825 71.405909) + (xy 129.334818 71.40591) + (xy 129.329345 71.406389) + (xy 129.324031 71.407812) + (xy 129.32403 71.407813) + (xy 129.130399 71.459696) + (xy 129.130394 71.459697) + (xy 129.12509 71.461119) + (xy 129.120112 71.463439) + (xy 129.120107 71.463442) + (xy 128.938422 71.548163) + (xy 128.938414 71.548167) + (xy 128.933442 71.550486) + (xy 128.928945 71.553634) + (xy 128.928936 71.55364) + (xy 128.764735 71.668614) + (xy 128.764725 71.668622) + (xy 128.760224 71.671774) + (xy 128.756334 71.675663) + (xy 128.756328 71.675669) + (xy 128.614594 71.817403) + (xy 128.614588 71.817409) + (xy 128.610699 71.821299) + (xy 128.607547 71.8258) + (xy 128.607539 71.82581) + (xy 128.492565 71.990011) + (xy 128.492559 71.99002) + (xy 128.489411 71.994517) + (xy 128.487092 71.999489) + (xy 128.487088 71.999497) + (xy 128.402367 72.181182) + (xy 128.402364 72.181187) + (xy 128.400044 72.186165) + (xy 128.398622 72.191469) + (xy 128.398621 72.191474) + (xy 128.350476 72.371156) + (xy 128.345314 72.39042) + (xy 128.344835 72.395893) + (xy 128.344834 72.3959) + (xy 128.329751 72.568301) + (xy 128.326884 72.601075) + (xy 118.834171 72.601075) + (xy 118.770363 72.570347) + (xy 118.77036 72.570346) + (xy 118.766114 72.568301) + (xy 118.761616 72.566913) + (xy 118.761607 72.56691) + (xy 118.511601 72.489794) + (xy 118.511596 72.489792) + (xy 118.5071 72.488406) + (xy 118.502446 72.487704) + (xy 118.502444 72.487704) + (xy 118.243731 72.448709) + (xy 118.243723 72.448708) + (xy 118.23907 72.448007) + (xy 117.968014 72.448007) + (xy 117.963361 72.448708) + (xy 117.963352 72.448709) + (xy 117.704639 72.487704) + (xy 117.704634 72.487705) + (xy 117.699984 72.488406) + (xy 117.69549 72.489792) + (xy 117.695482 72.489794) + (xy 117.445476 72.56691) + (xy 117.445463 72.566915) + (xy 117.44097 72.568301) + (xy 117.436727 72.570343) + (xy 117.43672 72.570347) + (xy 117.201005 72.683862) + (xy 117.201002 72.683863) + (xy 117.196757 72.685908) + (xy 117.192868 72.688558) + (xy 117.19286 72.688564) + (xy 116.976697 72.835942) + (xy 116.976693 72.835944) + (xy 116.972799 72.8386) + (xy 116.969355 72.841794) + (xy 116.969343 72.841805) + (xy 116.777549 73.019764) + (xy 116.777543 73.019769) + (xy 116.7741 73.022965) + (xy 116.771172 73.026635) + (xy 116.771165 73.026644) + (xy 116.608034 73.231205) + (xy 116.605099 73.234886) + (xy 116.602749 73.238955) + (xy 116.602743 73.238965) + (xy 116.47193 73.46554) + (xy 116.471923 73.465552) + (xy 116.469571 73.469628) + (xy 116.467848 73.474016) + (xy 116.467847 73.47402) + (xy 116.372267 73.717554) + (xy 116.372265 73.71756) + (xy 116.370543 73.721948) + (xy 116.369494 73.726543) + (xy 116.369493 73.726547) + (xy 116.312983 73.974135) + (xy 116.310227 73.986208) + (xy 116.309874 73.990907) + (xy 116.309874 73.990913) + (xy 116.297759 74.152587) + (xy 116.289971 74.256507) + (xy 112.758061 74.256507) + (xy 112.758061 71.1265) + (xy 112.774942 71.0635) + (xy 112.821061 71.017381) + (xy 112.884061 71.0005) + (xy 132.204131 71.0005) + ) + ) + ) +) diff --git a/kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_prl b/kicad/scrapeboard_hat/scrapeboard_hat.kicad_prl similarity index 95% rename from kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_prl rename to kicad/scrapeboard_hat/scrapeboard_hat.kicad_prl index 95a49ab..eae21be 100644 --- a/kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_prl +++ b/kicad/scrapeboard_hat/scrapeboard_hat.kicad_prl @@ -68,7 +68,7 @@ "zone_display_mode": 0 }, "meta": { - "filename": "scrapeboard_hat_uno.kicad_prl", + "filename": "scrapeboard_hat.kicad_prl", "version": 3 }, "project": { diff --git a/kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_pro b/kicad/scrapeboard_hat/scrapeboard_hat.kicad_pro similarity index 100% rename from kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_pro rename to kicad/scrapeboard_hat/scrapeboard_hat.kicad_pro diff --git a/kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_sch b/kicad/scrapeboard_hat/scrapeboard_hat.kicad_sch similarity index 97% rename from kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_sch rename to kicad/scrapeboard_hat/scrapeboard_hat.kicad_sch index a367779..5da6519 100644 --- a/kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_sch +++ b/kicad/scrapeboard_hat/scrapeboard_hat.kicad_sch @@ -301,7 +301,7 @@ (pin "1" (uuid d12e2229-a5c0-48ec-ba08-441621a20e93)) (pin "2" (uuid 3f0c725a-d800-4a87-afa6-69f72aea0964)) (instances - (project "scrapeboardhat_uno" + (project "scrapeboard_hat" (path "/195130d0-ebea-4258-8e5e-5259bc202c76" (reference "R6") (unit 1) ) @@ -327,7 +327,7 @@ (pin "1" (uuid 78a58fc8-b241-4b18-8b27-0d199ed43511)) (pin "2" (uuid 93062795-9550-42a6-a88d-1d44884f946c)) (instances - (project "scrapeboardhat_uno" + (project "scrapeboard_hat" (path "/195130d0-ebea-4258-8e5e-5259bc202c76" (reference "R7") (unit 1) ) @@ -341,10 +341,10 @@ (property "Reference" "J3" (at 105.41 84.455 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "ARDUINO_HEADER" (at 105.41 81.915 0) + (property "Value" "PI_OR_ARDUINO_HEADER" (at 105.41 81.915 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (at 107.95 85.09 0) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" (at 107.95 85.09 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "~" (at 107.95 85.09 0) @@ -355,7 +355,7 @@ (pin "3" (uuid 88bd6f1c-8e3c-47a2-84f6-6a39f3def2cd)) (pin "4" (uuid a8ea1197-d7b6-4942-a74c-bfd494007c00)) (instances - (project "scrapeboardhat_uno" + (project "scrapeboard_hat" (path "/195130d0-ebea-4258-8e5e-5259bc202c76" (reference "J3") (unit 1) ) @@ -383,7 +383,7 @@ (pin "3" (uuid b41cb0d4-6631-45ce-a5b2-d92e3fb5a26d)) (pin "4" (uuid dc7e9a66-e758-4c49-aeca-db026d2b3b43)) (instances - (project "scrapeboardhat_uno" + (project "scrapeboard_hat" (path "/195130d0-ebea-4258-8e5e-5259bc202c76" (reference "J1") (unit 1) ) @@ -409,7 +409,7 @@ (pin "1" (uuid 595d08ce-3b5d-47ea-9731-1caa456175f4)) (pin "2" (uuid c168884a-66b2-4a05-94cf-a1657c7e462d)) (instances - (project "scrapeboardhat_uno" + (project "scrapeboard_hat" (path "/195130d0-ebea-4258-8e5e-5259bc202c76" (reference "R4") (unit 1) ) @@ -435,7 +435,7 @@ (pin "1" (uuid ffefd996-31e2-40ec-b2da-432fe4d868ed)) (pin "2" (uuid 0741004a-8d4b-4e72-96a2-f7a12be493ac)) (instances - (project "scrapeboardhat_uno" + (project "scrapeboard_hat" (path "/195130d0-ebea-4258-8e5e-5259bc202c76" (reference "R5") (unit 1) ) diff --git a/kicad/scrapeboard_hat_rpi/sym-lib-table b/kicad/scrapeboard_hat/sym-lib-table similarity index 100% rename from kicad/scrapeboard_hat_rpi/sym-lib-table rename to kicad/scrapeboard_hat/sym-lib-table diff --git a/kicad/scrapeboard_hat_rpi/fp-info-cache b/kicad/scrapeboard_hat_rpi/fp-info-cache deleted file mode 100644 index 8c09ea4..0000000 --- a/kicad/scrapeboard_hat_rpi/fp-info-cache +++ /dev/null @@ -1,36 +0,0 @@ -8373443825135 -Connector_PinHeader_2.54mm -PinHeader_1x04_P2.54mm_Vertical -Through hole straight pin header, 1x04, 2.54mm pitch, single row -Through hole pin header THT 1x04 2.54mm single row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_2x03_P2.54mm_Vertical -Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x03 2.54mm double row -0 -6 -6 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal -Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -scrapeboard_footprint_library -scrapeboard_logo_footprint - - -0 -0 -0 diff --git a/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_pcb b/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_pcb deleted file mode 100644 index c83b1e9..0000000 --- a/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_pcb +++ /dev/null @@ -1,2525 +0,0 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - (50 "User.1" user) - (51 "User.2" user) - (52 "User.3" user) - (53 "User.4" user) - (54 "User.5" user) - (55 "User.6" user) - (56 "User.7" user) - (57 "User.8" user) - (58 "User.9" user) - ) - - (setup - (stackup - (layer "F.SilkS" (type "Top Silk Screen")) - (layer "F.Paste" (type "Top Solder Paste")) - (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) - (layer "F.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "B.Cu" (type "copper") (thickness 0.035)) - (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) - (layer "B.Paste" (type "Bottom Solder Paste")) - (layer "B.SilkS" (type "Bottom Silk Screen")) - (copper_finish "None") - (dielectric_constraints no) - ) - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "Net-(J1-Pin_1)") - (net 2 "Net-(J1-Pin_2)") - (net 3 "Net-(J1-Pin_3)") - (net 4 "/GPIO17") - (net 5 "GND") - (net 6 "/GPIO27") - (net 7 "/GPIO18") - (net 8 "/GPIO22") - (net 9 "/GPIO23") - (net 10 "Net-(J1-Pin_4)") - - (footprint "Connector_PinSocket_2.54mm:PinSocket_2x03_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 1f995412-c7e7-4b77-9e9e-206eeb2a4370) - (at 136.259213 73.900251) - (descr "Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 2x03 2.54mm double row") - (property "Sheetfile" "scrapeboardhat.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/f10fd8b4-c21a-4482-9162-876af7c39270") - (attr through_hole) - (fp_text reference "J2" (at -1.27 -2.77) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5ee06ff1-3865-4ebd-918f-3009bb394424) - ) - (fp_text value "PI_HEADER" (at -1.27 7.85) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 93e09dbf-bdbc-4522-9573-1440d9b50bc5) - ) - (fp_text user "${REFERENCE}" (at -1.27 2.54 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 78ffa297-c8d7-4104-96fe-fc2c15f0f36e) - ) - (fp_line (start -3.87 -1.33) (end -3.87 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37c0d928-1fdc-4c6c-8881-0e3ec69c189f)) - (fp_line (start -3.87 -1.33) (end -1.27 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4539bc3-b053-400f-bdcc-0b4cafe820c2)) - (fp_line (start -3.87 6.41) (end 1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47e9b474-dbf0-4c25-852a-f7268fab6df4)) - (fp_line (start -1.27 -1.33) (end -1.27 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53eebdf7-fe2f-4210-b9a3-c79066147ce9)) - (fp_line (start -1.27 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8c5979f-e5ed-45c5-ba61-a4bf506bdade)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f8a61e5-dfce-4976-968d-cbaf4b9ceaa1)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e395b3f9-3f37-4c6a-afc1-a8e94e20d982)) - (fp_line (start 1.33 1.27) (end 1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46b75ca3-b197-4262-9692-b47bf7a8a499)) - (fp_line (start -4.34 -1.8) (end 1.76 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1f79886-c97e-46ec-924e-734a337dbd4d)) - (fp_line (start -4.34 6.85) (end -4.34 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9cb3aede-3752-4188-9e00-c61441a6ac4b)) - (fp_line (start 1.76 -1.8) (end 1.76 6.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b91cb54-fad3-4fed-a001-2b47c9475952)) - (fp_line (start 1.76 6.85) (end -4.34 6.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52fa90c1-3212-4865-9058-16b8e88f4a21)) - (fp_line (start -3.81 -1.27) (end 0.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 877dc0c3-8f29-4423-85b1-a8233984a278)) - (fp_line (start -3.81 6.35) (end -3.81 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e738e81b-2e1d-45b3-b0d0-b40664451c0a)) - (fp_line (start 0.27 -1.27) (end 1.27 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7805e34e-baed-488f-9146-ae006accef2c)) - (fp_line (start 1.27 -0.27) (end 1.27 6.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3503bab8-b5fd-4838-820f-55fb36cb0d4d)) - (fp_line (start 1.27 6.35) (end -3.81 6.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be73bd9e-ab11-443e-b2ae-57ba7bdfc9e1)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "/GPIO17") (pinfunction "Pin_1") (pintype "passive") (tstamp 2c8b6e73-74c3-4176-bd09-a6b54c49f8eb)) - (pad "2" thru_hole oval (at -2.54 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "/GPIO18") (pinfunction "Pin_2") (pintype "passive+no_connect") (tstamp 506b4499-1e11-48cb-9ce9-6cf56f2b69f3)) - (pad "3" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "/GPIO27") (pinfunction "Pin_3") (pintype "passive") (tstamp a1254b34-2d36-4d3b-aeae-c3709004e069)) - (pad "4" thru_hole oval (at -2.54 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "Pin_4") (pintype "passive") (tstamp fbf50482-91f2-45dc-bd28-615d539c109c)) - (pad "5" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 8 "/GPIO22") (pinfunction "Pin_5") (pintype "passive") (tstamp f59e8ea9-fc60-4957-a831-d2a8777e78ce)) - (pad "6" thru_hole oval (at -2.54 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 9 "/GPIO23") (pinfunction "Pin_6") (pintype "passive") (tstamp a30bea6e-26b0-4733-b8a4-f3669a2c9124)) - (model "../3dmodels/Connector_PinSocket_2.54mm.3dshapes/PinSocket_2x03_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 7c5b6f06-71bb-4b63-8f00-4caeff978e15) - (at 126.556606 81.446872 55) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "scrapeboardhat.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/f90bc9d3-bcde-459d-92d9-f6c2f8dbb148") - (attr through_hole) - (fp_text reference "R5" (at -2.98 0.28 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4fff0316-3ac5-4c7b-82ae-7aedd399188b) - ) - (fp_text value "4.7K" (at -3.38 -0.12 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d7902ea-4963-4191-bf4f-9b1114c9621e) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c7e7a11-5cf1-4e70-aa6a-d3d6d83c5e93)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6478151-f282-4f9a-b866-714dbf3fa69f)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 635d9dab-5f35-4ef5-8ff8-7eae66404845)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3643e4a7-722f-4dd9-bd85-248bd6002d45)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4f620ee-e9f8-47bd-83e4-73f2f26a5561)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e0292dd-f59d-471e-b50b-3d259bafc206)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 213ed901-396d-4067-91c8-4a5d8a638d62)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1fd82ed-212c-4033-a5ab-5831ff0881a9)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99d97516-67c4-41a6-ade7-b153c4eb9505)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c11b914-c675-4fcc-9069-dc44b73fc7a6)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 666a3a49-9f92-4794-a6a4-e56287abceab)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e90ee2d0-f89a-4c12-8510-8acd00a43392)) - (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 3 "Net-(J1-Pin_3)") (pintype "passive") (tstamp bf37b8a5-09ed-48a9-bbdf-6f7492cd6296)) - (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "/GPIO22") (pintype "passive") (tstamp 45519da2-6a6e-4a13-b3b9-02f00e3e2e48)) - (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp a97a9cab-f3fb-4118-8d2c-f7207e014202) - (at 126.556606 90.540872 55) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "scrapeboardhat.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/692ab5a4-bfca-4d07-af0a-e1d873fc6777") - (attr through_hole) - (fp_text reference "R7" (at -2.98 -0.02 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f6352700-4500-428a-a0fb-5a23ae6f85e2) - ) - (fp_text value "4.7K" (at -3.38 -0.020001 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e6a6a0f2-8133-4a2f-89d9-79b70a081f3f) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96db9482-5926-4b3a-99d2-18c2d808bebf)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ffbf3228-c368-46ff-932f-708959f97c68)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f08343fe-8959-43dc-bfa6-7a9f6d321a8e)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07d0a5a3-b8d6-4127-a965-8157c7a42da2)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cedf93ee-4512-4ad4-a7e6-8ac5c45b8cde)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18f5ff17-0fdd-41f8-b671-e50b72945e77)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d906a637-83b8-49d3-837a-1fe47e04519f)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec04c82c-e4c3-45fd-8b40-93a9c528dd46)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e05ceb9f-c58d-4499-8bd6-0159e41b9efa)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 760954a5-0bd4-423b-aa80-184716cbb1a2)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3730a47a-2b66-4fc7-8bf7-7eed4ea2281e)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41c1bd91-53cc-4f7e-8795-0cf870513796)) - (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "Net-(J1-Pin_1)") (pintype "passive") (tstamp a325ddef-e940-474c-8e89-1b381609cce0)) - (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 4 "/GPIO17") (pintype "passive") (tstamp 681813e2-a744-4bea-b570-3899eef8071d)) - (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp b7c0ea4b-1f5a-4582-9106-e567b1a9accd) - (at 126.556606 85.993872 55) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "scrapeboardhat.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/0111c824-1332-4ce4-9b62-513acee8652a") - (attr through_hole) - (fp_text reference "R6" (at -2.98 0.13 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2aea9c6f-d649-450b-8596-9952acfe173e) - ) - (fp_text value "4.7K" (at -3.38 -0.07 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e8077c00-a662-4c15-96df-a4fee20dcf96) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1720b83-cbfd-4d08-ac4c-832c07686d3a)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bce935d-908e-469b-abc2-296bbc0aeeb2)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c5950f2-1c85-414f-bf8d-80c59bf66217)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6a46a35-66cb-475a-8128-9fc08f863e43)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a8edfaf-b995-4a30-bcdf-8190fc84125d)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18886541-84d8-482d-a284-ea4cf7836cc4)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3736778a-1115-47c0-afd7-f33e21f843e7)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67b97799-26ea-43d6-a9d7-e37f1d929d54)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eaeed283-cacb-486f-8871-ee8cd6d69cb8)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6734502a-4f32-4bc0-88a2-6574a1504ed0)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 456bfd67-37f9-4f0d-87c6-7d13c4a7827b)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f427944-65a0-4d9b-9da3-a57c8026457d)) - (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "Net-(J1-Pin_2)") (pintype "passive") (tstamp 8f722f52-14d4-4b23-a8e2-a5630f08f932)) - (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 6 "/GPIO27") (pintype "passive") (tstamp 59c3d5a8-a417-4a38-b175-b1920c039e9a)) - (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp ebcae6ef-82a4-467d-8914-7bf9ad4c946b) - (at 126.556606 76.772872 55) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "scrapeboardhat.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/e1aaf9d1-3988-433f-8a79-2a9a6e0691a1") - (attr through_hole) - (fp_text reference "R4" (at 2.54 -1.92 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a010d680-8c12-4b49-960a-aad34ca03e56) - ) - (fp_text value "4.7K" (at -3.46 0.03 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d9c9e56-e9d6-4eee-88e8-f952c234512e) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1b95c48-ad6f-45d1-9928-6c5fabc77572)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88e83148-9f03-4f1b-9fa9-694ec4f9dc36)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 979a6836-295b-4582-b17f-5152ba9f04f1)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ce0d386-90ed-4420-b821-36e24e60f15c)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa6a1cd7-0226-4c07-8e95-3a2dde993a40)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4d55fe2-6c63-4373-a0a1-c1e13cba6c3d)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce6a6c04-85ca-4c61-b8e2-ef1b099cd209)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba5e0a83-a768-4bf8-9e72-844e9b493d1e)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b91faa0-9291-47f9-a407-637ebec152a4)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 699d74c9-5573-48da-96b8-d9533f6fe679)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6ca9235-a63d-41cd-ae1e-9d0ba560a0f8)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e2a256a-a0d1-47cb-ae36-6e87d8eb353f)) - (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 10 "Net-(J1-Pin_4)") (pintype "passive") (tstamp 9c9e1e50-f992-41a3-b014-26e54b916f45)) - (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 9 "/GPIO23") (pintype "passive") (tstamp d81bc8f1-d1e1-47f5-b5ed-64a292bf9863)) - (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "scrapeboard_footprint_library:scrapeboard_logo_footprint" (layer "B.Cu") - (tstamp d4cbcfd4-cfb4-41e9-8ab1-68fc268c8092) - (at 134.62 86.945675) - (attr board_only exclude_from_pos_files exclude_from_bom) - (fp_text reference "G***" (at 0 0 180) (layer "B.SilkS") hide - (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) - (tstamp 43ec0fc4-a0d2-4d44-9157-7472dd793f4a) - ) - (fp_text value "LOGO" (at 0.75 0 180) (layer "B.SilkS") hide - (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) - (tstamp cc1f6702-2bd8-4bf5-8e66-364fb24f2553) - ) - (fp_poly - (pts - (xy -2.357806 0.401899) - (xy -2.366737 0.392968) - (xy -2.375668 0.401899) - (xy -2.366737 0.41083) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp e720bd7a-cd25-4cbb-86da-abeeef14a5b5)) - (fp_poly - (pts - (xy -2.286357 0.187553) - (xy -2.295288 0.178622) - (xy -2.304219 0.187553) - (xy -2.295288 0.196484) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp bfab443a-0c44-4944-bbc6-6cce35a75f8c)) - (fp_poly - (pts - (xy -1.571871 3.420605) - (xy -1.580802 3.411674) - (xy -1.589733 3.420605) - (xy -1.580802 3.429536) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 24e5691c-9d09-4f42-9717-6c04ee5e80cf)) - (fp_poly - (pts - (xy -0.500141 -3.22412) - (xy -0.509072 -3.233052) - (xy -0.518003 -3.22412) - (xy -0.509072 -3.215189) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 28fb4b26-0252-4c53-a79a-64f14768f7e5)) - (fp_poly - (pts - (xy -0.500141 -2.902601) - (xy -0.509072 -2.911533) - (xy -0.518003 -2.902601) - (xy -0.509072 -2.89367) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 0465a700-17df-4a3f-acc6-f1b6abb466bf)) - (fp_poly - (pts - (xy -0.482278 -3.259845) - (xy -0.49121 -3.268776) - (xy -0.500141 -3.259845) - (xy -0.49121 -3.250914) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 163563c6-0cd0-4e8c-bcc4-38c301410a1f)) - (fp_poly - (pts - (xy -0.357243 -3.331293) - (xy -0.366174 -3.340225) - (xy -0.375105 -3.331293) - (xy -0.366174 -3.322362) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp a9879ce0-57b6-45a5-b3b4-16bf20e564b1)) - (fp_poly - (pts - (xy 0.053587 0.437624) - (xy 0.044655 0.428692) - (xy 0.035724 0.437624) - (xy 0.044655 0.446555) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp ae0be9f1-efa8-4d73-9774-1778d5592aa1)) - (fp_poly - (pts - (xy 0.107173 -3.438466) - (xy 0.098242 -3.447398) - (xy 0.089311 -3.438466) - (xy 0.098242 -3.429535) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp b4c25a35-4f5e-44ce-9374-a958f430f707)) - (fp_poly - (pts - (xy 0.589451 0.366175) - (xy 0.58052 0.357244) - (xy 0.571589 0.366175) - (xy 0.58052 0.375106) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp a218d702-04d1-4d51-a675-bdedbfae0596)) - (fp_poly - (pts - (xy 0.6609 -0.384036) - (xy 0.651969 -0.392967) - (xy 0.643038 -0.384036) - (xy 0.651969 -0.375105) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp f85aa33a-6ba6-404a-b3ae-3b91038bbd71)) - (fp_poly - (pts - (xy 1.73263 -0.919901) - (xy 1.723699 -0.928832) - (xy 1.714768 -0.919901) - (xy 1.723699 -0.91097) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 82d7b0eb-3de8-4d23-95ff-a73a40702761)) - (fp_poly - (pts - (xy 1.73263 -0.562658) - (xy 1.723699 -0.571589) - (xy 1.714768 -0.562658) - (xy 1.723699 -0.553727) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp c12f0dd9-a258-4898-94c3-9d36e5cb145f)) - (fp_poly - (pts - (xy 1.768354 -0.794866) - (xy 1.759423 -0.803797) - (xy 1.750492 -0.794866) - (xy 1.759423 -0.785935) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 2c6be419-10b6-4a2d-92ce-66a981e468c4)) - (fp_poly - (pts - (xy 2.000563 -0.455485) - (xy 1.991632 -0.464416) - (xy 1.9827 -0.455485) - (xy 1.991632 -0.446554) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp ce05fb26-b010-4ada-be1b-24f3923b7b0f)) - (fp_poly - (pts - (xy 2.607876 2.259564) - (xy 2.598945 2.250633) - (xy 2.590014 2.259564) - (xy 2.598945 2.268496) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 3cd61121-f1b1-433c-bc1d-08369c979573)) - (fp_poly - (pts - (xy 2.750774 2.402462) - (xy 2.741842 2.393531) - (xy 2.732911 2.402462) - (xy 2.741842 2.411393) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp d75de6d0-f616-4b07-86d5-bece631739cb)) - (fp_poly - (pts - (xy 3.000844 -2.813291) - (xy 2.991913 -2.822222) - (xy 2.982982 -2.813291) - (xy 2.991913 -2.80436) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 2c2c28fe-bffd-4e99-ad29-b1de11f5af43)) - (fp_poly - (pts - (xy -1.809739 0.396317) - (xy -1.80761 0.368401) - (xy -1.811149 0.362081) - (xy -1.819268 0.367409) - (xy -1.820531 0.385526) - (xy -1.816168 0.404585) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 29e8b3ad-ece8-44c0-9e13-31ccc790437b)) - (fp_poly - (pts - (xy -0.362904 -1.63997) - (xy -0.360774 -1.667886) - (xy -0.364314 -1.674205) - (xy -0.372432 -1.668878) - (xy -0.373695 -1.650761) - (xy -0.369333 -1.631702) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 02d394e3-1a1f-4478-b91a-79dc96f124c4)) - (fp_poly - (pts - (xy 1.26226 -1.524238) - (xy 1.259808 -1.534857) - (xy 1.250352 -1.536146) - (xy 1.235649 -1.52961) - (xy 1.238444 -1.524238) - (xy 1.259642 -1.5221) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp f80c2cea-7056-4ec4-ab78-b3c41476b266)) - (fp_poly - (pts - (xy 2.351852 1.047914) - (xy 2.3494 1.037295) - (xy 2.339944 1.036006) - (xy 2.325241 1.042542) - (xy 2.328036 1.047914) - (xy 2.349234 1.050052) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 16ba0b05-95a7-4c78-addd-d18e4a6e5380)) - (fp_poly - (pts - (xy -0.837341 -2.667268) - (xy -0.825508 -2.696866) - (xy -0.826747 -2.708228) - (xy -0.838931 -2.70186) - (xy -0.846246 -2.687565) - (xy -0.856366 -2.653648) - (xy -0.852211 -2.646881) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 588575dd-e947-44da-933a-c3056343dc97)) - (fp_poly - (pts - (xy 1.783457 -0.668125) - (xy 1.802633 -0.68611) - (xy 1.798699 -0.69645) - (xy 1.796202 -0.696624) - (xy 1.781094 -0.683937) - (xy 1.77558 -0.676002) - (xy 1.773475 -0.663779) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 4fe8b08d-e208-448a-97fc-2f0084abb995)) - (fp_poly - (pts - (xy 0.40908 0.572226) - (xy 0.431327 0.52759) - (xy 0.439133 0.499982) - (xy 0.454756 0.451849) - (xy 0.472091 0.422002) - (xy 0.479323 0.417529) - (xy 0.512559 0.413562) - (xy 0.516255 0.413063) - (xy 0.535764 0.393691) - (xy 0.556365 0.344785) - (xy 0.576776 0.272455) - (xy 0.595715 0.182814) - (xy 0.611899 0.081973) - (xy 0.624046 -0.023959) - (xy 0.630873 -0.128868) - (xy 0.631051 -0.133966) - (xy 0.643353 -0.17268) - (xy 0.656476 -0.188023) - (xy 0.66975 -0.214368) - (xy 0.66567 -0.246575) - (xy 0.647659 -0.266825) - (xy 0.641127 -0.267932) - (xy 0.62904 -0.283271) - (xy 0.62466 -0.321241) - (xy 0.6272 -0.369773) - (xy 0.635877 -0.416799) - (xy 0.649904 -0.450248) - (xy 0.653245 -0.454209) - (xy 0.668727 -0.476607) - (xy 0.659989 -0.482278) - (xy 0.649449 -0.490145) - (xy 0.663179 -0.511976) - (xy 0.677965 -0.537042) - (xy 0.665444 -0.549163) - (xy 0.665366 -0.549189) - (xy 0.646885 -0.570957) - (xy 0.643038 -0.591994) - (xy 0.650158 -0.615741) - (xy 0.6609 -0.616244) - (xy 0.67736 -0.61766) - (xy 0.678762 -0.624121) - (xy 0.664888 -0.64205) - (xy 0.658412 -0.643037) - (xy 0.646665 -0.657907) - (xy 0.645854 -0.703914) - (xy 0.648708 -0.732925) - (xy 0.652308 -0.786302) - (xy 0.64775 -0.811653) - (xy 0.642265 -0.81225) - (xy 0.632066 -0.821608) - (xy 0.626098 -0.859629) - (xy 0.625176 -0.889645) - (xy 0.613187 -0.972982) - (xy 0.579474 -1.03629) - (xy 0.527415 -1.073775) - (xy 0.515581 -1.077538) - (xy 0.487341 -1.076841) - (xy 0.452814 -1.057635) - (xy 0.438398 -1.044936) - (xy 0.518003 -1.044936) - (xy 0.526934 -1.053867) - (xy 0.535865 -1.044936) - (xy 0.526934 -1.036005) - (xy 0.518003 -1.044936) - (xy 0.438398 -1.044936) - (xy 0.405218 -1.015709) - (xy 0.387108 -0.997802) - (xy 0.338994 -0.946079) - (xy 0.316877 -0.912979) - (xy 0.318604 -0.895133) - (xy 0.320533 -0.893717) - (xy 0.333334 -0.879404) - (xy 0.322375 -0.872554) - (xy 0.316156 -0.85603) - (xy 0.338216 -0.823003) - (xy 0.365106 -0.785587) - (xy 0.377338 -0.756408) - (xy 0.381739 -0.703923) - (xy 0.384846 -0.651511) - (xy 0.386962 -0.590298) - (xy 0.388393 -0.511407) - (xy 0.389442 -0.405963) - (xy 0.389474 -0.401898) - (xy 0.388867 -0.312587) - (xy 0.41083 -0.312587) - (xy 0.419761 -0.321519) - (xy 0.428692 -0.312587) - (xy 0.419761 -0.303656) - (xy 0.41083 -0.312587) - (xy 0.388867 -0.312587) - (xy 0.388677 -0.284538) - (xy 0.384846 -0.165122) - (xy 0.378487 -0.050061) - (xy 0.370106 0.054233) - (xy 0.360208 0.141348) - (xy 0.349299 0.204874) - (xy 0.339119 0.236432) - (xy 0.329789 0.270145) - (xy 0.323407 0.326234) - (xy 0.321519 0.380234) - (xy 0.32683 0.464779) - (xy 0.340955 0.529014) - (xy 0.361181 0.570175) - (xy 0.384794 0.5855) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 5d73a2e6-4492-4325-948a-c0bf9b7d7aea)) - (fp_poly - (pts - (xy -0.173573 0.568483) - (xy -0.16465 0.520465) - (xy -0.164817 0.476507) - (xy -0.165982 0.422019) - (xy -0.160518 0.395212) - (xy -0.146204 0.388313) - (xy -0.139779 0.388976) - (xy -0.111494 0.386608) - (xy -0.09768 0.364397) - (xy -0.097183 0.31747) - (xy -0.107072 0.250626) - (xy -0.116998 0.178166) - (xy -0.114921 0.129933) - (xy -0.106137 0.105238) - (xy -0.095276 0.078998) - (xy -0.105391 0.079279) - (xy -0.124155 0.08185) - (xy -0.126548 0.076969) - (xy -0.128411 0.053016) - (xy -0.131859 0.003914) - (xy -0.136155 -0.059841) - (xy -0.136275 -0.061645) - (xy -0.142352 -0.126497) - (xy -0.150432 -0.177742) - (xy -0.158779 -0.204408) - (xy -0.15888 -0.204542) - (xy -0.164832 -0.23044) - (xy -0.16806 -0.28276) - (xy -0.168813 -0.352322) - (xy -0.167338 -0.429949) - (xy -0.163885 -0.50646) - (xy -0.1587 -0.572678) - (xy -0.152033 -0.619424) - (xy -0.147253 -0.63462) - (xy -0.141789 -0.670261) - (xy -0.147036 -0.728427) - (xy -0.160494 -0.798451) - (xy -0.179662 -0.869666) - (xy -0.202039 -0.931406) - (xy -0.225127 -0.973005) - (xy -0.227128 -0.975367) - (xy -0.250462 -1.00474) - (xy -0.249335 -1.016558) - (xy -0.236215 -1.018143) - (xy -0.217849 -1.023576) - (xy -0.22724 -1.038182) - (xy -0.24041 -1.068279) - (xy -0.238717 -1.080532) - (xy -0.245099 -1.104745) - (xy -0.258903 -1.113875) - (xy -0.27819 -1.115804) - (xy -0.2775 -1.108483) - (xy -0.277951 -1.087431) - (xy -0.301537 -1.077751) - (xy -0.32771 -1.082081) - (xy -0.346423 -1.103649) - (xy -0.345273 -1.117863) - (xy -0.341798 -1.140547) - (xy -0.35945 -1.134856) - (xy -0.39784 -1.100931) - (xy -0.401914 -1.096884) - (xy -0.431213 -1.062228) - (xy -0.434924 -1.038018) - (xy -0.426992 -1.025026) - (xy -0.415331 -1.006828) - (xy -0.431045 -1.009168) - (xy -0.432873 -1.009861) - (xy -0.447201 -1.009663) - (xy -0.45615 -0.99145) - (xy -0.459432 -0.964556) - (xy -0.25007 -0.964556) - (xy -0.243535 -0.979259) - (xy -0.238162 -0.976465) - (xy -0.236024 -0.955266) - (xy -0.238162 -0.952648) - (xy -0.248781 -0.9551) - (xy -0.25007 -0.964556) - (xy -0.459432 -0.964556) - (xy -0.46133 -0.948999) - (xy -0.463959 -0.8897) - (xy -0.467797 -0.706453) - (xy -0.467799 -0.651969) - (xy -0.446554 -0.651969) - (xy -0.437623 -0.6609) - (xy -0.428692 -0.651969) - (xy -0.437623 -0.643037) - (xy -0.446554 -0.651969) - (xy -0.467799 -0.651969) - (xy -0.467801 -0.562658) - (xy -0.464416 -0.562658) - (xy -0.455485 -0.571589) - (xy -0.446554 -0.562658) - (xy -0.455485 -0.553727) - (xy -0.464416 -0.562658) - (xy -0.467801 -0.562658) - (xy -0.467802 -0.539356) - (xy -0.464091 -0.393429) - (xy -0.456782 -0.273688) - (xy -0.447599 -0.194786) - (xy -0.434748 -0.118088) - (xy -0.422435 -0.062069) - (xy -0.406272 -0.01203) - (xy -0.381871 0.046733) - (xy -0.362799 0.089311) - (xy -0.331914 0.166023) - (xy -0.301484 0.25565) - (xy -0.275716 0.344486) - (xy -0.258814 0.418823) - (xy -0.255926 0.437624) - (xy -0.247217 0.501361) - (xy -0.239315 0.539379) - (xy -0.229572 0.561516) - (xy -0.219294 0.573787) - (xy -0.192333 0.587231) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 966181a1-8b29-4e3d-9eda-59d1c008113b)) - (fp_poly - (pts - (xy 2.715311 3.435338) - (xy 2.724136 3.429284) - (xy 2.728592 3.405754) - (xy 2.732393 3.357774) - (xy 2.735183 3.296618) - (xy 2.736603 3.233559) - (xy 2.736299 3.179872) - (xy 2.733912 3.14683) - (xy 2.73317 3.143742) - (xy 2.729854 3.121658) - (xy 2.72543 3.078907) - (xy 2.724662 3.070316) - (xy 2.717417 3.015199) - (xy 2.707534 2.969634) - (xy 2.706957 2.967762) - (xy 2.694149 2.919582) - (xy 2.686251 2.88213) - (xy 2.672507 2.831851) - (xy 2.659145 2.80003) - (xy 2.640028 2.752194) - (xy 2.63358 2.72688) - (xy 2.626117 2.686607) - (xy 2.615294 2.628648) - (xy 2.60978 2.599236) - (xy 2.602023 2.544956) - (xy 2.600745 2.505072) - (xy 2.603231 2.493769) - (xy 2.601391 2.485988) - (xy 2.592774 2.490067) - (xy 2.574002 2.488118) - (xy 2.569919 2.474965) - (xy 2.566593 2.441801) - (xy 2.565454 2.433569) - (xy 2.555983 2.413867) - (xy 2.531715 2.369779) - (xy 2.496187 2.30758) - (xy 2.452938 2.233545) - (xy 2.447117 2.223689) - (xy 2.403397 2.147845) - (xy 2.367587 2.082067) - (xy 2.343111 2.032914) - (xy 2.333392 2.006948) - (xy 2.333377 2.005729) - (xy 2.325618 1.988076) - (xy 2.31966 1.987867) - (xy 2.308152 1.983608) - (xy 2.291586 1.963588) - (xy 2.267583 1.923808) - (xy 2.233769 1.860267) - (xy 2.187765 1.768966) - (xy 2.178608 1.750493) - (xy 2.133401 1.675916) - (xy 2.070111 1.59332) - (xy 1.996796 1.51141) - (xy 1.921517 1.438894) - (xy 1.852331 1.384477) - (xy 1.824231 1.367641) - (xy 1.786959 1.343901) - (xy 1.76872 1.323521) - (xy 1.768354 1.321342) - (xy 1.754021 1.30559) - (xy 1.743472 1.303939) - (xy 1.715322 1.289647) - (xy 1.709273 1.279659) - (xy 1.690184 1.262329) - (xy 1.645736 1.234241) - (xy 1.58301 1.199599) - (xy 1.52465 1.170098) - (xy 1.41524 1.117254) - (xy 1.331029 1.078184) - (xy 1.265241 1.050723) - (xy 1.211105 1.032707) - (xy 1.161845 1.02197) - (xy 1.110687 1.016349) - (xy 1.050859 1.013678) - (xy 1.033713 1.013217) - (xy 0.954275 1.012301) - (xy 0.899001 1.015797) - (xy 0.856402 1.025823) - (xy 0.814991 1.044497) - (xy 0.790665 1.058011) - (xy 0.737918 1.092394) - (xy 0.711148 1.122912) - (xy 0.702887 1.156252) - (xy 0.698905 1.242571) - (xy 0.697933 1.315057) - (xy 0.700909 1.381658) - (xy 0.708768 1.450324) - (xy 0.722447 1.529004) - (xy 0.742881 1.625648) - (xy 0.771007 1.748206) - (xy 0.774222 1.761952) - (xy 0.807924 1.885083) - (xy 0.851419 2.012881) - (xy 0.901294 2.137444) - (xy 0.954136 2.250873) - (xy 1.006529 2.345267) - (xy 1.055061 2.412726) - (xy 1.055803 2.413561) - (xy 1.087411 2.451399) - (xy 1.105667 2.477966) - (xy 1.107454 2.482979) - (xy 1.120132 2.504474) - (xy 1.154698 2.544185) - (xy 1.20595 2.597041) - (xy 1.268684 2.657971) - (xy 1.337699 2.721903) - (xy 1.407792 2.783766) - (xy 1.464698 2.831229) - (xy 1.529103 2.883563) - (xy 1.584682 2.929471) - (xy 1.624537 2.963211) - (xy 1.64013 2.977246) - (xy 1.677777 2.997847) - (xy 1.696906 3.000844) - (xy 1.73802 3.012958) - (xy 1.753682 3.024392) - (xy 1.809497 3.072956) - (xy 1.880575 3.124707) - (xy 1.958807 3.174846) - (xy 2.036088 3.21858) - (xy 2.10431 3.251113) - (xy 2.155366 3.267648) - (xy 2.166808 3.268777) - (xy 2.198344 3.278146) - (xy 2.224331 3.29261) - (xy 2.262253 3.310855) - (xy 2.318579 3.330153) - (xy 2.348875 3.338393) - (xy 2.462682 3.367492) - (xy 2.543505 3.390713) - (xy 2.59044 3.407785) - (xy 2.598945 3.412429) - (xy 2.637137 3.429396) - (xy 2.681053 3.437723) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 2557458c-b283-481e-95b0-ae7c95bb5e57)) - (fp_poly - (pts - (xy -2.773101 3.616039) - (xy -2.74111 3.611134) - (xy -2.736279 3.610391) - (xy -2.713232 3.597816) - (xy -2.687099 3.576899) - (xy -2.653919 3.553413) - (xy -2.600612 3.52218) - (xy -2.536441 3.487887) - (xy -2.470669 3.455218) - (xy -2.412556 3.42886) - (xy -2.371366 3.413498) - (xy -2.359976 3.411406) - (xy -2.333735 3.404892) - (xy -2.283172 3.387152) - (xy -2.216704 3.361257) - (xy -2.172423 3.34297) - (xy -2.082761 3.305289) - (xy -2.018384 3.279118) - (xy -1.971649 3.262124) - (xy -1.934908 3.251973) - (xy -1.900515 3.24633) - (xy -1.860826 3.242862) - (xy -1.839803 3.24143) - (xy -1.766489 3.232198) - (xy -1.693345 3.216392) - (xy -1.665398 3.207846) - (xy -1.617849 3.191487) - (xy -1.586259 3.181511) - (xy -1.580553 3.180171) - (xy -1.567405 3.17839) - (xy -1.548668 3.176208) - (xy -1.50571 3.171816) - (xy -1.473629 3.168668) - (xy -1.400593 3.155147) - (xy -1.307193 3.128752) - (xy -1.20444 3.093549) - (xy -1.103349 3.053604) - (xy -1.014932 3.012982) - (xy -0.950203 2.97575) - (xy -0.949227 2.975069) - (xy -0.898759 2.940313) - (xy -0.856334 2.912195) - (xy -0.84093 2.902602) - (xy -0.812164 2.882475) - (xy -0.766173 2.846974) - (xy -0.713616 2.804361) - (xy -0.5456 2.650815) - (xy -0.410758 2.495668) - (xy -0.306584 2.335523) - (xy -0.230572 2.166986) - (xy -0.219368 2.134529) - (xy -0.196995 2.058721) - (xy -0.174574 1.969373) - (xy -0.15422 1.876627) - (xy -0.13805 1.790628) - (xy -0.128182 1.721516) - (xy -0.126166 1.687975) - (xy -0.12633 1.654119) - (xy -0.12625 1.59547) - (xy -0.125948 1.522955) - (xy -0.125812 1.499473) - (xy -0.136352 1.337793) - (xy -0.171259 1.19682) - (xy -0.232252 1.069637) - (xy -0.232636 1.069006) - (xy -0.259005 1.021573) - (xy -0.273317 0.987293) - (xy -0.2738 0.976379) - (xy -0.273462 0.953505) - (xy -0.290239 0.913228) - (xy -0.318152 0.865403) - (xy -0.351225 0.819885) - (xy -0.383481 0.786529) - (xy -0.393021 0.779815) - (xy -0.452093 0.75796) - (xy -0.519323 0.751348) - (xy -0.577492 0.761126) - (xy -0.589451 0.766748) - (xy -0.61988 0.777155) - (xy -0.674062 0.789667) - (xy -0.740346 0.801599) - (xy -0.74128 0.801745) - (xy -0.830491 0.816019) - (xy -0.891182 0.826859) - (xy -0.930199 0.83589) - (xy -0.954386 0.844732) - (xy -0.970589 0.85501) - (xy -0.972488 0.856555) - (xy -0.997165 0.867252) - (xy -1.005051 0.864523) - (xy -1.019116 0.86058) - (xy -1.043484 0.87126) - (xy -1.082303 0.899434) - (xy -1.139725 0.947971) - (xy -1.188646 0.991489) - (xy -1.289146 1.083135) - (xy -1.364732 1.155254) - (xy -1.418121 1.210961) - (xy -1.452028 1.253372) - (xy -1.46917 1.285605) - (xy -1.472263 1.310775) - (xy -1.471309 1.315751) - (xy -1.469347 1.347329) - (xy -1.478003 1.357525) - (xy -1.495374 1.371317) - (xy -1.526411 1.407984) - (xy -1.565287 1.460467) - (xy -1.577509 1.478095) - (xy -1.631945 1.555717) - (xy -1.693712 1.640686) - (xy -1.746241 1.710418) - (xy -1.776251 1.750408) - (xy -1.806758 1.793987) - (xy -1.840503 1.8456) - (xy -1.880228 1.909689) - (xy -1.928675 1.990696) - (xy -1.988586 2.093064) - (xy -2.062703 2.221237) - (xy -2.07963 2.250633) - (xy -2.10137 2.291032) - (xy -2.130946 2.349204) - (xy -2.154176 2.396528) - (xy -2.191701 2.464265) - (xy -2.235706 2.529693) - (xy -2.262552 2.562747) - (xy -2.297253 2.604333) - (xy -2.317418 2.635211) - (xy -1.336144 2.635211) - (xy -1.334049 2.616761) - (xy -1.314588 2.591797) - (xy -1.28979 2.574105) - (xy -1.28112 2.572152) - (xy -1.277753 2.583012) - (xy -1.295106 2.607986) - (xy -1.321515 2.631401) - (xy -1.336144 2.635211) - (xy -2.317418 2.635211) - (xy -2.318708 2.637187) - (xy -2.322082 2.647375) - (xy -2.332173 2.672732) - (xy -2.357483 2.712824) - (xy -2.369104 2.728672) - (xy -2.401528 2.776674) - (xy -2.440686 2.842384) - (xy -2.476738 2.90898) - (xy -2.517885 2.981471) - (xy -2.575386 3.072031) - (xy -2.642764 3.17125) - (xy -2.713543 3.26972) - (xy -2.781245 3.35803) - (xy -2.810008 3.393167) - (xy -2.836954 3.438467) - (xy -2.768636 3.438467) - (xy -2.759705 3.429536) - (xy -2.750774 3.438467) - (xy -2.759705 3.447399) - (xy -2.768636 3.438467) - (xy -2.836954 3.438467) - (xy -2.843155 3.448891) - (xy -2.856479 3.507234) - (xy -2.851324 3.56007) - (xy -2.829035 3.599276) - (xy -2.790958 3.616728) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp b35bc60e-f8a5-4afa-b373-0ef0958203f0)) - (fp_poly - (pts - (xy -0.900567 -2.374596) - (xy -0.873502 -2.397194) - (xy -0.846951 -2.42764) - (xy -0.83103 -2.454966) - (xy -0.830823 -2.465354) - (xy -0.824541 -2.482193) - (xy -0.810773 -2.490051) - (xy -0.791009 -2.512559) - (xy -0.792808 -2.528574) - (xy -0.793975 -2.546888) - (xy -0.785731 -2.545232) - (xy -0.770609 -2.5494) - (xy -0.768073 -2.562166) - (xy -0.759035 -2.58661) - (xy -0.750772 -2.590014) - (xy -0.741474 -2.603313) - (xy -0.744876 -2.619737) - (xy -0.747393 -2.639899) - (xy -0.735384 -2.636545) - (xy -0.717472 -2.637852) - (xy -0.714487 -2.651477) - (xy -0.706232 -2.675932) - (xy -0.698708 -2.679324) - (xy -0.68287 -2.694099) - (xy -0.667233 -2.727386) - (xy -0.658814 -2.762627) - (xy -0.658968 -2.773101) - (xy -0.64635 -2.784949) - (xy -0.634107 -2.786497) - (xy -0.612558 -2.802025) - (xy -0.607314 -2.831153) - (xy -0.601281 -2.864723) - (xy -0.589691 -2.875808) - (xy -0.571745 -2.890925) - (xy -0.549518 -2.928134) - (xy -0.528709 -2.975227) - (xy -0.515014 -3.019994) - (xy -0.51259 -3.041033) - (xy -0.501809 -3.067447) - (xy -0.488883 -3.072292) - (xy -0.467234 -3.08664) - (xy -0.464416 -3.099085) - (xy -0.454214 -3.122847) - (xy -0.4455 -3.125879) - (xy -0.435621 -3.137159) - (xy -0.439329 -3.146501) - (xy -0.441428 -3.158837) - (xy -0.432895 -3.15527) - (xy -0.409829 -3.15946) - (xy -0.372914 -3.183504) - (xy -0.351992 -3.201631) - (xy -0.311169 -3.239706) - (xy -0.284085 -3.260377) - (xy -0.258021 -3.270242) - (xy -0.220256 -3.275902) - (xy -0.205415 -3.277685) - (xy -0.070426 -3.29358) - (xy 0.031521 -3.304438) - (xy 0.102729 -3.310417) - (xy 0.145499 -3.311672) - (xy 0.162134 -3.30836) - (xy 0.157949 -3.302385) - (xy 0.145308 -3.29006) - (xy 0.164062 -3.286912) - (xy 0.202164 -3.280074) - (xy 0.244442 -3.265891) - (xy 0.284224 -3.251993) - (xy 0.308122 -3.248029) - (xy 0.321045 -3.237459) - (xy 0.321519 -3.232789) - (xy 0.335639 -3.211947) - (xy 0.369117 -3.186354) - (xy 0.408629 -3.164127) - (xy 0.4162 -3.161603) - (xy 0.571589 -3.161603) - (xy 0.578125 -3.176305) - (xy 0.583497 -3.173511) - (xy 0.585635 -3.152313) - (xy 0.583497 -3.149695) - (xy 0.572878 -3.152147) - (xy 0.571589 -3.161603) - (xy 0.4162 -3.161603) - (xy 0.440853 -3.153384) - (xy 0.449758 -3.154652) - (xy 0.462354 -3.148713) - (xy 0.464416 -3.135709) - (xy 0.47837 -3.100302) - (xy 0.498996 -3.072292) - (xy 0.526934 -3.072292) - (xy 0.52835 -3.088752) - (xy 0.534811 -3.090154) - (xy 0.553 -3.077188) - (xy 0.553727 -3.072292) - (xy 0.547633 -3.054894) - (xy 0.54585 -3.05443) - (xy 0.5306 -3.066947) - (xy 0.526934 -3.072292) - (xy 0.498996 -3.072292) - (xy 0.519556 -3.044372) - (xy 0.586966 -2.96927) - (xy 0.595046 -2.960824) - (xy 0.623316 -2.925672) - (xy 0.656004 -2.876932) - (xy 0.6876 -2.824088) - (xy 0.712595 -2.776627) - (xy 0.725479 -2.744033) - (xy 0.72557 -2.73612) - (xy 0.729484 -2.715475) - (xy 0.751298 -2.696386) - (xy 0.774971 -2.691562) - (xy 0.778978 -2.693795) - (xy 0.782041 -2.692415) - (xy 0.771082 -2.676449) - (xy 0.758801 -2.646625) - (xy 0.767206 -2.635205) - (xy 0.784438 -2.633312) - (xy 0.786002 -2.63808) - (xy 0.793979 -2.634158) - (xy 0.813798 -2.606706) - (xy 0.821464 -2.594479) - (xy 0.849646 -2.556817) - (xy 0.874502 -2.537219) - (xy 0.878556 -2.536427) - (xy 0.89081 -2.542442) - (xy 0.880214 -2.556466) - (xy 0.868144 -2.588809) - (xy 0.870746 -2.604051) - (xy 0.872435 -2.622473) - (xy 0.855954 -2.617117) - (xy 0.84022 -2.610448) - (xy 0.851141 -2.624913) - (xy 0.859612 -2.647188) - (xy 0.852425 -2.684857) - (xy 0.829249 -2.743162) - (xy 0.804104 -2.804874) - (xy 0.784862 -2.860855) - (xy 0.778075 -2.887282) - (xy 0.7637 -2.928375) - (xy 0.746381 -2.950002) - (xy 0.735383 -2.962875) - (xy 0.74128 -2.965389) - (xy 0.743327 -2.973017) - (xy 0.727883 -2.984412) - (xy 0.701984 -3.009719) - (xy 0.696624 -3.025756) - (xy 0.68441 -3.054172) - (xy 0.660791 -3.081322) - (xy 0.637256 -3.107616) - (xy 0.633196 -3.121991) - (xy 0.627103 -3.138346) - (xy 0.601902 -3.169309) - (xy 0.590196 -3.181469) - (xy 0.55609 -3.218472) - (xy 0.534891 -3.246876) - (xy 0.532681 -3.251536) - (xy 0.511985 -3.26782) - (xy 0.487717 -3.273277) - (xy 0.460543 -3.280409) - (xy 0.457014 -3.289112) - (xy 0.452195 -3.308466) - (xy 0.444848 -3.314485) - (xy 0.419632 -3.312959) - (xy 0.409106 -3.302323) - (xy 0.396319 -3.287548) - (xy 0.393241 -3.304669) - (xy 0.376978 -3.337065) - (xy 0.336093 -3.366387) - (xy 0.28148 -3.385708) - (xy 0.260836 -3.388855) - (xy 0.215142 -3.398653) - (xy 0.18663 -3.412439) - (xy 0.153623 -3.422482) - (xy 0.117813 -3.419437) - (xy 0.083211 -3.416388) - (xy 0.071449 -3.425517) - (xy 0.056144 -3.44159) - (xy 0.025282 -3.452058) - (xy -0.007383 -3.45432) - (xy -0.014512 -3.439146) - (xy -0.012114 -3.427347) - (xy -0.014314 -3.402742) - (xy 0.142897 -3.402742) - (xy 0.151828 -3.411673) - (xy 0.16076 -3.402742) - (xy 0.151828 -3.393811) - (xy 0.142897 -3.402742) - (xy -0.014314 -3.402742) - (xy -0.014634 -3.399165) - (xy -0.028465 -3.393811) - (xy -0.050261 -3.408287) - (xy -0.053586 -3.422515) - (xy -0.064239 -3.442689) - (xy -0.081841 -3.440378) - (xy -0.110315 -3.43092) - (xy -0.117565 -3.429535) - (xy -0.124692 -3.415477) - (xy -0.125035 -3.409486) - (xy -0.114657 -3.401329) - (xy -0.093776 -3.413952) - (xy -0.072655 -3.42939) - (xy -0.076958 -3.420301) - (xy -0.087391 -3.406776) - (xy -0.110187 -3.385557) - (xy -0.121471 -3.384293) - (xy -0.141125 -3.382738) - (xy -0.159116 -3.37219) - (xy -0.177691 -3.35948) - (xy -0.170202 -3.37028) - (xy -0.165225 -3.375917) - (xy -0.146242 -3.403995) - (xy -0.142897 -3.415246) - (xy -0.15771 -3.426099) - (xy -0.19186 -3.429258) - (xy -0.229915 -3.425236) - (xy -0.256444 -3.414545) - (xy -0.259181 -3.411382) - (xy -0.277131 -3.402742) - (xy -0.214346 -3.402742) - (xy -0.205415 -3.411673) - (xy -0.196484 -3.402742) - (xy -0.205415 -3.393811) - (xy -0.214346 -3.402742) - (xy -0.277131 -3.402742) - (xy -0.280588 -3.401078) - (xy -0.287029 -3.403505) - (xy -0.302583 -3.400872) - (xy -0.303657 -3.394865) - (xy -0.317099 -3.380209) - (xy -0.325985 -3.380414) - (xy -0.343955 -3.369452) - (xy -0.348337 -3.34918) - (xy -0.359607 -3.319392) - (xy -0.37513 -3.311711) - (xy -0.421064 -3.306332) - (xy -0.443712 -3.29411) - (xy -0.454812 -3.270898) - (xy -0.47423 -3.233235) - (xy -0.502696 -3.194983) - (xy -0.538116 -3.152564) - (xy -0.578648 -3.101157) - (xy -0.587011 -3.090154) - (xy -0.621562 -3.045636) - (xy -0.65037 -3.010756) - (xy -0.656435 -3.004033) - (xy -0.673768 -2.97405) - (xy -0.589451 -2.97405) - (xy -0.58052 -2.982981) - (xy -0.571589 -2.97405) - (xy -0.58052 -2.965119) - (xy -0.589451 -2.97405) - (xy -0.673768 -2.97405) - (xy -0.675927 -2.970316) - (xy -0.678762 -2.954912) - (xy -0.6879 -2.931959) - (xy -0.694952 -2.929395) - (xy -0.70414 -2.91517) - (xy -0.702772 -2.902601) - (xy -0.607314 -2.902601) - (xy -0.598383 -2.911533) - (xy -0.589451 -2.902601) - (xy -0.598383 -2.89367) - (xy -0.607314 -2.902601) - (xy -0.702772 -2.902601) - (xy -0.7018 -2.89367) - (xy -0.702445 -2.865551) - (xy -0.730141 -2.857946) - (xy -0.730266 -2.857946) - (xy -0.760397 -2.850422) - (xy -0.768073 -2.83903) - (xy -0.75713 -2.828362) - (xy -0.750211 -2.831153) - (xy -0.733566 -2.834254) - (xy -0.732349 -2.830931) - (xy -0.740994 -2.815303) - (xy -0.65476 -2.815303) - (xy -0.651969 -2.822222) - (xy -0.635918 -2.839262) - (xy -0.633053 -2.840084) - (xy -0.625381 -2.826264) - (xy -0.625176 -2.822222) - (xy -0.638907 -2.805046) - (xy -0.644092 -2.80436) - (xy -0.65476 -2.815303) - (xy -0.740994 -2.815303) - (xy -0.745162 -2.807768) - (xy -0.772707 -2.782016) - (xy -0.798643 -2.768712) - (xy -0.800045 -2.768635) - (xy -0.809403 -2.75374) - (xy -0.807838 -2.722246) - (xy -0.81058 -2.678567) - (xy -0.841079 -2.636917) - (xy -0.846039 -2.632213) - (xy -0.884759 -2.577665) - (xy -0.893108 -2.536758) - (xy -0.898688 -2.495778) - (xy -0.91097 -2.47391) - (xy -0.922281 -2.45307) - (xy -0.905016 -2.45307) - (xy -0.902564 -2.463689) - (xy -0.893108 -2.464978) - (xy -0.878406 -2.458443) - (xy -0.8812 -2.45307) - (xy -0.902398 -2.450933) - (xy -0.905016 -2.45307) - (xy -0.922281 -2.45307) - (xy -0.924569 -2.448855) - (xy -0.928636 -2.409418) - (xy -0.921774 -2.376001) - (xy -0.918027 -2.370816) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp bebf3047-fea4-4edd-9c39-c49672dbc282)) - (fp_poly - (pts - (xy 2.184692 1.118299) - (xy 2.184159 1.091491) - (xy 2.178249 1.06847) - (xy 2.169863 1.032543) - (xy 2.174851 1.025865) - (xy 2.183068 1.032745) - (xy 2.210036 1.050236) - (xy 2.234089 1.053822) - (xy 2.243539 1.043763) - (xy 2.237539 1.031541) - (xy 2.223628 1.003494) - (xy 2.204753 0.952618) - (xy 2.187316 0.897574) - (xy 2.168884 0.840604) - (xy 2.152591 0.800377) - (xy 2.142381 0.785936) - (xy 2.13324 0.769959) - (xy 2.123433 0.729206) - (xy 2.118686 0.699138) - (xy 2.102417 0.631982) - (xy 2.076419 0.585004) - (xy 2.071692 0.580232) - (xy 2.051777 0.555392) - (xy 2.041384 0.520059) - (xy 2.038242 0.463969) - (xy 2.038568 0.430355) - (xy 2.03909 0.356341) - (xy 2.0384 0.263508) - (xy 2.03665 0.168734) - (xy 2.035955 0.142898) - (xy 2.035223 0.048106) - (xy 2.03771 -0.05232) - (xy 2.042889 -0.140106) - (xy 2.044613 -0.158612) - (xy 2.050614 -0.22639) - (xy 2.0508 -0.264723) - (xy 2.044641 -0.2795) - (xy 2.033867 -0.277857) - (xy 2.026194 -0.277047) - (xy 2.040951 -0.291049) - (xy 2.061903 -0.313399) - (xy 2.054037 -0.331621) - (xy 2.045644 -0.339027) - (xy 2.010561 -0.352943) - (xy 1.991859 -0.350871) - (xy 1.968715 -0.35354) - (xy 1.964838 -0.367789) - (xy 1.971987 -0.387004) - (xy 1.979088 -0.386269) - (xy 2.004992 -0.386403) - (xy 2.016322 -0.391668) - (xy 2.026213 -0.405015) - (xy 2.004305 -0.415026) - (xy 1.97117 -0.410541) - (xy 1.94454 -0.376956) - (xy 1.929628 -0.33045) - (xy 2.000563 -0.33045) - (xy 2.009494 -0.339381) - (xy 2.018425 -0.33045) - (xy 2.009494 -0.321519) - (xy 2.000563 -0.33045) - (xy 1.929628 -0.33045) - (xy 1.923952 -0.312748) - (xy 1.912799 -0.241139) - (xy 1.9827 -0.241139) - (xy 1.991632 -0.25007) - (xy 2.000563 -0.241139) - (xy 1.991632 -0.232208) - (xy 1.9827 -0.241139) - (xy 1.912799 -0.241139) - (xy 1.908944 -0.21639) - (xy 1.899055 -0.086357) - (xy 1.897986 -0.063864) - (xy 1.893021 0.032245) - (xy 1.887857 0.096191) - (xy 1.881961 0.131532) - (xy 1.874799 0.141828) - (xy 1.868191 0.135108) - (xy 1.849649 0.104912) - (xy 1.817616 0.054324) - (xy 1.778136 -0.007135) - (xy 1.766506 -0.025093) - (xy 1.685215 -0.153496) - (xy 1.623914 -0.257205) - (xy 1.583111 -0.335269) - (xy 1.563313 -0.386739) - (xy 1.562415 -0.406974) - (xy 1.56603 -0.424162) - (xy 1.549915 -0.414795) - (xy 1.545486 -0.411169) - (xy 1.523902 -0.39777) - (xy 1.518043 -0.411419) - (xy 1.518011 -0.413108) - (xy 1.514833 -0.428548) - (xy 1.50209 -0.412917) - (xy 1.489286 -0.405093) - (xy 1.477975 -0.428901) - (xy 1.473457 -0.447335) - (xy 1.469335 -0.497104) - (xy 1.485745 -0.525494) - (xy 1.485921 -0.525628) - (xy 1.501191 -0.557558) - (xy 1.498303 -0.609217) - (xy 1.478298 -0.670207) - (xy 1.469691 -0.687693) - (xy 1.447417 -0.732872) - (xy 1.431532 -0.768073) - (xy 1.404725 -0.822669) - (xy 1.36473 -0.894944) - (xy 1.31842 -0.973017) - (xy 1.272672 -1.045008) - (xy 1.262796 -1.059683) - (xy 1.231864 -1.108921) - (xy 1.209607 -1.151333) - (xy 1.205268 -1.162391) - (xy 1.19023 -1.190507) - (xy 1.180021 -1.196765) - (xy 1.163944 -1.212866) - (xy 1.148005 -1.254226) - (xy 1.134215 -1.310426) - (xy 1.124585 -1.371051) - (xy 1.121127 -1.425684) - (xy 1.12585 -1.463906) - (xy 1.127641 -1.468079) - (xy 1.131816 -1.498094) - (xy 1.116791 -1.513856) - (xy 1.094349 -1.506429) - (xy 1.087869 -1.498244) - (xy 1.07459 -1.485434) - (xy 1.072003 -1.494902) - (xy 1.084507 -1.52325) - (xy 1.089309 -1.527039) - (xy 1.088644 -1.544842) - (xy 1.067206 -1.577922) - (xy 1.049119 -1.59857) - (xy 0.99671 -1.654355) - (xy 0.965825 -1.690241) - (xy 0.952912 -1.711771) - (xy 0.954419 -1.724492) - (xy 0.963616 -1.732048) - (xy 0.981657 -1.749495) - (xy 0.975655 -1.771561) - (xy 0.946695 -1.804078) - (xy 0.919924 -1.841212) - (xy 0.91059 -1.871061) - (xy 0.903696 -1.908875) - (xy 0.885768 -1.970257) - (xy 0.860095 -2.046048) - (xy 0.829967 -2.127089) - (xy 0.798675 -2.204222) - (xy 0.769509 -2.268288) - (xy 0.763964 -2.27922) - (xy 0.721115 -2.348018) - (xy 0.662734 -2.422915) - (xy 0.593947 -2.499227) - (xy 0.51988 -2.572267) - (xy 0.445658 -2.637348) - (xy 0.376407 -2.689785) - (xy 0.317253 -2.724891) - (xy 0.273321 -2.737981) - (xy 0.263467 -2.736798) - (xy 0.251107 -2.746943) - (xy 0.250067 -2.755239) - (xy 0.23287 -2.77081) - (xy 0.183375 -2.780888) - (xy 0.156291 -2.783111) - (xy 0.099924 -2.789264) - (xy 0.058197 -2.798946) - (xy 0.045549 -2.805439) - (xy 0.016298 -2.821422) - (xy -0.002851 -2.80459) - (xy -0.003609 -2.802462) - (xy -0.024266 -2.787131) - (xy -0.06315 -2.778627) - (xy -0.131367 -2.769272) - (xy -0.162933 -2.759704) - (xy 0.053587 -2.759704) - (xy 0.062518 -2.768635) - (xy 0.071449 -2.759704) - (xy 0.062518 -2.750773) - (xy 0.053587 -2.759704) - (xy -0.162933 -2.759704) - (xy -0.180207 -2.754468) - (xy -0.196497 -2.741842) - (xy 0.017862 -2.741842) - (xy 0.026793 -2.750773) - (xy 0.035724 -2.741842) - (xy 0.026793 -2.732911) - (xy 0.017862 -2.741842) - (xy -0.196497 -2.741842) - (xy -0.203238 -2.736617) - (xy -0.202671 -2.72654) - (xy -0.201871 -2.72398) - (xy 0.053587 -2.72398) - (xy 0.062518 -2.732911) - (xy 0.071449 -2.72398) - (xy 0.062518 -2.715049) - (xy 0.053587 -2.72398) - (xy -0.201871 -2.72398) - (xy -0.19912 -2.715178) - (xy -0.213011 -2.726158) - (xy -0.247245 -2.736808) - (xy -0.287853 -2.717462) - (xy -0.300834 -2.703141) - (xy -0.119081 -2.703141) - (xy -0.116629 -2.71376) - (xy -0.107173 -2.715049) - (xy -0.09247 -2.708513) - (xy -0.095265 -2.703141) - (xy -0.116463 -2.701003) - (xy -0.119081 -2.703141) - (xy -0.300834 -2.703141) - (xy -0.314326 -2.688256) - (xy -0.303657 -2.688256) - (xy -0.294726 -2.697187) - (xy -0.285795 -2.688256) - (xy 0.142897 -2.688256) - (xy 0.151828 -2.697187) - (xy 0.16076 -2.688256) - (xy 0.151828 -2.679324) - (xy 0.142897 -2.688256) - (xy -0.285795 -2.688256) - (xy -0.294726 -2.679324) - (xy -0.303657 -2.688256) - (xy -0.314326 -2.688256) - (xy -0.329252 -2.671789) - (xy -0.330089 -2.670393) - (xy 0.25007 -2.670393) - (xy 0.259001 -2.679324) - (xy 0.267933 -2.670393) - (xy 0.259001 -2.661462) - (xy 0.25007 -2.670393) - (xy -0.330089 -2.670393) - (xy -0.340793 -2.652531) - (xy 0.321519 -2.652531) - (xy 0.33045 -2.661462) - (xy 0.339381 -2.652531) - (xy 0.33045 -2.6436) - (xy 0.321519 -2.652531) - (xy -0.340793 -2.652531) - (xy -0.351024 -2.635458) - (xy -0.36629 -2.598945) - (xy 0.375105 -2.598945) - (xy 0.384037 -2.607876) - (xy 0.392968 -2.598945) - (xy 0.384037 -2.590014) - (xy 0.375105 -2.598945) - (xy -0.36629 -2.598945) - (xy -0.37508 -2.577921) - (xy -0.375484 -2.56322) - (xy 0.446554 -2.56322) - (xy 0.455485 -2.572151) - (xy 0.464416 -2.56322) - (xy 0.455485 -2.554289) - (xy 0.446554 -2.56322) - (xy -0.375484 -2.56322) - (xy -0.375975 -2.545358) - (xy -0.357243 -2.545358) - (xy -0.348312 -2.554289) - (xy -0.339381 -2.545358) - (xy -0.348312 -2.536427) - (xy -0.357243 -2.545358) - (xy -0.375975 -2.545358) - (xy -0.376137 -2.539456) - (xy -0.372621 -2.531353) - (xy -0.364905 -2.509845) - (xy -0.382188 -2.5114) - (xy -0.383155 -2.511767) - (xy -0.411547 -2.506967) - (xy -0.423175 -2.489159) - (xy -0.440876 -2.4522) - (xy -0.450058 -2.438185) - (xy -0.48937 -2.386146) - (xy -0.534845 -2.321958) - (xy -0.535475 -2.321027) - (xy -0.500141 -2.321027) - (xy -0.487174 -2.339216) - (xy -0.482278 -2.339943) - (xy -0.464881 -2.333849) - (xy -0.464416 -2.332066) - (xy -0.476933 -2.316816) - (xy -0.482278 -2.31315) - (xy -0.498738 -2.314566) - (xy -0.500141 -2.321027) - (xy -0.535475 -2.321027) - (xy -0.579794 -2.255528) - (xy -0.59441 -2.23277) - (xy -0.553727 -2.23277) - (xy -0.547192 -2.247473) - (xy -0.541819 -2.244678) - (xy -0.539717 -2.223839) - (xy 0.732349 -2.223839) - (xy 0.74128 -2.23277) - (xy 0.750211 -2.223839) - (xy 0.74128 -2.214908) - (xy 0.732349 -2.223839) - (xy -0.539717 -2.223839) - (xy -0.539681 -2.22348) - (xy -0.541819 -2.220862) - (xy -0.552438 -2.223314) - (xy -0.553727 -2.23277) - (xy -0.59441 -2.23277) - (xy -0.617532 -2.196767) - (xy -0.62254 -2.188115) - (xy 0.750211 -2.188115) - (xy 0.759142 -2.197046) - (xy 0.768073 -2.188115) - (xy 0.759142 -2.179184) - (xy 0.750211 -2.188115) - (xy -0.62254 -2.188115) - (xy -0.641372 -2.155581) - (xy -0.642933 -2.152391) - (xy -0.652617 -2.134528) - (xy -0.625176 -2.134528) - (xy -0.616245 -2.143459) - (xy -0.607314 -2.134528) - (xy -0.610291 -2.131551) - (xy 0.774027 -2.131551) - (xy 0.776479 -2.14217) - (xy 0.785935 -2.143459) - (xy 0.800638 -2.136924) - (xy 0.797843 -2.131551) - (xy 0.776645 -2.129414) - (xy 0.774027 -2.131551) - (xy -0.610291 -2.131551) - (xy -0.616245 -2.125597) - (xy -0.625176 -2.134528) - (xy -0.652617 -2.134528) - (xy -0.668838 -2.104605) - (xy -0.693555 -2.068211) - (xy -0.699719 -2.053094) - (xy -0.678762 -2.053094) - (xy -0.665796 -2.071284) - (xy -0.6609 -2.072011) - (xy -0.643502 -2.065916) - (xy -0.643038 -2.064134) - (xy -0.655555 -2.048884) - (xy -0.6609 -2.045218) - (xy -0.67736 -2.046634) - (xy -0.678762 -2.053094) - (xy -0.699719 -2.053094) - (xy -0.709249 -2.029725) - (xy -0.706778 -2.006237) - (xy -0.702129 -1.986058) - (xy -0.707107 -1.987229) - (xy -0.716898 -1.987656) - (xy -0.732564 -1.970734) - (xy -0.756784 -1.932395) - (xy -0.792234 -1.868571) - (xy -0.802779 -1.848734) - (xy 0.178622 -1.848734) - (xy 0.187553 -1.857665) - (xy 0.196484 -1.848734) - (xy 0.187553 -1.839803) - (xy 0.178622 -1.848734) - (xy -0.802779 -1.848734) - (xy -0.812274 -1.830872) - (xy 0.017862 -1.830872) - (xy 0.026793 -1.839803) - (xy 0.035724 -1.830872) - (xy 0.053587 -1.830872) - (xy 0.062518 -1.839803) - (xy 0.071449 -1.830872) - (xy 0.062518 -1.82194) - (xy 0.053587 -1.830872) - (xy 0.035724 -1.830872) - (xy 0.026793 -1.82194) - (xy 0.017862 -1.830872) - (xy -0.812274 -1.830872) - (xy -0.821769 -1.813009) - (xy -0.831691 -1.795147) - (xy -0.375105 -1.795147) - (xy -0.366174 -1.804078) - (xy -0.357243 -1.795147) - (xy -0.366174 -1.786216) - (xy -0.375105 -1.795147) - (xy -0.831691 -1.795147) - (xy -0.860338 -1.743573) - (xy -0.351103 -1.743573) - (xy -0.348312 -1.750492) - (xy -0.332261 -1.767532) - (xy -0.329396 -1.768354) - (xy -0.324438 -1.759423) - (xy -0.303657 -1.759423) - (xy -0.294726 -1.768354) - (xy -0.285795 -1.759423) - (xy -0.294726 -1.750492) - (xy -0.267932 -1.750492) - (xy -0.261397 -1.765194) - (xy -0.256024 -1.7624) - (xy -0.253887 -1.741202) - (xy -0.256024 -1.738584) - (xy -0.266643 -1.741036) - (xy -0.267932 -1.750492) - (xy -0.294726 -1.750492) - (xy -0.303657 -1.759423) - (xy -0.324438 -1.759423) - (xy -0.321724 -1.754534) - (xy -0.321519 -1.750492) - (xy -0.335251 -1.733316) - (xy -0.340435 -1.73263) - (xy -0.351103 -1.743573) - (xy -0.860338 -1.743573) - (xy -0.888685 -1.692538) - (xy -0.902305 -1.670112) - (xy -0.518003 -1.670112) - (xy -0.509072 -1.679043) - (xy -0.500141 -1.670112) - (xy -0.509072 -1.661181) - (xy -0.518003 -1.670112) - (xy -0.902305 -1.670112) - (xy -0.933669 -1.618468) - (xy -0.588417 -1.618468) - (xy -0.583714 -1.633686) - (xy -0.571589 -1.643319) - (xy -0.544925 -1.652625) - (xy -0.5369 -1.650307) - (xy -0.541603 -1.63509) - (xy -0.553727 -1.625457) - (xy -0.580391 -1.616151) - (xy -0.588417 -1.618468) - (xy -0.933669 -1.618468) - (xy -0.937163 -1.612715) - (xy -0.515123 -1.612715) - (xy -0.510777 -1.622697) - (xy -0.492792 -1.641873) - (xy -0.482452 -1.637939) - (xy -0.482278 -1.635442) - (xy -0.494966 -1.620334) - (xy -0.5029 -1.61482) - (xy -0.515123 -1.612715) - (xy -0.937163 -1.612715) - (xy -0.957568 -1.579117) - (xy -0.673464 -1.579117) - (xy -0.6609 -1.589732) - (xy -0.632399 -1.605798) - (xy -0.628602 -1.599747) - (xy -0.634107 -1.589732) - (xy -0.660193 -1.572749) - (xy -0.66642 -1.572144) - (xy -0.673464 -1.579117) - (xy -0.957568 -1.579117) - (xy -0.962165 -1.571548) - (xy -1.037301 -1.457356) - (xy -1.109181 -1.357282) - (xy -1.172897 -1.278642) - (xy -1.198896 -1.2509) - (xy -1.250064 -1.194619) - (xy -1.296048 -1.135035) - (xy -1.319542 -1.097923) - (xy -1.351608 -1.042332) - (xy -1.383855 -0.992315) - (xy -1.390957 -0.982419) - (xy -1.424859 -0.934785) - (xy -1.47062 -0.867713) - (xy -1.521048 -0.791984) - (xy -1.568954 -0.718382) - (xy -1.60333 -0.663914) - (xy -1.626827 -0.615639) - (xy -1.636532 -0.574526) - (xy -1.635787 -0.565313) - (xy -1.641155 -0.531654) - (xy -1.664251 -0.484125) - (xy -1.680243 -0.459926) - (xy -1.710896 -0.412127) - (xy -1.729757 -0.372154) - (xy -1.73263 -0.358802) - (xy -1.745904 -0.328391) - (xy -1.777286 -0.296463) - (xy -1.808857 -0.2656) - (xy -1.821941 -0.238637) - (xy -1.831462 -0.216505) - (xy -1.838106 -0.214346) - (xy -1.855291 -0.200129) - (xy -1.88242 -0.163523) - (xy -1.903543 -0.1295) - (xy -1.934469 -0.079746) - (xy -1.960946 -0.043143) - (xy -1.972223 -0.031532) - (xy -2.003235 -0.018749) - (xy -2.0144 -0.03564) - (xy -2.009871 -0.066983) - (xy -2.003639 -0.094072) - (xy -1.998284 -0.125055) - (xy -1.993026 -0.166696) - (xy -1.987086 -0.22576) - (xy -1.979683 -0.309011) - (xy -1.97332 -0.384036) - (xy -1.964622 -0.512956) - (xy -1.963145 -0.609448) - (xy -1.969026 -0.6761) - (xy -1.982401 -0.715498) - (xy -1.991383 -0.725386) - (xy -2.014687 -0.758189) - (xy -2.018425 -0.777004) - (xy -2.031689 -0.813025) - (xy -2.049684 -0.832519) - (xy -2.071168 -0.850753) - (xy -2.063665 -0.856278) - (xy -2.049684 -0.856815) - (xy -2.025898 -0.867838) - (xy -2.028304 -0.893666) - (xy -2.054149 -0.923734) - (xy -2.070766 -0.940931) - (xy -2.055826 -0.945913) - (xy -2.048629 -0.946126) - (xy -2.027945 -0.954542) - (xy -2.031895 -0.970467) - (xy -2.055287 -0.981746) - (xy -2.064134 -0.982419) - (xy -2.084592 -0.966961) - (xy -2.089873 -0.939252) - (xy -2.098083 -0.90256) - (xy -2.112201 -0.887075) - (xy -2.125364 -0.879005) - (xy -2.112201 -0.876656) - (xy -2.096505 -0.859437) - (xy -2.092306 -0.817194) - (xy -2.095042 -0.784367) - (xy -2.099464 -0.786079) - (xy -2.102479 -0.799331) - (xy -2.115508 -0.830709) - (xy -2.128751 -0.839521) - (xy -2.139194 -0.826312) - (xy -2.136132 -0.810464) - (xy -2.136575 -0.772743) - (xy -2.144689 -0.75766) - (xy -2.156198 -0.728235) - (xy -2.153316 -0.715983) - (xy -2.147122 -0.690563) - (xy -2.140776 -0.639536) - (xy -2.135477 -0.572995) - (xy -2.134659 -0.558907) - (xy -2.130165 -0.486127) - (xy -2.125304 -0.422603) - (xy -2.121038 -0.380723) - (xy -2.120567 -0.377444) - (xy -2.120503 -0.340053) - (xy -2.126499 -0.283301) - (xy -2.136666 -0.217768) - (xy -2.149112 -0.154029) - (xy -2.161946 -0.102664) - (xy -2.17328 -0.074251) - (xy -2.175097 -0.072328) - (xy -2.191489 -0.046781) - (xy -2.206644 -0.008067) - (xy -1.835963 -0.008067) - (xy -1.83358 -0.026961) - (xy -1.821941 -0.044655) - (xy -1.799649 -0.063343) - (xy -1.790057 -0.06338) - (xy -1.79244 -0.044487) - (xy -1.804079 -0.026793) - (xy -1.826371 -0.008104) - (xy -1.835963 -0.008067) - (xy -2.206644 -0.008067) - (xy -2.209648 -0.000394) - (xy -2.224897 0.052536) - (xy -2.232558 0.09771) - (xy -2.232771 0.103976) - (xy -2.240837 0.134675) - (xy -2.25361 0.142898) - (xy -2.26642 0.149334) - (xy -2.264027 0.15332) - (xy -2.265322 0.173813) - (xy -2.270187 0.187553) - (xy -2.054149 0.187553) - (xy -2.045218 0.178622) - (xy -2.036287 0.187553) - (xy -2.045218 0.196484) - (xy -2.054149 0.187553) - (xy -2.270187 0.187553) - (xy -2.279927 0.21506) - (xy -2.294505 0.247096) - (xy -2.320951 0.309605) - (xy -2.340441 0.371091) - (xy -2.345037 0.392968) - (xy -2.358752 0.454152) - (xy -2.376985 0.509072) - (xy -2.391483 0.550648) - (xy -2.395855 0.577497) - (xy -2.395746 0.578062) - (xy -2.405122 0.600135) - (xy -2.420756 0.616245) - (xy -2.250633 0.616245) - (xy -2.241702 0.607314) - (xy -2.232771 0.616245) - (xy -2.241702 0.625176) - (xy -2.250633 0.616245) - (xy -2.420756 0.616245) - (xy -2.42412 0.619711) - (xy -2.444912 0.638361) - (xy -2.43773 0.639992) - (xy -2.425699 0.636475) - (xy -2.402948 0.637198) - (xy -2.401882 0.648414) - (xy -2.406443 0.669832) - (xy -2.39353 0.669832) - (xy -2.384599 0.660901) - (xy -2.375668 0.669832) - (xy -2.384599 0.678763) - (xy -2.39353 0.669832) - (xy -2.406443 0.669832) - (xy -2.408255 0.678344) - (xy -2.416505 0.728091) - (xy -2.419599 0.749206) - (xy -2.42568 0.797249) - (xy -2.423658 0.815572) - (xy -2.410521 0.809814) - (xy -2.394667 0.795896) - (xy -2.36751 0.774806) - (xy -2.353718 0.778726) - (xy -2.347769 0.791308) - (xy -2.328812 0.811628) - (xy -2.304914 0.803229) - (xy -2.283815 0.770793) - (xy -2.277064 0.748563) - (xy -2.264436 0.715095) - (xy -2.249714 0.706154) - (xy -2.249179 0.706454) - (xy -2.235362 0.701237) - (xy -2.232771 0.686837) - (xy -2.222102 0.665594) - (xy -2.207173 0.666901) - (xy -2.184503 0.660869) - (xy -2.170029 0.624157) - (xy -2.156765 0.587085) - (xy -2.14104 0.57159) - (xy -2.140986 0.57159) - (xy -2.131741 0.560517) - (xy -2.134745 0.553378) - (xy -2.13705 0.526577) - (xy -2.128704 0.485145) - (xy -2.11415 0.443296) - (xy -2.097835 0.415245) - (xy -2.09016 0.41083) - (xy -2.081821 0.396668) - (xy -2.084171 0.377122) - (xy -2.082867 0.343818) - (xy -2.073567 0.331412) - (xy -2.056888 0.305151) - (xy -2.054149 0.286824) - (xy -2.03862 0.256443) - (xy -2.013959 0.243223) - (xy -1.987317 0.232547) - (xy -1.992643 0.219508) - (xy -2.000563 0.213602) - (xy -2.018315 0.199131) - (xy -2.00572 0.197342) - (xy -2.000563 0.197856) - (xy -1.943853 0.199738) - (xy -1.920601 0.189741) - (xy -1.926707 0.172592) - (xy -1.934087 0.150825) - (xy -1.911749 0.130281) - (xy -1.903462 0.125647) - (xy -1.867188 0.094746) - (xy -1.850434 0.064694) - (xy -1.832527 0.029812) - (xy -1.798316 -0.015879) - (xy -1.777624 -0.038997) - (xy -1.733246 -0.088816) - (xy -1.716458 -0.116652) - (xy -1.727055 -0.122963) - (xy -1.741561 -0.118575) - (xy -1.762466 -0.113564) - (xy -1.764408 -0.12383) - (xy -1.745752 -0.152971) - (xy -1.704862 -0.204584) - (xy -1.69947 -0.211141) - (xy -1.653042 -0.271963) - (xy -1.601397 -0.346301) - (xy -1.562124 -0.407726) - (xy -1.522357 -0.468562) - (xy -1.483217 -0.520555) - (xy -1.45301 -0.552697) - (xy -1.452387 -0.553194) - (xy -1.422425 -0.584672) - (xy -1.411111 -0.610859) - (xy -1.399759 -0.637687) - (xy -1.370762 -0.678462) - (xy -1.348594 -0.70431) - (xy -1.312893 -0.747067) - (xy -1.290261 -0.781441) - (xy -1.286076 -0.793536) - (xy -1.277103 -0.821826) - (xy -1.254868 -0.862181) - (xy -1.226394 -0.904431) - (xy -1.198703 -0.938404) - (xy -1.17882 -0.953932) - (xy -1.175566 -0.953563) - (xy -1.162164 -0.959128) - (xy -1.15741 -0.98827) - (xy -1.158926 -1.004746) - (xy -1.147395 -1.017592) - (xy -1.142124 -1.018143) - (xy -1.13084 -1.028711) - (xy -1.133034 -1.034041) - (xy -1.125432 -1.052465) - (xy -1.095545 -1.083443) - (xy -1.063192 -1.109956) - (xy -1.019247 -1.146147) - (xy -0.990075 -1.176079) - (xy -0.982971 -1.188957) - (xy -0.970628 -1.212093) - (xy -0.940371 -1.24723) - (xy -0.927035 -1.260406) - (xy -0.884008 -1.309173) - (xy -0.851645 -1.360524) - (xy -0.836445 -1.403305) - (xy -0.836637 -1.415576) - (xy -0.825253 -1.427745) - (xy -0.815497 -1.428973) - (xy -0.788853 -1.439527) - (xy -0.760645 -1.46352) - (xy -0.742099 -1.489451) - (xy -0.742073 -1.504191) - (xy -0.734595 -1.514892) - (xy -0.704596 -1.52586) - (xy -0.657016 -1.545017) - (xy -0.60682 -1.575076) - (xy -0.604834 -1.576528) - (xy -0.566118 -1.60099) - (xy -0.538302 -1.603426) - (xy -0.515209 -1.592133) - (xy -0.476907 -1.579246) - (xy -0.456534 -1.594892) - (xy -0.458316 -1.634613) - (xy -0.462648 -1.647599) - (xy -0.471679 -1.680413) - (xy -0.461677 -1.69007) - (xy -0.452952 -1.68944) - (xy -0.419741 -1.672251) - (xy -0.411887 -1.662892) - (xy -0.3977 -1.651965) - (xy -0.386464 -1.670226) - (xy -0.38279 -1.706743) - (xy -0.387407 -1.720845) - (xy -0.389693 -1.731203) - (xy -0.372939 -1.719815) - (xy -0.335456 -1.707851) - (xy -0.279549 -1.708986) - (xy -0.219332 -1.721576) - (xy -0.169691 -1.743477) - (xy -0.129608 -1.759641) - (xy -0.066951 -1.775024) - (xy 0.005171 -1.787226) - (xy 0.073644 -1.793846) - (xy 0.107173 -1.794155) - (xy 0.170733 -1.788335) - (xy 0.231046 -1.777685) - (xy 0.278222 -1.764536) - (xy 0.302369 -1.751219) - (xy 0.303657 -1.747868) - (xy 0.314693 -1.738666) - (xy 0.321519 -1.741561) - (xy 0.337979 -1.740144) - (xy 0.339381 -1.733684) - (xy 0.353905 -1.717088) - (xy 0.367229 -1.714767) - (xy 0.385781 -1.706199) - (xy 0.384163 -1.69711) - (xy 0.386907 -1.686616) - (xy 0.398109 -1.688992) - (xy 0.429704 -1.684606) - (xy 0.456158 -1.652581) - (xy 0.460839 -1.638484) - (xy 0.510378 -1.638484) - (xy 0.516244 -1.643319) - (xy 0.540952 -1.630242) - (xy 0.545531 -1.624268) - (xy 0.55287 -1.602122) - (xy 0.539284 -1.603091) - (xy 0.521764 -1.618327) - (xy 0.510378 -1.638484) - (xy 0.460839 -1.638484) - (xy 0.46696 -1.620048) - (xy 0.479506 -1.594226) - (xy 0.489213 -1.590314) - (xy 0.513443 -1.580668) - (xy 0.516006 -1.577629) - (xy 0.539465 -1.561361) - (xy 0.578018 -1.544845) - (xy 0.613916 -1.523939) - (xy 0.643445 -1.483918) - (xy 0.667909 -1.430268) - (xy 0.693619 -1.375478) - (xy 0.718644 -1.337286) - (xy 0.738682 -1.320449) - (xy 0.749434 -1.329724) - (xy 0.750211 -1.339228) - (xy 0.739385 -1.351344) - (xy 0.732553 -1.34872) - (xy 0.722528 -1.351652) - (xy 0.725994 -1.366728) - (xy 0.741463 -1.383781) - (xy 0.758279 -1.370071) - (xy 0.770909 -1.330731) - (xy 0.791124 -1.296006) - (xy 0.817298 -1.277374) - (xy 0.847987 -1.258848) - (xy 0.857384 -1.245716) - (xy 0.868565 -1.225899) - (xy 0.897454 -1.189288) - (xy 0.926602 -1.156176) - (xy 1.007119 -1.05593) - (xy 1.088094 -0.933076) - (xy 1.162037 -0.799834) - (xy 1.213703 -0.687693) - (xy 1.250116 -0.599232) - (xy 1.250465 -0.598382) - (xy 1.375387 -0.598382) - (xy 1.384318 -0.607313) - (xy 1.393249 -0.598382) - (xy 1.384318 -0.589451) - (xy 1.375387 -0.598382) - (xy 1.250465 -0.598382) - (xy 1.291787 -0.497866) - (xy 1.330433 -0.403748) - (xy 1.334855 -0.392967) - (xy 1.394379 -0.255158) - (xy 1.457854 -0.121104) - (xy 1.522374 0.003972) - (xy 1.585031 0.114843) - (xy 1.642917 0.206287) - (xy 1.693127 0.273079) - (xy 1.721484 0.301819) - (xy 1.745385 0.33236) - (xy 1.750492 0.3505) - (xy 1.759083 0.372855) - (xy 1.765218 0.375106) - (xy 1.779613 0.390077) - (xy 1.803004 0.429262) - (xy 1.829422 0.482279) - (xy 1.856906 0.536777) - (xy 1.880805 0.575366) - (xy 1.895518 0.589452) - (xy 1.916073 0.605429) - (xy 1.932453 0.654059) - (xy 1.944912 0.736393) - (xy 1.951944 0.822635) - (xy 1.963627 0.93114) - (xy 1.972902 0.973489) - (xy 2.14346 0.973489) - (xy 2.152391 0.964557) - (xy 2.161322 0.973489) - (xy 2.152391 0.98242) - (xy 2.14346 0.973489) - (xy 1.972902 0.973489) - (xy 1.983146 1.020261) - (xy 2.0089 1.084434) - (xy 2.036461 1.116494) - (xy 2.061415 1.117539) - (xy 2.076882 1.093125) - (xy 2.076954 1.053336) - (xy 2.075939 1.049098) - (xy 2.075135 1.024989) - (xy 2.087874 1.025431) - (xy 2.107126 1.04577) - (xy 2.125857 1.081353) - (xy 2.126257 1.082397) - (xy 2.147602 1.11483) - (xy 2.168564 1.125317) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 2731cebd-ce69-4fc3-bda2-5028a2bb5eb2)) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal" (layer "B.Cu") - (tstamp e8b5cc9e-6277-4b6b-9f6f-4cb33c9d61a2) - (at 119.866663 89.259635 90) - (descr "Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix") - (tags "THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm") - (property "Sheetfile" "scrapeboardhat.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic screw terminal, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "screw terminal") - (path "/c9618a6f-1090-4906-9c99-a03e0182a2bd") - (attr through_hole) - (fp_text reference "J1" (at 7.5 6.26 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ebb6f317-162d-476f-a162-22d19887c2fa) - ) - (fp_text value "Screw_Terminal_01x04" (at 7.5 -5.66 90) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 27fa66ec-538c-42a3-a9d8-d81ac9f2873f) - ) - (fp_line (start -2.8 -4.9) (end -2.3 -4.9) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3b8d8dbb-6c45-44c8-94e8-eb022c81e79b)) - (fp_line (start -2.8 -4.16) (end -2.8 -4.9) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c49a2512-71a7-4c25-91b9-2b96e4f1ef58)) - (fp_line (start -2.56 -4.66) (end 17.561 -4.66) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 89981b57-0349-4f36-8332-c90d94990107)) - (fp_line (start -2.56 -4.1) (end 17.561 -4.1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 913d770b-d292-4910-894d-7cc70c99ec0c)) - (fp_line (start -2.56 -2.6) (end 17.561 -2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8cc7271-0141-48df-b325-190a9e11e7d4)) - (fp_line (start -2.56 2.301) (end 17.561 2.301) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 984bfa50-8420-4bb5-9341-58fbd38f5c8c)) - (fp_line (start -2.56 5.261) (end -2.56 -4.66) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3cd71f43-3f8d-4d2f-8a36-82a25d839865)) - (fp_line (start -2.56 5.261) (end 17.561 5.261) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dea81936-0c0f-4ab0-937b-e1fc21426bf6)) - (fp_line (start 3.773 -1.023) (end 3.726 -1.069) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7ae416dc-ebca-4b78-a8ea-666950600354)) - (fp_line (start 3.966 -1.239) (end 3.931 -1.274) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 113f9eed-c2fa-4601-9f4c-3e5acc3766d4)) - (fp_line (start 6.07 1.275) (end 6.035 1.239) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a8241e6f-d2a5-42b3-b49b-4a204fd8b87e)) - (fp_line (start 6.275 1.069) (end 6.228 1.023) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e6fecf1-9075-4bf9-b740-fa0182dd91cf)) - (fp_line (start 8.773 -1.023) (end 8.726 -1.069) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 92f64d28-5e68-4cdb-b1d9-edcbeb5174b4)) - (fp_line (start 8.966 -1.239) (end 8.931 -1.274) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6248f5bd-5d57-4a24-baec-c569771206bd)) - (fp_line (start 11.07 1.275) (end 11.035 1.239) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e883a09e-3e2b-41f1-ae6c-3cb4243aeb77)) - (fp_line (start 11.275 1.069) (end 11.228 1.023) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8bdb94fd-cb1e-4ba6-802d-c32da6fb98be)) - (fp_line (start 13.773 -1.023) (end 13.726 -1.069) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 28c17250-dd3d-4a26-8bde-9efe85a8746b)) - (fp_line (start 13.966 -1.239) (end 13.931 -1.274) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d662b073-b9a7-4fdf-996b-d2e3078abbcd)) - (fp_line (start 16.07 1.275) (end 16.035 1.239) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c2f7feff-e2c0-42a0-8bc0-2473904777cb)) - (fp_line (start 16.275 1.069) (end 16.228 1.023) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b7dd4688-0e1e-478a-a5e2-459d47ad9ade)) - (fp_line (start 17.561 5.261) (end 17.561 -4.66) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3502586-89d2-48bb-9b8c-66e1522bb870)) - (fp_arc (start -1.535 0.684) (mid -1.680501 0.000524) (end -1.535427 -0.683042) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 147c11e4-209c-438a-ab66-ce32c6b13c64)) - (fp_arc (start -0.684 -1.535) (mid -0.335551 -1.646659) (end 0.028805 -1.680253) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6e660719-c8f8-4109-9418-2a98b1ea2343)) - (fp_arc (start 0 -1.68) (mid 0.349292 -1.643288) (end 0.683318 -1.534756) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 876a73d9-9f4d-4b22-817d-b7a5ab5abe5e)) - (fp_arc (start 0.684 1.535) (mid 0.000524 1.680501) (end -0.683042 1.535427) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4c10b1b8-2d08-4570-8c52-9f966f832cb6)) - (fp_arc (start 1.535 -0.684) (mid 1.6805 -0.000524) (end 1.535427 0.683042) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ea5d5d02-b337-4966-8a8d-fb4d60fd7ab0)) - (fp_circle (center 5 0) (end 6.68 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp f42f24cf-ac5f-4bad-b459-efeef7aff4ee)) - (fp_circle (center 10 0) (end 11.68 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 31c7765e-8338-40c1-9bdb-acd041e22e11)) - (fp_circle (center 15 0) (end 16.68 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 95d1d4cc-8e8a-4c5b-99c0-de0b28768942)) - (fp_line (start -3 -5.1) (end 18 -5.1) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 63210b0a-bd52-45ee-995f-09e0e2f41cf3)) - (fp_line (start -3 5.71) (end -3 -5.1) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7f3ee80a-4742-4ed2-a958-b26f6897baf0)) - (fp_line (start 18 -5.1) (end 18 5.71) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 57da3d24-1396-4117-bea7-8991596fd614)) - (fp_line (start 18 5.71) (end -3 5.71) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 47d68e2a-7541-4a01-b02d-878a4fe54922)) - (fp_line (start -2.5 -4.1) (end -2.5 5.2) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d2d5a5b-d0d9-4b79-b269-c37ab497f711)) - (fp_line (start -2.5 -4.1) (end 17.5 -4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1a8c2604-828e-45f6-b84d-77e301db88e9)) - (fp_line (start -2.5 -2.6) (end 17.5 -2.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2f754654-5712-4155-8514-67b5aad6c26e)) - (fp_line (start -2.5 2.3) (end 17.5 2.3) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1dc6abbe-ae0b-4713-ba82-08d53985a4ac)) - (fp_line (start -2.5 5.2) (end 17.5 5.2) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19155014-94be-4225-9012-b0b6d802031e)) - (fp_line (start -2 -4.6) (end -2.5 -4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38d16e09-b456-4ce6-9aab-1e93936a72d7)) - (fp_line (start 0.955 1.138) (end -1.138 -0.955) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a5f6d6b5-d1ec-42a3-a321-054dd2d00b46)) - (fp_line (start 1.138 0.955) (end -0.955 -1.138) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c584d87f-b891-47aa-a721-6b5288238665)) - (fp_line (start 5.955 1.138) (end 3.863 -0.955) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cd4f6109-58a9-46b1-96cb-4c1e5d7f2157)) - (fp_line (start 6.138 0.955) (end 4.046 -1.138) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0beaede-ae57-4117-ac0e-5b29bae71123)) - (fp_line (start 10.955 1.138) (end 8.863 -0.955) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 45aa0fef-a37f-4f79-97bc-a9b529a4b1fe)) - (fp_line (start 11.138 0.955) (end 9.046 -1.138) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 03605ee7-5366-42b9-8f41-2b51531cea97)) - (fp_line (start 15.955 1.138) (end 13.863 -0.955) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f9025b0-223d-4987-a092-39479684396c)) - (fp_line (start 16.138 0.955) (end 14.046 -1.138) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 84da3799-e496-4d94-bd78-c58076dbd03d)) - (fp_line (start 17.5 -4.6) (end -2 -4.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f3aca15d-cc99-4373-a70b-9dee1b0e5b53)) - (fp_line (start 17.5 5.2) (end 17.5 -4.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bbe34671-225c-496c-8c7c-05f767f3bc6b)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 36d77121-0732-41e4-8b66-a1bffce1669a)) - (fp_circle (center 5 0) (end 6.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 35507510-f379-4059-85a4-dee19b9f755c)) - (fp_circle (center 10 0) (end 11.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp dfd83ee0-2955-48ab-b7a9-e63e8f47cecf)) - (fp_circle (center 15 0) (end 16.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 9c6bd385-2e55-4a8c-8eb2-a12649b929b1)) - (pad "1" thru_hole rect (at 0 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 1 "Net-(J1-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 887b8e0e-ee3d-4649-b55e-77b28b5f16b5)) - (pad "2" thru_hole circle (at 5 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 2 "Net-(J1-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 042148e3-c9cf-4e7f-ad26-c9307fae168e)) - (pad "3" thru_hole circle (at 10 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 3 "Net-(J1-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (tstamp dd7c0fac-d3fb-4a84-8f82-fcbfbccbec5e)) - (pad "4" thru_hole circle (at 15 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 10 "Net-(J1-Pin_4)") (pinfunction "Pin_4") (pintype "passive") (tstamp fa7aa749-25a0-4595-9e26-fe98a859a724)) - (model "../3dmodels/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_rect (start 114.638996 71) (end 138.76 92.462166) - (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp ca8ea82b-0f63-41fb-b2ac-d9f8f643ded7)) - - (segment (start 125.275369 89.259635) (end 119.866663 89.259635) (width 0.25) (layer "F.Cu") (net 1) (tstamp 2a0414d4-e422-4456-be83-80a1c19bf78e)) - (segment (start 126.556606 90.540872) (end 125.275369 89.259635) (width 0.25) (layer "F.Cu") (net 1) (tstamp 672c02f6-9882-4a10-84a2-f31f77544fe8)) - (segment (start 124.822369 84.259635) (end 119.866663 84.259635) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1d080fcd-2c82-4df9-af08-8e01347f8d18)) - (segment (start 126.556606 85.993872) (end 124.822369 84.259635) (width 0.25) (layer "F.Cu") (net 2) (tstamp ba0f6fa6-4db7-421a-a9f1-b1935b10e665)) - (segment (start 126.556606 81.446872) (end 124.369369 79.259635) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5cf00585-8bc5-4f62-8e3e-39eb6ed119d7)) - (segment (start 124.369369 79.259635) (end 119.866663 79.259635) (width 0.25) (layer "F.Cu") (net 3) (tstamp 87a508dc-4604-4806-b2ca-c344c287d401)) - (segment (start 138.038948 75.679986) (end 138.038948 86.383817) (width 0.25) (layer "F.Cu") (net 4) (tstamp 0f832704-6d0d-4d28-9640-4018f6fe929a)) - (segment (start 138.038948 86.383817) (end 138.034711 86.37958) (width 0.25) (layer "F.Cu") (net 4) (tstamp 5ae6fcda-24e7-4b80-aefd-094394fac582)) - (segment (start 136.259213 73.900251) (end 138.038948 75.679986) (width 0.25) (layer "F.Cu") (net 4) (tstamp 98ee87e5-6b1e-423e-b5a2-c72cdd7045b1)) - (segment (start 138.034711 86.37958) (end 129.470374 86.37958) (width 0.25) (layer "F.Cu") (net 4) (tstamp a6ecf53a-1e6d-4ef7-82ad-8f724594f1f1)) - (segment (start 137.403127 81.83258) (end 129.470374 81.83258) (width 0.25) (layer "F.Cu") (net 6) (tstamp 365eceae-5909-4e8f-80fe-c0cbdc0f2553)) - (segment (start 136.259213 76.440251) (end 137.434213 77.615251) (width 0.25) (layer "F.Cu") (net 6) (tstamp 4230df6f-3dcb-4261-b1d8-5826ab96688f)) - (segment (start 137.434213 81.852746) (end 137.428753 81.858206) (width 0.25) (layer "F.Cu") (net 6) (tstamp 5ba044f6-1c2d-482e-a460-d18f78981814)) - (segment (start 137.428753 81.858206) (end 137.403127 81.83258) (width 0.25) (layer "F.Cu") (net 6) (tstamp dd651dbf-280b-477b-94da-0393528e2c88)) - (segment (start 137.434213 77.615251) (end 137.434213 81.852746) (width 0.25) (layer "F.Cu") (net 6) (tstamp f637c040-ecf6-469e-8740-d5021c64e5ed)) - (segment (start 129.470374 78.670374) (end 129.470374 77.28558) (width 0.25) (layer "F.Cu") (net 8) (tstamp 05a72007-774d-4047-bb7f-eafa9ea456ce)) - (segment (start 132.08 81.28) (end 129.470374 78.670374) (width 0.25) (layer "F.Cu") (net 8) (tstamp 4c0f8bdd-6ce5-4a25-8d85-c0db58a4459e)) - (segment (start 136.259213 78.980251) (end 133.959464 81.28) (width 0.25) (layer "F.Cu") (net 8) (tstamp ab908530-0c91-440d-a2e7-d4fb9a2ed251)) - (segment (start 133.959464 81.28) (end 132.08 81.28) (width 0.25) (layer "F.Cu") (net 8) (tstamp bbfe99d1-8585-471a-aaf6-ad932fc03a28)) - (segment (start 129.470374 74.731412) (end 129.470374 72.61158) (width 0.25) (layer "F.Cu") (net 9) (tstamp 4bf8832b-5782-406c-9514-8ad5d411ab8d)) - (segment (start 133.719213 78.980251) (end 129.470374 74.731412) (width 0.25) (layer "F.Cu") (net 9) (tstamp b4c84a97-7e3f-449f-91ed-a6e1aa56bd81)) - (segment (start 126.556606 76.772872) (end 124.043369 74.259635) (width 0.25) (layer "F.Cu") (net 10) (tstamp 16fe4b3b-56d4-47d2-92ae-0a1b78639e17)) - (segment (start 124.043369 74.259635) (end 119.866663 74.259635) (width 0.25) (layer "F.Cu") (net 10) (tstamp 878c1367-9e4d-4ac5-88b3-8d4822670ace)) - -) diff --git a/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_prl b/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_prl deleted file mode 100644 index 785f67b..0000000 --- a/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_prl +++ /dev/null @@ -1,77 +0,0 @@ -{ - "board": { - "active_layer": 0, - "active_layer_preset": "All Layers", - "auto_track_width": true, - "hidden_netclasses": [], - "hidden_nets": [], - "high_contrast_mode": 0, - "net_color_mode": 1, - "opacity": { - "images": 0.6, - "pads": 1.0, - "tracks": 1.0, - "vias": 1.0, - "zones": 0.6 - }, - "selection_filter": { - "dimensions": true, - "footprints": true, - "graphics": true, - "keepouts": true, - "lockedItems": true, - "otherItems": true, - "pads": true, - "text": true, - "tracks": true, - "vias": true, - "zones": true - }, - "visible_items": [ - 0, - 1, - 2, - 3, - 4, - 5, - 8, - 9, - 10, - 11, - 12, - 13, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 32, - 33, - 34, - 35, - 36, - 39, - 40 - ], - "visible_layers": "fffffff_ffffffff", - "zone_display_mode": 0 - }, - "meta": { - "filename": "scrapeboard_hat_rpi.kicad_prl", - "version": 3 - }, - "project": { - "files": [] - } -} diff --git a/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_pro b/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_pro deleted file mode 100644 index c2225bc..0000000 --- a/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_pro +++ /dev/null @@ -1,476 +0,0 @@ -{ - "board": { - "3dviewports": [], - "design_settings": { - "defaults": { - "board_outline_line_width": 0.09999999999999999, - "copper_line_width": 0.19999999999999998, - "copper_text_italic": false, - "copper_text_size_h": 1.5, - "copper_text_size_v": 1.5, - "copper_text_thickness": 0.3, - "copper_text_upright": false, - "courtyard_line_width": 0.049999999999999996, - "dimension_precision": 4, - "dimension_units": 3, - "dimensions": { - "arrow_length": 1270000, - "extension_offset": 500000, - "keep_text_aligned": true, - "suppress_zeroes": false, - "text_position": 0, - "units_format": 1 - }, - "fab_line_width": 0.09999999999999999, - "fab_text_italic": false, - "fab_text_size_h": 1.0, - "fab_text_size_v": 1.0, - "fab_text_thickness": 0.15, - "fab_text_upright": false, - "other_line_width": 0.15, - "other_text_italic": false, - "other_text_size_h": 1.0, - "other_text_size_v": 1.0, - "other_text_thickness": 0.15, - "other_text_upright": false, - "pads": { - "drill": 0.762, - "height": 1.524, - "width": 1.524 - }, - "silk_line_width": 0.15, - "silk_text_italic": false, - "silk_text_size_h": 1.0, - "silk_text_size_v": 1.0, - "silk_text_thickness": 0.15, - "silk_text_upright": false, - "zones": { - "min_clearance": 0.508 - } - }, - "diff_pair_dimensions": [], - "drc_exclusions": [], - "meta": { - "version": 2 - }, - "rule_severities": { - "annular_width": "error", - "clearance": "error", - "connection_width": "warning", - "copper_edge_clearance": "error", - "copper_sliver": "warning", - "courtyards_overlap": "error", - "diff_pair_gap_out_of_range": "error", - "diff_pair_uncoupled_length_too_long": "error", - "drill_out_of_range": "error", - "duplicate_footprints": "warning", - "extra_footprint": "warning", - "footprint": "error", - "footprint_type_mismatch": "ignore", - "hole_clearance": "error", - "hole_near_hole": "error", - "invalid_outline": "error", - "isolated_copper": "warning", - "item_on_disabled_layer": "error", - "items_not_allowed": "error", - "length_out_of_range": "error", - "lib_footprint_issues": "warning", - "lib_footprint_mismatch": "warning", - "malformed_courtyard": "error", - "microvia_drill_out_of_range": "error", - "missing_courtyard": "ignore", - "missing_footprint": "warning", - "net_conflict": "warning", - "npth_inside_courtyard": "ignore", - "padstack": "warning", - "pth_inside_courtyard": "ignore", - "shorting_items": "error", - "silk_edge_clearance": "warning", - "silk_over_copper": "warning", - "silk_overlap": "warning", - "skew_out_of_range": "error", - "solder_mask_bridge": "error", - "starved_thermal": "error", - "text_height": "warning", - "text_thickness": "warning", - "through_hole_pad_without_hole": "error", - "too_many_vias": "error", - "track_dangling": "warning", - "track_width": "error", - "tracks_crossing": "error", - "unconnected_items": "error", - "unresolved_variable": "error", - "via_dangling": "warning", - "zones_intersect": "error" - }, - "rules": { - "max_error": 0.005, - "min_clearance": 0.0, - "min_connection": 0.0, - "min_copper_edge_clearance": 0.0, - "min_hole_clearance": 0.25, - "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, - "min_resolved_spokes": 2, - "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, - "min_text_thickness": 0.12, - "min_through_hole_diameter": 0.3, - "min_track_width": 0.19999999999999998, - "min_via_annular_width": 0.049999999999999996, - "min_via_diameter": 0.39999999999999997, - "solder_mask_clearance": 0.0, - "solder_mask_min_width": 0.0, - "solder_mask_to_copper_clearance": 0.0, - "use_height_for_length_calcs": true - }, - "teardrop_options": [ - { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 5, - "td_on_pad_in_zone": false, - "td_onpadsmd": true, - "td_onroundshapesonly": false, - "td_ontrackend": false, - "td_onviapad": true - } - ], - "teardrop_parameters": [ - { - "td_curve_segcount": 0, - "td_height_ratio": 1.0, - "td_length_ratio": 0.5, - "td_maxheight": 2.0, - "td_maxlen": 1.0, - "td_target_name": "td_round_shape", - "td_width_to_size_filter_ratio": 0.9 - }, - { - "td_curve_segcount": 0, - "td_height_ratio": 1.0, - "td_length_ratio": 0.5, - "td_maxheight": 2.0, - "td_maxlen": 1.0, - "td_target_name": "td_rect_shape", - "td_width_to_size_filter_ratio": 0.9 - }, - { - "td_curve_segcount": 0, - "td_height_ratio": 1.0, - "td_length_ratio": 0.5, - "td_maxheight": 2.0, - "td_maxlen": 1.0, - "td_target_name": "td_track_end", - "td_width_to_size_filter_ratio": 0.9 - } - ], - "track_widths": [], - "via_dimensions": [], - "zones_allow_external_fillets": false - }, - "layer_presets": [], - "viewports": [] - }, - "boards": [], - "cvpcb": { - "equivalence_files": [] - }, - "erc": { - "erc_exclusions": [], - "meta": { - "version": 0 - }, - "pin_map": [ - [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 2 - ], - [ - 0, - 2, - 0, - 1, - 0, - 0, - 1, - 0, - 2, - 2, - 2, - 2 - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 1, - 0, - 1, - 2 - ], - [ - 0, - 1, - 0, - 0, - 0, - 0, - 1, - 1, - 2, - 1, - 1, - 2 - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 2 - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 2 - ], - [ - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 1, - 1, - 1, - 1, - 2 - ], - [ - 0, - 0, - 0, - 1, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 2 - ], - [ - 0, - 2, - 1, - 2, - 0, - 0, - 1, - 0, - 2, - 2, - 2, - 2 - ], - [ - 0, - 2, - 0, - 1, - 0, - 0, - 1, - 0, - 2, - 0, - 0, - 2 - ], - [ - 0, - 2, - 1, - 1, - 0, - 0, - 1, - 0, - 2, - 0, - 0, - 2 - ], - [ - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2 - ] - ], - "rule_severities": { - "bus_definition_conflict": "error", - "bus_entry_needed": "error", - "bus_to_bus_conflict": "error", - "bus_to_net_conflict": "error", - "conflicting_netclasses": "error", - "different_unit_footprint": "error", - "different_unit_net": "error", - "duplicate_reference": "error", - "duplicate_sheet_names": "error", - "endpoint_off_grid": "warning", - "extra_units": "error", - "global_label_dangling": "warning", - "hier_label_mismatch": "error", - "label_dangling": "error", - "lib_symbol_issues": "warning", - "missing_bidi_pin": "warning", - "missing_input_pin": "warning", - "missing_power_pin": "error", - "missing_unit": "warning", - "multiple_net_names": "warning", - "net_not_bus_member": "warning", - "no_connect_connected": "warning", - "no_connect_dangling": "warning", - "pin_not_connected": "error", - "pin_not_driven": "error", - "pin_to_pin": "warning", - "power_pin_not_driven": "error", - "similar_labels": "warning", - "simulation_model_issue": "error", - "unannotated": "error", - "unit_value_mismatch": "error", - "unresolved_variable": "error", - "wire_dangling": "error" - } - }, - "libraries": { - "pinned_footprint_libs": [], - "pinned_symbol_libs": [] - }, - "meta": { - "filename": "scrapeboardhat.kicad_pro", - "version": 1 - }, - "net_settings": { - "classes": [ - { - "bus_width": 12, - "clearance": 0.2, - "diff_pair_gap": 0.25, - "diff_pair_via_gap": 0.25, - "diff_pair_width": 0.2, - "line_style": 0, - "microvia_diameter": 0.3, - "microvia_drill": 0.1, - "name": "Default", - "pcb_color": "rgba(0, 0, 0, 0.000)", - "schematic_color": "rgba(0, 0, 0, 0.000)", - "track_width": 0.25, - "via_diameter": 0.8, - "via_drill": 0.4, - "wire_width": 6 - } - ], - "meta": { - "version": 3 - }, - "net_colors": null, - "netclass_assignments": null, - "netclass_patterns": [] - }, - "pcbnew": { - "last_paths": { - "gencad": "", - "idf": "", - "netlist": "", - "specctra_dsn": "", - "step": "", - "vrml": "" - }, - "page_layout_descr_file": "" - }, - "schematic": { - "annotate_start_num": 0, - "drawing": { - "dashed_lines_dash_length_ratio": 12.0, - "dashed_lines_gap_length_ratio": 3.0, - "default_line_thickness": 6.0, - "default_text_size": 50.0, - "field_names": [], - "intersheets_ref_own_page": false, - "intersheets_ref_prefix": "", - "intersheets_ref_short": false, - "intersheets_ref_show": false, - "intersheets_ref_suffix": "", - "junction_size_choice": 3, - "label_size_ratio": 0.375, - "pin_symbol_size": 25.0, - "text_offset_ratio": 0.15 - }, - "legacy_lib_dir": "", - "legacy_lib_list": [], - "meta": { - "version": 1 - }, - "net_format_name": "", - "page_layout_descr_file": "", - "plot_directory": "", - "spice_adjust_passive_values": false, - "spice_external_command": "spice \"%I\"", - "spice_save_all_currents": false, - "spice_save_all_voltages": false, - "subpart_first_id": 65, - "subpart_id_separator": 0 - }, - "sheets": [ - [ - "195130d0-ebea-4258-8e5e-5259bc202c76", - "" - ] - ], - "text_variables": {} -} diff --git a/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_sch b/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_sch deleted file mode 100644 index 13e573d..0000000 --- a/kicad/scrapeboard_hat_rpi/scrapeboard_hat_rpi.kicad_sch +++ /dev/null @@ -1,583 +0,0 @@ -(kicad_sch (version 20221206) (generator eeschema) - - (uuid 195130d0-ebea-4258-8e5e-5259bc202c76) - - (paper "A4") - - (lib_symbols - (symbol "Connector:Screw_Terminal_01x04" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Screw_Terminal_01x04" (at 0 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "screw terminal" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic screw terminal, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TerminalBlock*:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Screw_Terminal_01x04_1_1" - (rectangle (start -1.27 3.81) (end 1.27 -6.35) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (circle (center 0 -5.08) (radius 0.635) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (circle (center 0 -2.54) (radius 0.635) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.5334 -4.7498) - (xy 0.3302 -5.588) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.5334 -2.2098) - (xy 0.3302 -3.048) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.5334 0.3302) - (xy 0.3302 -0.508) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.5334 2.8702) - (xy 0.3302 2.032) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.3556 -4.572) - (xy 0.508 -5.4102) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.3556 -2.032) - (xy 0.508 -2.8702) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.3556 0.508) - (xy 0.508 -0.3302) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.3556 3.048) - (xy 0.508 2.2098) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (circle (center 0 0) (radius 0.635) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (circle (center 0 2.54) (radius 0.635) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_02x03_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 1.27 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_02x03_Odd_Even" (at 1.27 -5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_02x03_Odd_Even_1_1" - (rectangle (start -1.27 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 3.81) (end 3.81 -3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start 3.81 -2.413) (end 2.54 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 0.127) (end 2.54 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 2.667) (end 2.54 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 2.54 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 0 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -2.54 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - - - (no_connect (at 123.825 101.6) (uuid 880e0266-e26e-4927-8f79-f8e973c7e672)) - - (wire (pts (xy 92.075 101.6) (xy 100.965 101.6)) - (stroke (width 0) (type default)) - (uuid 1e27f3cf-47c9-44a7-a462-a2f62de5971d) - ) - (wire (pts (xy 92.075 106.68) (xy 100.965 106.68)) - (stroke (width 0) (type default)) - (uuid 3199fcd2-a8dc-40ac-91ae-bf42936caab0) - ) - (wire (pts (xy 149.225 108.585) (xy 152.4 108.585)) - (stroke (width 0) (type default)) - (uuid 42d05a19-f4dc-402d-aeff-f23947d74f14) - ) - (wire (pts (xy 113.665 104.14) (xy 125.73 104.14)) - (stroke (width 0) (type default)) - (uuid 7487480f-9e62-44c9-abdf-9a2bf7776f3b) - ) - (wire (pts (xy 113.665 101.6) (xy 123.825 101.6)) - (stroke (width 0) (type default)) - (uuid 81ca4b94-a14e-46c5-9e5b-b841b959f7a4) - ) - (wire (pts (xy 132.715 103.505) (xy 141.605 103.505)) - (stroke (width 0) (type default)) - (uuid 95575c59-83ef-4542-8ec3-17a77dcb6d77) - ) - (wire (pts (xy 149.225 100.965) (xy 152.4 100.965)) - (stroke (width 0) (type default)) - (uuid 9f33ca07-d471-4296-8415-4f0477da0f66) - ) - (wire (pts (xy 113.665 106.68) (xy 121.92 106.68)) - (stroke (width 0) (type default)) - (uuid d050d889-6df4-408b-ab0c-2cc16b55afc9) - ) - (wire (pts (xy 149.225 103.505) (xy 152.4 103.505)) - (stroke (width 0) (type default)) - (uuid dbba668a-a10e-4c23-b338-13b92cb499e8) - ) - (wire (pts (xy 92.075 104.14) (xy 100.965 104.14)) - (stroke (width 0) (type default)) - (uuid dfa01ccb-8880-49c1-b4b6-e7865928878a) - ) - (wire (pts (xy 132.715 100.965) (xy 141.605 100.965)) - (stroke (width 0) (type default)) - (uuid e9cfb8ab-9809-4202-91d9-6e75b60b5c72) - ) - (wire (pts (xy 132.715 106.045) (xy 141.605 106.045)) - (stroke (width 0) (type default)) - (uuid ef235e23-eeaa-43ab-816e-ed28cddda982) - ) - (wire (pts (xy 149.225 106.045) (xy 152.4 106.045)) - (stroke (width 0) (type default)) - (uuid f5c37a3a-68c5-4892-8914-2eb6482c66b4) - ) - (wire (pts (xy 125.73 107.315) (xy 125.73 104.14)) - (stroke (width 0) (type default)) - (uuid f91fd2f5-2f14-4a9b-abd2-27c8e816098a) - ) - (wire (pts (xy 132.715 108.585) (xy 141.605 108.585)) - (stroke (width 0) (type default)) - (uuid fd176546-a849-4a27-be9c-1ae83e3ac97c) - ) - - (label "GPIO18" (at 121.92 101.6 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 03bf4f4f-29ad-456c-b806-99bd4605ea9c) - ) - (label "GPIO23" (at 121.92 106.68 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 45e33fba-7a62-4414-93c9-2a926b3c88ee) - ) - (label "GPIO27" (at 132.715 103.505 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 55367f1e-acb9-4d46-bfa7-9b7d2e2bdd73) - ) - (label "GPIO22" (at 92.075 106.68 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 6662dd15-3eb1-4065-bd6a-927ba0f53508) - ) - (label "GPIO27" (at 92.075 104.14 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 85af56df-07f8-495f-9fd4-5473accbdbb0) - ) - (label "GPIO17" (at 132.715 100.965 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 98128340-523b-4954-8da6-448df86391d7) - ) - (label "GPIO22" (at 132.715 106.045 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 986dde06-3227-42a7-9cff-4a5a52ae6461) - ) - (label "GPIO23" (at 132.715 108.585 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d673a197-60ba-4863-bfce-39f9e4b31a37) - ) - (label "GPIO17" (at 92.075 101.6 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid e69543cd-6ad7-43de-9b98-f10134ced5a3) - ) - - (symbol (lib_id "Device:R") (at 145.415 103.505 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 0111c824-1332-4ce4-9b62-513acee8652a) - (property "Reference" "R6" (at 145.415 98.425 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "4.7K" (at 145.415 103.505 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 145.415 101.727 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 145.415 103.505 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d12e2229-a5c0-48ec-ba08-441621a20e93)) - (pin "2" (uuid 3f0c725a-d800-4a87-afa6-69f72aea0964)) - (instances - (project "scrapeboard_hat_rpi" - (path "/195130d0-ebea-4258-8e5e-5259bc202c76" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 125.73 107.315 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 564c4f52-1961-4044-8c48-5881d544217a) - (property "Reference" "#PWR02" (at 125.73 113.665 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 125.73 112.395 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 125.73 107.315 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 125.73 107.315 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a730072e-c110-4dc9-a24c-e2fff9c9435b)) - (instances - (project "scrapeboard_hat_rpi" - (path "/195130d0-ebea-4258-8e5e-5259bc202c76" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 145.415 100.965 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 692ab5a4-bfca-4d07-af0a-e1d873fc6777) - (property "Reference" "R7" (at 145.415 95.885 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "4.7K" (at 145.415 100.965 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 145.415 99.187 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 145.415 100.965 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 78a58fc8-b241-4b18-8b27-0d199ed43511)) - (pin "2" (uuid 93062795-9550-42a6-a88d-1d44884f946c)) - (instances - (project "scrapeboard_hat_rpi" - (path "/195130d0-ebea-4258-8e5e-5259bc202c76" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x04") (at 157.48 103.505 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid c9618a6f-1090-4906-9c99-a03e0182a2bd) - (property "Reference" "J1" (at 160.02 104.14 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x04" (at 160.02 106.68 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal" (at 157.48 103.505 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 157.48 103.505 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e6b2c076-9102-4267-90f9-43bef0a9e5c4)) - (pin "2" (uuid 423a7ac8-3525-4440-a620-8aeb96cea13d)) - (pin "3" (uuid b41cb0d4-6631-45ce-a5b2-d92e3fb5a26d)) - (pin "4" (uuid dc7e9a66-e758-4c49-aeca-db026d2b3b43)) - (instances - (project "scrapeboard_hat_rpi" - (path "/195130d0-ebea-4258-8e5e-5259bc202c76" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 145.415 108.585 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid e1aaf9d1-3988-433f-8a79-2a9a6e0691a1) - (property "Reference" "R4" (at 145.415 103.505 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "4.7K" (at 145.415 108.585 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 145.415 106.807 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 145.415 108.585 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 595d08ce-3b5d-47ea-9731-1caa456175f4)) - (pin "2" (uuid c168884a-66b2-4a05-94cf-a1657c7e462d)) - (instances - (project "scrapeboard_hat_rpi" - (path "/195130d0-ebea-4258-8e5e-5259bc202c76" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_02x03_Odd_Even") (at 106.045 104.14 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid f10fd8b4-c21a-4482-9162-876af7c39270) - (property "Reference" "J2" (at 107.315 96.52 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "PI_HEADER" (at 107.315 99.06 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_2x03_P2.54mm_Vertical" (at 106.045 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.045 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 943697f9-30e0-4ed9-9ea8-653c435a517d)) - (pin "2" (uuid 4b0ff86c-1f02-4e36-8088-d798480afddd)) - (pin "3" (uuid bb70857d-9a71-4ea6-8a60-3b1ebeaa4efb)) - (pin "4" (uuid d689a57d-f385-4c75-b39d-684ac5b62325)) - (pin "5" (uuid a7165cbc-dd95-4629-a3d9-a19db7d797c9)) - (pin "6" (uuid 46815224-b191-49ac-a303-0cff9f0a56ff)) - (instances - (project "scrapeboard_hat_rpi" - (path "/195130d0-ebea-4258-8e5e-5259bc202c76" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 145.415 106.045 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid f90bc9d3-bcde-459d-92d9-f6c2f8dbb148) - (property "Reference" "R5" (at 145.415 100.965 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "4.7K" (at 145.415 106.045 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 145.415 104.267 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 145.415 106.045 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ffefd996-31e2-40ec-b2da-432fe4d868ed)) - (pin "2" (uuid 0741004a-8d4b-4e72-96a2-f7a12be493ac)) - (instances - (project "scrapeboard_hat_rpi" - (path "/195130d0-ebea-4258-8e5e-5259bc202c76" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) diff --git a/kicad/scrapeboard_hat_uno/fp-info-cache b/kicad/scrapeboard_hat_uno/fp-info-cache deleted file mode 100644 index 0dca9ea..0000000 --- a/kicad/scrapeboard_hat_uno/fp-info-cache +++ /dev/null @@ -1,5426 +0,0 @@ -1297882094235884 -Connector_PinHeader_2.54mm -PinHeader_1x01_P2.54mm_Horizontal -Through hole angled pin header, 1x01, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x01 2.54mm single row -0 -1 -1 -Connector_PinHeader_2.54mm -PinHeader_1x01_P2.54mm_Vertical -Through hole straight pin header, 1x01, 2.54mm pitch, single row -Through hole pin header THT 1x01 2.54mm single row -0 -1 -1 -Connector_PinHeader_2.54mm -PinHeader_1x02_P2.54mm_Horizontal -Through hole angled pin header, 1x02, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x02 2.54mm single row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_1x02_P2.54mm_Vertical -Through hole straight pin header, 1x02, 2.54mm pitch, single row -Through hole pin header THT 1x02 2.54mm single row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x02 2.54mm single row style1 pin1 left -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x02 2.54mm single row style2 pin1 right -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_1x03_P2.54mm_Horizontal -Through hole angled pin header, 1x03, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x03 2.54mm single row -0 -3 -3 -Connector_PinHeader_2.54mm -PinHeader_1x03_P2.54mm_Vertical -Through hole straight pin header, 1x03, 2.54mm pitch, single row -Through hole pin header THT 1x03 2.54mm single row -0 -3 -3 -Connector_PinHeader_2.54mm -PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left -0 -3 -3 -Connector_PinHeader_2.54mm -PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x03 2.54mm single row style2 pin1 right -0 -3 -3 -Connector_PinHeader_2.54mm -PinHeader_1x04_P2.54mm_Horizontal -Through hole angled pin header, 1x04, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x04 2.54mm single row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_1x04_P2.54mm_Vertical -Through hole straight pin header, 1x04, 2.54mm pitch, single row -Through hole pin header THT 1x04 2.54mm single row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x04 2.54mm single row style1 pin1 left -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x04 2.54mm single row style2 pin1 right -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_1x05_P2.54mm_Horizontal -Through hole angled pin header, 1x05, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x05 2.54mm single row -0 -5 -5 -Connector_PinHeader_2.54mm -PinHeader_1x05_P2.54mm_Vertical -Through hole straight pin header, 1x05, 2.54mm pitch, single row -Through hole pin header THT 1x05 2.54mm single row -0 -5 -5 -Connector_PinHeader_2.54mm -PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x05 2.54mm single row style1 pin1 left -0 -5 -5 -Connector_PinHeader_2.54mm -PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x05 2.54mm single row style2 pin1 right -0 -5 -5 -Connector_PinHeader_2.54mm -PinHeader_1x06_P2.54mm_Horizontal -Through hole angled pin header, 1x06, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x06 2.54mm single row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_1x06_P2.54mm_Vertical -Through hole straight pin header, 1x06, 2.54mm pitch, single row -Through hole pin header THT 1x06 2.54mm single row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x06 2.54mm single row style1 pin1 left -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x06 2.54mm single row style2 pin1 right -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_1x07_P2.54mm_Horizontal -Through hole angled pin header, 1x07, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x07 2.54mm single row -0 -7 -7 -Connector_PinHeader_2.54mm -PinHeader_1x07_P2.54mm_Vertical -Through hole straight pin header, 1x07, 2.54mm pitch, single row -Through hole pin header THT 1x07 2.54mm single row -0 -7 -7 -Connector_PinHeader_2.54mm -PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x07 2.54mm single row style1 pin1 left -0 -7 -7 -Connector_PinHeader_2.54mm -PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x07 2.54mm single row style2 pin1 right -0 -7 -7 -Connector_PinHeader_2.54mm -PinHeader_1x08_P2.54mm_Horizontal -Through hole angled pin header, 1x08, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x08 2.54mm single row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_1x08_P2.54mm_Vertical -Through hole straight pin header, 1x08, 2.54mm pitch, single row -Through hole pin header THT 1x08 2.54mm single row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x08 2.54mm single row style1 pin1 left -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x08 2.54mm single row style2 pin1 right -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_1x09_P2.54mm_Horizontal -Through hole angled pin header, 1x09, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x09 2.54mm single row -0 -9 -9 -Connector_PinHeader_2.54mm -PinHeader_1x09_P2.54mm_Vertical -Through hole straight pin header, 1x09, 2.54mm pitch, single row -Through hole pin header THT 1x09 2.54mm single row -0 -9 -9 -Connector_PinHeader_2.54mm -PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x09 2.54mm single row style1 pin1 left -0 -9 -9 -Connector_PinHeader_2.54mm -PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x09 2.54mm single row style2 pin1 right -0 -9 -9 -Connector_PinHeader_2.54mm -PinHeader_1x10_P2.54mm_Horizontal -Through hole angled pin header, 1x10, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x10 2.54mm single row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_1x10_P2.54mm_Vertical -Through hole straight pin header, 1x10, 2.54mm pitch, single row -Through hole pin header THT 1x10 2.54mm single row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x10 2.54mm single row style1 pin1 left -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x10 2.54mm single row style2 pin1 right -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_1x11_P2.54mm_Horizontal -Through hole angled pin header, 1x11, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x11 2.54mm single row -0 -11 -11 -Connector_PinHeader_2.54mm -PinHeader_1x11_P2.54mm_Vertical -Through hole straight pin header, 1x11, 2.54mm pitch, single row -Through hole pin header THT 1x11 2.54mm single row -0 -11 -11 -Connector_PinHeader_2.54mm -PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x11 2.54mm single row style1 pin1 left -0 -11 -11 -Connector_PinHeader_2.54mm -PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x11 2.54mm single row style2 pin1 right -0 -11 -11 -Connector_PinHeader_2.54mm -PinHeader_1x12_P2.54mm_Horizontal -Through hole angled pin header, 1x12, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x12 2.54mm single row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_1x12_P2.54mm_Vertical -Through hole straight pin header, 1x12, 2.54mm pitch, single row -Through hole pin header THT 1x12 2.54mm single row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x12 2.54mm single row style1 pin1 left -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x12 2.54mm single row style2 pin1 right -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_1x13_P2.54mm_Horizontal -Through hole angled pin header, 1x13, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x13 2.54mm single row -0 -13 -13 -Connector_PinHeader_2.54mm -PinHeader_1x13_P2.54mm_Vertical -Through hole straight pin header, 1x13, 2.54mm pitch, single row -Through hole pin header THT 1x13 2.54mm single row -0 -13 -13 -Connector_PinHeader_2.54mm -PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x13 2.54mm single row style1 pin1 left -0 -13 -13 -Connector_PinHeader_2.54mm -PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x13 2.54mm single row style2 pin1 right -0 -13 -13 -Connector_PinHeader_2.54mm -PinHeader_1x14_P2.54mm_Horizontal -Through hole angled pin header, 1x14, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x14 2.54mm single row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_1x14_P2.54mm_Vertical -Through hole straight pin header, 1x14, 2.54mm pitch, single row -Through hole pin header THT 1x14 2.54mm single row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x14 2.54mm single row style1 pin1 left -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x14 2.54mm single row style2 pin1 right -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_1x15_P2.54mm_Horizontal -Through hole angled pin header, 1x15, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x15 2.54mm single row -0 -15 -15 -Connector_PinHeader_2.54mm -PinHeader_1x15_P2.54mm_Vertical -Through hole straight pin header, 1x15, 2.54mm pitch, single row -Through hole pin header THT 1x15 2.54mm single row -0 -15 -15 -Connector_PinHeader_2.54mm -PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x15 2.54mm single row style1 pin1 left -0 -15 -15 -Connector_PinHeader_2.54mm -PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x15 2.54mm single row style2 pin1 right -0 -15 -15 -Connector_PinHeader_2.54mm -PinHeader_1x16_P2.54mm_Horizontal -Through hole angled pin header, 1x16, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x16 2.54mm single row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_1x16_P2.54mm_Vertical -Through hole straight pin header, 1x16, 2.54mm pitch, single row -Through hole pin header THT 1x16 2.54mm single row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x16 2.54mm single row style1 pin1 left -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x16 2.54mm single row style2 pin1 right -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_1x17_P2.54mm_Horizontal -Through hole angled pin header, 1x17, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x17 2.54mm single row -0 -17 -17 -Connector_PinHeader_2.54mm -PinHeader_1x17_P2.54mm_Vertical -Through hole straight pin header, 1x17, 2.54mm pitch, single row -Through hole pin header THT 1x17 2.54mm single row -0 -17 -17 -Connector_PinHeader_2.54mm -PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x17 2.54mm single row style1 pin1 left -0 -17 -17 -Connector_PinHeader_2.54mm -PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x17 2.54mm single row style2 pin1 right -0 -17 -17 -Connector_PinHeader_2.54mm -PinHeader_1x18_P2.54mm_Horizontal -Through hole angled pin header, 1x18, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x18 2.54mm single row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_1x18_P2.54mm_Vertical -Through hole straight pin header, 1x18, 2.54mm pitch, single row -Through hole pin header THT 1x18 2.54mm single row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x18 2.54mm single row style1 pin1 left -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x18 2.54mm single row style2 pin1 right -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_1x19_P2.54mm_Horizontal -Through hole angled pin header, 1x19, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x19 2.54mm single row -0 -19 -19 -Connector_PinHeader_2.54mm -PinHeader_1x19_P2.54mm_Vertical -Through hole straight pin header, 1x19, 2.54mm pitch, single row -Through hole pin header THT 1x19 2.54mm single row -0 -19 -19 -Connector_PinHeader_2.54mm -PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x19 2.54mm single row style1 pin1 left -0 -19 -19 -Connector_PinHeader_2.54mm -PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x19 2.54mm single row style2 pin1 right -0 -19 -19 -Connector_PinHeader_2.54mm -PinHeader_1x20_P2.54mm_Horizontal -Through hole angled pin header, 1x20, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x20 2.54mm single row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_1x20_P2.54mm_Vertical -Through hole straight pin header, 1x20, 2.54mm pitch, single row -Through hole pin header THT 1x20 2.54mm single row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x20 2.54mm single row style1 pin1 left -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x20 2.54mm single row style2 pin1 right -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_1x21_P2.54mm_Horizontal -Through hole angled pin header, 1x21, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x21 2.54mm single row -0 -21 -21 -Connector_PinHeader_2.54mm -PinHeader_1x21_P2.54mm_Vertical -Through hole straight pin header, 1x21, 2.54mm pitch, single row -Through hole pin header THT 1x21 2.54mm single row -0 -21 -21 -Connector_PinHeader_2.54mm -PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x21 2.54mm single row style1 pin1 left -0 -21 -21 -Connector_PinHeader_2.54mm -PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x21 2.54mm single row style2 pin1 right -0 -21 -21 -Connector_PinHeader_2.54mm -PinHeader_1x22_P2.54mm_Horizontal -Through hole angled pin header, 1x22, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x22 2.54mm single row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_1x22_P2.54mm_Vertical -Through hole straight pin header, 1x22, 2.54mm pitch, single row -Through hole pin header THT 1x22 2.54mm single row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x22 2.54mm single row style1 pin1 left -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x22 2.54mm single row style2 pin1 right -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_1x23_P2.54mm_Horizontal -Through hole angled pin header, 1x23, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x23 2.54mm single row -0 -23 -23 -Connector_PinHeader_2.54mm -PinHeader_1x23_P2.54mm_Vertical -Through hole straight pin header, 1x23, 2.54mm pitch, single row -Through hole pin header THT 1x23 2.54mm single row -0 -23 -23 -Connector_PinHeader_2.54mm -PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x23 2.54mm single row style1 pin1 left -0 -23 -23 -Connector_PinHeader_2.54mm -PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x23 2.54mm single row style2 pin1 right -0 -23 -23 -Connector_PinHeader_2.54mm -PinHeader_1x24_P2.54mm_Horizontal -Through hole angled pin header, 1x24, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x24 2.54mm single row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_1x24_P2.54mm_Vertical -Through hole straight pin header, 1x24, 2.54mm pitch, single row -Through hole pin header THT 1x24 2.54mm single row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x24 2.54mm single row style1 pin1 left -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x24 2.54mm single row style2 pin1 right -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_1x25_P2.54mm_Horizontal -Through hole angled pin header, 1x25, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x25 2.54mm single row -0 -25 -25 -Connector_PinHeader_2.54mm -PinHeader_1x25_P2.54mm_Vertical -Through hole straight pin header, 1x25, 2.54mm pitch, single row -Through hole pin header THT 1x25 2.54mm single row -0 -25 -25 -Connector_PinHeader_2.54mm -PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x25 2.54mm single row style1 pin1 left -0 -25 -25 -Connector_PinHeader_2.54mm -PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x25 2.54mm single row style2 pin1 right -0 -25 -25 -Connector_PinHeader_2.54mm -PinHeader_1x26_P2.54mm_Horizontal -Through hole angled pin header, 1x26, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x26 2.54mm single row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_1x26_P2.54mm_Vertical -Through hole straight pin header, 1x26, 2.54mm pitch, single row -Through hole pin header THT 1x26 2.54mm single row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x26 2.54mm single row style1 pin1 left -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x26 2.54mm single row style2 pin1 right -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_1x27_P2.54mm_Horizontal -Through hole angled pin header, 1x27, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x27 2.54mm single row -0 -27 -27 -Connector_PinHeader_2.54mm -PinHeader_1x27_P2.54mm_Vertical -Through hole straight pin header, 1x27, 2.54mm pitch, single row -Through hole pin header THT 1x27 2.54mm single row -0 -27 -27 -Connector_PinHeader_2.54mm -PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x27 2.54mm single row style1 pin1 left -0 -27 -27 -Connector_PinHeader_2.54mm -PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x27 2.54mm single row style2 pin1 right -0 -27 -27 -Connector_PinHeader_2.54mm -PinHeader_1x28_P2.54mm_Horizontal -Through hole angled pin header, 1x28, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x28 2.54mm single row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_1x28_P2.54mm_Vertical -Through hole straight pin header, 1x28, 2.54mm pitch, single row -Through hole pin header THT 1x28 2.54mm single row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x28 2.54mm single row style1 pin1 left -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x28 2.54mm single row style2 pin1 right -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_1x29_P2.54mm_Horizontal -Through hole angled pin header, 1x29, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x29 2.54mm single row -0 -29 -29 -Connector_PinHeader_2.54mm -PinHeader_1x29_P2.54mm_Vertical -Through hole straight pin header, 1x29, 2.54mm pitch, single row -Through hole pin header THT 1x29 2.54mm single row -0 -29 -29 -Connector_PinHeader_2.54mm -PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x29 2.54mm single row style1 pin1 left -0 -29 -29 -Connector_PinHeader_2.54mm -PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x29 2.54mm single row style2 pin1 right -0 -29 -29 -Connector_PinHeader_2.54mm -PinHeader_1x30_P2.54mm_Horizontal -Through hole angled pin header, 1x30, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x30 2.54mm single row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_1x30_P2.54mm_Vertical -Through hole straight pin header, 1x30, 2.54mm pitch, single row -Through hole pin header THT 1x30 2.54mm single row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x30 2.54mm single row style1 pin1 left -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x30 2.54mm single row style2 pin1 right -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_1x31_P2.54mm_Horizontal -Through hole angled pin header, 1x31, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x31 2.54mm single row -0 -31 -31 -Connector_PinHeader_2.54mm -PinHeader_1x31_P2.54mm_Vertical -Through hole straight pin header, 1x31, 2.54mm pitch, single row -Through hole pin header THT 1x31 2.54mm single row -0 -31 -31 -Connector_PinHeader_2.54mm -PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x31 2.54mm single row style1 pin1 left -0 -31 -31 -Connector_PinHeader_2.54mm -PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x31 2.54mm single row style2 pin1 right -0 -31 -31 -Connector_PinHeader_2.54mm -PinHeader_1x32_P2.54mm_Horizontal -Through hole angled pin header, 1x32, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x32 2.54mm single row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_1x32_P2.54mm_Vertical -Through hole straight pin header, 1x32, 2.54mm pitch, single row -Through hole pin header THT 1x32 2.54mm single row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x32 2.54mm single row style1 pin1 left -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x32 2.54mm single row style2 pin1 right -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_1x33_P2.54mm_Horizontal -Through hole angled pin header, 1x33, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x33 2.54mm single row -0 -33 -33 -Connector_PinHeader_2.54mm -PinHeader_1x33_P2.54mm_Vertical -Through hole straight pin header, 1x33, 2.54mm pitch, single row -Through hole pin header THT 1x33 2.54mm single row -0 -33 -33 -Connector_PinHeader_2.54mm -PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x33 2.54mm single row style1 pin1 left -0 -33 -33 -Connector_PinHeader_2.54mm -PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x33 2.54mm single row style2 pin1 right -0 -33 -33 -Connector_PinHeader_2.54mm -PinHeader_1x34_P2.54mm_Horizontal -Through hole angled pin header, 1x34, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x34 2.54mm single row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_1x34_P2.54mm_Vertical -Through hole straight pin header, 1x34, 2.54mm pitch, single row -Through hole pin header THT 1x34 2.54mm single row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x34 2.54mm single row style1 pin1 left -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x34 2.54mm single row style2 pin1 right -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_1x35_P2.54mm_Horizontal -Through hole angled pin header, 1x35, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x35 2.54mm single row -0 -35 -35 -Connector_PinHeader_2.54mm -PinHeader_1x35_P2.54mm_Vertical -Through hole straight pin header, 1x35, 2.54mm pitch, single row -Through hole pin header THT 1x35 2.54mm single row -0 -35 -35 -Connector_PinHeader_2.54mm -PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x35 2.54mm single row style1 pin1 left -0 -35 -35 -Connector_PinHeader_2.54mm -PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x35 2.54mm single row style2 pin1 right -0 -35 -35 -Connector_PinHeader_2.54mm -PinHeader_1x36_P2.54mm_Horizontal -Through hole angled pin header, 1x36, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x36 2.54mm single row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_1x36_P2.54mm_Vertical -Through hole straight pin header, 1x36, 2.54mm pitch, single row -Through hole pin header THT 1x36 2.54mm single row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x36 2.54mm single row style1 pin1 left -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x36 2.54mm single row style2 pin1 right -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_1x37_P2.54mm_Horizontal -Through hole angled pin header, 1x37, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x37 2.54mm single row -0 -37 -37 -Connector_PinHeader_2.54mm -PinHeader_1x37_P2.54mm_Vertical -Through hole straight pin header, 1x37, 2.54mm pitch, single row -Through hole pin header THT 1x37 2.54mm single row -0 -37 -37 -Connector_PinHeader_2.54mm -PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x37 2.54mm single row style1 pin1 left -0 -37 -37 -Connector_PinHeader_2.54mm -PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x37 2.54mm single row style2 pin1 right -0 -37 -37 -Connector_PinHeader_2.54mm -PinHeader_1x38_P2.54mm_Horizontal -Through hole angled pin header, 1x38, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x38 2.54mm single row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_1x38_P2.54mm_Vertical -Through hole straight pin header, 1x38, 2.54mm pitch, single row -Through hole pin header THT 1x38 2.54mm single row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x38 2.54mm single row style1 pin1 left -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x38 2.54mm single row style2 pin1 right -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_1x39_P2.54mm_Horizontal -Through hole angled pin header, 1x39, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x39 2.54mm single row -0 -39 -39 -Connector_PinHeader_2.54mm -PinHeader_1x39_P2.54mm_Vertical -Through hole straight pin header, 1x39, 2.54mm pitch, single row -Through hole pin header THT 1x39 2.54mm single row -0 -39 -39 -Connector_PinHeader_2.54mm -PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x39 2.54mm single row style1 pin1 left -0 -39 -39 -Connector_PinHeader_2.54mm -PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x39 2.54mm single row style2 pin1 right -0 -39 -39 -Connector_PinHeader_2.54mm -PinHeader_1x40_P2.54mm_Horizontal -Through hole angled pin header, 1x40, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x40 2.54mm single row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_1x40_P2.54mm_Vertical -Through hole straight pin header, 1x40, 2.54mm pitch, single row -Through hole pin header THT 1x40 2.54mm single row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x40 2.54mm single row style1 pin1 left -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x40 2.54mm single row style2 pin1 right -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_2x01_P2.54mm_Horizontal -Through hole angled pin header, 2x01, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x01 2.54mm double row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_2x01_P2.54mm_Vertical -Through hole straight pin header, 2x01, 2.54mm pitch, double rows -Through hole pin header THT 2x01 2.54mm double row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_2x01_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x01, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x01 2.54mm double row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_2x02_P2.54mm_Horizontal -Through hole angled pin header, 2x02, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x02 2.54mm double row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_2x02_P2.54mm_Vertical -Through hole straight pin header, 2x02, 2.54mm pitch, double rows -Through hole pin header THT 2x02 2.54mm double row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_2x02_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x02, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x02 2.54mm double row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_2x03_P2.54mm_Horizontal -Through hole angled pin header, 2x03, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x03 2.54mm double row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_2x03_P2.54mm_Vertical -Through hole straight pin header, 2x03, 2.54mm pitch, double rows -Through hole pin header THT 2x03 2.54mm double row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_2x03_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x03, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x03 2.54mm double row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_2x04_P2.54mm_Horizontal -Through hole angled pin header, 2x04, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x04 2.54mm double row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_2x04_P2.54mm_Vertical -Through hole straight pin header, 2x04, 2.54mm pitch, double rows -Through hole pin header THT 2x04 2.54mm double row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_2x04_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x04, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x04 2.54mm double row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_2x05_P2.54mm_Horizontal -Through hole angled pin header, 2x05, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x05 2.54mm double row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_2x05_P2.54mm_Vertical -Through hole straight pin header, 2x05, 2.54mm pitch, double rows -Through hole pin header THT 2x05 2.54mm double row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_2x05_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x05, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x05 2.54mm double row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_2x06_P2.54mm_Horizontal -Through hole angled pin header, 2x06, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x06 2.54mm double row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_2x06_P2.54mm_Vertical -Through hole straight pin header, 2x06, 2.54mm pitch, double rows -Through hole pin header THT 2x06 2.54mm double row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_2x06_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x06, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x06 2.54mm double row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_2x07_P2.54mm_Horizontal -Through hole angled pin header, 2x07, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x07 2.54mm double row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_2x07_P2.54mm_Vertical -Through hole straight pin header, 2x07, 2.54mm pitch, double rows -Through hole pin header THT 2x07 2.54mm double row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_2x07_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x07, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x07 2.54mm double row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_2x08_P2.54mm_Horizontal -Through hole angled pin header, 2x08, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x08 2.54mm double row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_2x08_P2.54mm_Vertical -Through hole straight pin header, 2x08, 2.54mm pitch, double rows -Through hole pin header THT 2x08 2.54mm double row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_2x08_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x08, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x08 2.54mm double row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_2x09_P2.54mm_Horizontal -Through hole angled pin header, 2x09, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x09 2.54mm double row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_2x09_P2.54mm_Vertical -Through hole straight pin header, 2x09, 2.54mm pitch, double rows -Through hole pin header THT 2x09 2.54mm double row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_2x09_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x09, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x09 2.54mm double row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_2x10_P2.54mm_Horizontal -Through hole angled pin header, 2x10, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x10 2.54mm double row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_2x10_P2.54mm_Vertical -Through hole straight pin header, 2x10, 2.54mm pitch, double rows -Through hole pin header THT 2x10 2.54mm double row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_2x10_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x10, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x10 2.54mm double row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_2x11_P2.54mm_Horizontal -Through hole angled pin header, 2x11, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x11 2.54mm double row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_2x11_P2.54mm_Vertical -Through hole straight pin header, 2x11, 2.54mm pitch, double rows -Through hole pin header THT 2x11 2.54mm double row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_2x11_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x11, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x11 2.54mm double row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_2x12_P2.54mm_Horizontal -Through hole angled pin header, 2x12, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x12 2.54mm double row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_2x12_P2.54mm_Vertical -Through hole straight pin header, 2x12, 2.54mm pitch, double rows -Through hole pin header THT 2x12 2.54mm double row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_2x12_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x12, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x12 2.54mm double row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_2x13_P2.54mm_Horizontal -Through hole angled pin header, 2x13, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x13 2.54mm double row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_2x13_P2.54mm_Vertical -Through hole straight pin header, 2x13, 2.54mm pitch, double rows -Through hole pin header THT 2x13 2.54mm double row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_2x13_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x13, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x13 2.54mm double row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_2x14_P2.54mm_Horizontal -Through hole angled pin header, 2x14, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x14 2.54mm double row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_2x14_P2.54mm_Vertical -Through hole straight pin header, 2x14, 2.54mm pitch, double rows -Through hole pin header THT 2x14 2.54mm double row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_2x14_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x14, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x14 2.54mm double row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_2x15_P2.54mm_Horizontal -Through hole angled pin header, 2x15, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x15 2.54mm double row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_2x15_P2.54mm_Vertical -Through hole straight pin header, 2x15, 2.54mm pitch, double rows -Through hole pin header THT 2x15 2.54mm double row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_2x15_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x15, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x15 2.54mm double row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_2x16_P2.54mm_Horizontal -Through hole angled pin header, 2x16, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x16 2.54mm double row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_2x16_P2.54mm_Vertical -Through hole straight pin header, 2x16, 2.54mm pitch, double rows -Through hole pin header THT 2x16 2.54mm double row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_2x16_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x16, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x16 2.54mm double row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_2x17_P2.54mm_Horizontal -Through hole angled pin header, 2x17, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x17 2.54mm double row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_2x17_P2.54mm_Vertical -Through hole straight pin header, 2x17, 2.54mm pitch, double rows -Through hole pin header THT 2x17 2.54mm double row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_2x17_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x17, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x17 2.54mm double row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_2x18_P2.54mm_Horizontal -Through hole angled pin header, 2x18, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x18 2.54mm double row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_2x18_P2.54mm_Vertical -Through hole straight pin header, 2x18, 2.54mm pitch, double rows -Through hole pin header THT 2x18 2.54mm double row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_2x18_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x18, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x18 2.54mm double row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_2x19_P2.54mm_Horizontal -Through hole angled pin header, 2x19, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x19 2.54mm double row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_2x19_P2.54mm_Vertical -Through hole straight pin header, 2x19, 2.54mm pitch, double rows -Through hole pin header THT 2x19 2.54mm double row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_2x19_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x19, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x19 2.54mm double row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_2x20_P2.54mm_Horizontal -Through hole angled pin header, 2x20, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x20 2.54mm double row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_2x20_P2.54mm_Vertical -Through hole straight pin header, 2x20, 2.54mm pitch, double rows -Through hole pin header THT 2x20 2.54mm double row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_2x20_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x20, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x20 2.54mm double row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_2x21_P2.54mm_Horizontal -Through hole angled pin header, 2x21, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x21 2.54mm double row -0 -42 -42 -Connector_PinHeader_2.54mm -PinHeader_2x21_P2.54mm_Vertical -Through hole straight pin header, 2x21, 2.54mm pitch, double rows -Through hole pin header THT 2x21 2.54mm double row -0 -42 -42 -Connector_PinHeader_2.54mm -PinHeader_2x21_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x21, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x21 2.54mm double row -0 -42 -42 -Connector_PinHeader_2.54mm -PinHeader_2x22_P2.54mm_Horizontal -Through hole angled pin header, 2x22, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x22 2.54mm double row -0 -44 -44 -Connector_PinHeader_2.54mm -PinHeader_2x22_P2.54mm_Vertical -Through hole straight pin header, 2x22, 2.54mm pitch, double rows -Through hole pin header THT 2x22 2.54mm double row -0 -44 -44 -Connector_PinHeader_2.54mm -PinHeader_2x22_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x22, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x22 2.54mm double row -0 -44 -44 -Connector_PinHeader_2.54mm -PinHeader_2x23_P2.54mm_Horizontal -Through hole angled pin header, 2x23, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x23 2.54mm double row -0 -46 -46 -Connector_PinHeader_2.54mm -PinHeader_2x23_P2.54mm_Vertical -Through hole straight pin header, 2x23, 2.54mm pitch, double rows -Through hole pin header THT 2x23 2.54mm double row -0 -46 -46 -Connector_PinHeader_2.54mm -PinHeader_2x23_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x23, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x23 2.54mm double row -0 -46 -46 -Connector_PinHeader_2.54mm -PinHeader_2x24_P2.54mm_Horizontal -Through hole angled pin header, 2x24, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x24 2.54mm double row -0 -48 -48 -Connector_PinHeader_2.54mm -PinHeader_2x24_P2.54mm_Vertical -Through hole straight pin header, 2x24, 2.54mm pitch, double rows -Through hole pin header THT 2x24 2.54mm double row -0 -48 -48 -Connector_PinHeader_2.54mm -PinHeader_2x24_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x24, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x24 2.54mm double row -0 -48 -48 -Connector_PinHeader_2.54mm -PinHeader_2x25_P2.54mm_Horizontal -Through hole angled pin header, 2x25, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x25 2.54mm double row -0 -50 -50 -Connector_PinHeader_2.54mm -PinHeader_2x25_P2.54mm_Vertical -Through hole straight pin header, 2x25, 2.54mm pitch, double rows -Through hole pin header THT 2x25 2.54mm double row -0 -50 -50 -Connector_PinHeader_2.54mm -PinHeader_2x25_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x25, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x25 2.54mm double row -0 -50 -50 -Connector_PinHeader_2.54mm -PinHeader_2x26_P2.54mm_Horizontal -Through hole angled pin header, 2x26, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x26 2.54mm double row -0 -52 -52 -Connector_PinHeader_2.54mm -PinHeader_2x26_P2.54mm_Vertical -Through hole straight pin header, 2x26, 2.54mm pitch, double rows -Through hole pin header THT 2x26 2.54mm double row -0 -52 -52 -Connector_PinHeader_2.54mm -PinHeader_2x26_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x26, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x26 2.54mm double row -0 -52 -52 -Connector_PinHeader_2.54mm -PinHeader_2x27_P2.54mm_Horizontal -Through hole angled pin header, 2x27, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x27 2.54mm double row -0 -54 -54 -Connector_PinHeader_2.54mm -PinHeader_2x27_P2.54mm_Vertical -Through hole straight pin header, 2x27, 2.54mm pitch, double rows -Through hole pin header THT 2x27 2.54mm double row -0 -54 -54 -Connector_PinHeader_2.54mm -PinHeader_2x27_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x27, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x27 2.54mm double row -0 -54 -54 -Connector_PinHeader_2.54mm -PinHeader_2x28_P2.54mm_Horizontal -Through hole angled pin header, 2x28, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x28 2.54mm double row -0 -56 -56 -Connector_PinHeader_2.54mm -PinHeader_2x28_P2.54mm_Vertical -Through hole straight pin header, 2x28, 2.54mm pitch, double rows -Through hole pin header THT 2x28 2.54mm double row -0 -56 -56 -Connector_PinHeader_2.54mm -PinHeader_2x28_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x28, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x28 2.54mm double row -0 -56 -56 -Connector_PinHeader_2.54mm -PinHeader_2x29_P2.54mm_Horizontal -Through hole angled pin header, 2x29, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x29 2.54mm double row -0 -58 -58 -Connector_PinHeader_2.54mm -PinHeader_2x29_P2.54mm_Vertical -Through hole straight pin header, 2x29, 2.54mm pitch, double rows -Through hole pin header THT 2x29 2.54mm double row -0 -58 -58 -Connector_PinHeader_2.54mm -PinHeader_2x29_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x29, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x29 2.54mm double row -0 -58 -58 -Connector_PinHeader_2.54mm -PinHeader_2x30_P2.54mm_Horizontal -Through hole angled pin header, 2x30, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x30 2.54mm double row -0 -60 -60 -Connector_PinHeader_2.54mm -PinHeader_2x30_P2.54mm_Vertical -Through hole straight pin header, 2x30, 2.54mm pitch, double rows -Through hole pin header THT 2x30 2.54mm double row -0 -60 -60 -Connector_PinHeader_2.54mm -PinHeader_2x30_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x30, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x30 2.54mm double row -0 -60 -60 -Connector_PinHeader_2.54mm -PinHeader_2x31_P2.54mm_Horizontal -Through hole angled pin header, 2x31, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x31 2.54mm double row -0 -62 -62 -Connector_PinHeader_2.54mm -PinHeader_2x31_P2.54mm_Vertical -Through hole straight pin header, 2x31, 2.54mm pitch, double rows -Through hole pin header THT 2x31 2.54mm double row -0 -62 -62 -Connector_PinHeader_2.54mm -PinHeader_2x31_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x31, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x31 2.54mm double row -0 -62 -62 -Connector_PinHeader_2.54mm -PinHeader_2x32_P2.54mm_Horizontal -Through hole angled pin header, 2x32, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x32 2.54mm double row -0 -64 -64 -Connector_PinHeader_2.54mm -PinHeader_2x32_P2.54mm_Vertical -Through hole straight pin header, 2x32, 2.54mm pitch, double rows -Through hole pin header THT 2x32 2.54mm double row -0 -64 -64 -Connector_PinHeader_2.54mm -PinHeader_2x32_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x32, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x32 2.54mm double row -0 -64 -64 -Connector_PinHeader_2.54mm -PinHeader_2x33_P2.54mm_Horizontal -Through hole angled pin header, 2x33, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x33 2.54mm double row -0 -66 -66 -Connector_PinHeader_2.54mm -PinHeader_2x33_P2.54mm_Vertical -Through hole straight pin header, 2x33, 2.54mm pitch, double rows -Through hole pin header THT 2x33 2.54mm double row -0 -66 -66 -Connector_PinHeader_2.54mm -PinHeader_2x33_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x33, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x33 2.54mm double row -0 -66 -66 -Connector_PinHeader_2.54mm -PinHeader_2x34_P2.54mm_Horizontal -Through hole angled pin header, 2x34, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x34 2.54mm double row -0 -68 -68 -Connector_PinHeader_2.54mm -PinHeader_2x34_P2.54mm_Vertical -Through hole straight pin header, 2x34, 2.54mm pitch, double rows -Through hole pin header THT 2x34 2.54mm double row -0 -68 -68 -Connector_PinHeader_2.54mm -PinHeader_2x34_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x34, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x34 2.54mm double row -0 -68 -68 -Connector_PinHeader_2.54mm -PinHeader_2x35_P2.54mm_Horizontal -Through hole angled pin header, 2x35, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x35 2.54mm double row -0 -70 -70 -Connector_PinHeader_2.54mm -PinHeader_2x35_P2.54mm_Vertical -Through hole straight pin header, 2x35, 2.54mm pitch, double rows -Through hole pin header THT 2x35 2.54mm double row -0 -70 -70 -Connector_PinHeader_2.54mm -PinHeader_2x35_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x35, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x35 2.54mm double row -0 -70 -70 -Connector_PinHeader_2.54mm -PinHeader_2x36_P2.54mm_Horizontal -Through hole angled pin header, 2x36, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x36 2.54mm double row -0 -72 -72 -Connector_PinHeader_2.54mm -PinHeader_2x36_P2.54mm_Vertical -Through hole straight pin header, 2x36, 2.54mm pitch, double rows -Through hole pin header THT 2x36 2.54mm double row -0 -72 -72 -Connector_PinHeader_2.54mm -PinHeader_2x36_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x36, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x36 2.54mm double row -0 -72 -72 -Connector_PinHeader_2.54mm -PinHeader_2x37_P2.54mm_Horizontal -Through hole angled pin header, 2x37, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x37 2.54mm double row -0 -74 -74 -Connector_PinHeader_2.54mm -PinHeader_2x37_P2.54mm_Vertical -Through hole straight pin header, 2x37, 2.54mm pitch, double rows -Through hole pin header THT 2x37 2.54mm double row -0 -74 -74 -Connector_PinHeader_2.54mm -PinHeader_2x37_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x37, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x37 2.54mm double row -0 -74 -74 -Connector_PinHeader_2.54mm -PinHeader_2x38_P2.54mm_Horizontal -Through hole angled pin header, 2x38, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x38 2.54mm double row -0 -76 -76 -Connector_PinHeader_2.54mm -PinHeader_2x38_P2.54mm_Vertical -Through hole straight pin header, 2x38, 2.54mm pitch, double rows -Through hole pin header THT 2x38 2.54mm double row -0 -76 -76 -Connector_PinHeader_2.54mm -PinHeader_2x38_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x38, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x38 2.54mm double row -0 -76 -76 -Connector_PinHeader_2.54mm -PinHeader_2x39_P2.54mm_Horizontal -Through hole angled pin header, 2x39, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x39 2.54mm double row -0 -78 -78 -Connector_PinHeader_2.54mm -PinHeader_2x39_P2.54mm_Vertical -Through hole straight pin header, 2x39, 2.54mm pitch, double rows -Through hole pin header THT 2x39 2.54mm double row -0 -78 -78 -Connector_PinHeader_2.54mm -PinHeader_2x39_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x39, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x39 2.54mm double row -0 -78 -78 -Connector_PinHeader_2.54mm -PinHeader_2x40_P2.54mm_Horizontal -Through hole angled pin header, 2x40, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x40 2.54mm double row -0 -80 -80 -Connector_PinHeader_2.54mm -PinHeader_2x40_P2.54mm_Vertical -Through hole straight pin header, 2x40, 2.54mm pitch, double rows -Through hole pin header THT 2x40 2.54mm double row -0 -80 -80 -Connector_PinHeader_2.54mm -PinHeader_2x40_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x40, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x40 2.54mm double row -0 -80 -80 -Connector_PinSocket_2.54mm -PinSocket_1x01_P2.54mm_Horizontal -Through hole angled socket strip, 1x01, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x01 2.54mm single row -0 -1 -1 -Connector_PinSocket_2.54mm -PinSocket_1x01_P2.54mm_Vertical -Through hole straight socket strip, 1x01, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x01 2.54mm single row -0 -1 -1 -Connector_PinSocket_2.54mm -PinSocket_1x02_P2.54mm_Horizontal -Through hole angled socket strip, 1x02, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x02 2.54mm single row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_1x02_P2.54mm_Vertical -Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x02 2.54mm single row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x02 2.54mm single row style1 pin1 left -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x02 2.54mm single row style2 pin1 right -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_1x03_P2.54mm_Horizontal -Through hole angled socket strip, 1x03, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x03 2.54mm single row -0 -3 -3 -Connector_PinSocket_2.54mm -PinSocket_1x03_P2.54mm_Vertical -Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x03 2.54mm single row -0 -3 -3 -Connector_PinSocket_2.54mm -PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x03 2.54mm single row style1 pin1 left -0 -3 -3 -Connector_PinSocket_2.54mm -PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x03 2.54mm single row style2 pin1 right -0 -3 -3 -Connector_PinSocket_2.54mm -PinSocket_1x04_P2.54mm_Horizontal -Through hole angled socket strip, 1x04, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x04 2.54mm single row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_1x04_P2.54mm_Vertical -Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x04 2.54mm single row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x04 2.54mm single row style1 pin1 left -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x04 2.54mm single row style2 pin1 right -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_1x05_P2.54mm_Horizontal -Through hole angled socket strip, 1x05, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x05 2.54mm single row -0 -5 -5 -Connector_PinSocket_2.54mm -PinSocket_1x05_P2.54mm_Vertical -Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x05 2.54mm single row -0 -5 -5 -Connector_PinSocket_2.54mm -PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x05 2.54mm single row style1 pin1 left -0 -5 -5 -Connector_PinSocket_2.54mm -PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x05 2.54mm single row style2 pin1 right -0 -5 -5 -Connector_PinSocket_2.54mm -PinSocket_1x06_P2.54mm_Horizontal -Through hole angled socket strip, 1x06, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x06 2.54mm single row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_1x06_P2.54mm_Vertical -Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x06 2.54mm single row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x06 2.54mm single row style1 pin1 left -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x06 2.54mm single row style2 pin1 right -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_1x07_P2.54mm_Horizontal -Through hole angled socket strip, 1x07, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x07 2.54mm single row -0 -7 -7 -Connector_PinSocket_2.54mm -PinSocket_1x07_P2.54mm_Vertical -Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x07 2.54mm single row -0 -7 -7 -Connector_PinSocket_2.54mm -PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x07 2.54mm single row style1 pin1 left -0 -7 -7 -Connector_PinSocket_2.54mm -PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x07 2.54mm single row style2 pin1 right -0 -7 -7 -Connector_PinSocket_2.54mm -PinSocket_1x08_P2.54mm_Horizontal -Through hole angled socket strip, 1x08, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x08 2.54mm single row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_1x08_P2.54mm_Vertical -Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x08 2.54mm single row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x08 2.54mm single row style1 pin1 left -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x08 2.54mm single row style2 pin1 right -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_1x09_P2.54mm_Horizontal -Through hole angled socket strip, 1x09, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x09 2.54mm single row -0 -9 -9 -Connector_PinSocket_2.54mm -PinSocket_1x09_P2.54mm_Vertical -Through hole straight socket strip, 1x09, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x09 2.54mm single row -0 -9 -9 -Connector_PinSocket_2.54mm -PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x09 2.54mm single row style1 pin1 left -0 -9 -9 -Connector_PinSocket_2.54mm -PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x09 2.54mm single row style2 pin1 right -0 -9 -9 -Connector_PinSocket_2.54mm -PinSocket_1x10_P2.54mm_Horizontal -Through hole angled socket strip, 1x10, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x10 2.54mm single row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_1x10_P2.54mm_Vertical -Through hole straight socket strip, 1x10, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x10 2.54mm single row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x10 2.54mm single row style1 pin1 left -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x10 2.54mm single row style2 pin1 right -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_1x11_P2.54mm_Horizontal -Through hole angled socket strip, 1x11, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x11 2.54mm single row -0 -11 -11 -Connector_PinSocket_2.54mm -PinSocket_1x11_P2.54mm_Vertical -Through hole straight socket strip, 1x11, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x11 2.54mm single row -0 -11 -11 -Connector_PinSocket_2.54mm -PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x11 2.54mm single row style1 pin1 left -0 -11 -11 -Connector_PinSocket_2.54mm -PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x11 2.54mm single row style2 pin1 right -0 -11 -11 -Connector_PinSocket_2.54mm -PinSocket_1x12_P2.54mm_Horizontal -Through hole angled socket strip, 1x12, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x12 2.54mm single row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_1x12_P2.54mm_Vertical -Through hole straight socket strip, 1x12, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x12 2.54mm single row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x12 2.54mm single row style1 pin1 left -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x12 2.54mm single row style2 pin1 right -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_1x13_P2.54mm_Horizontal -Through hole angled socket strip, 1x13, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x13 2.54mm single row -0 -13 -13 -Connector_PinSocket_2.54mm -PinSocket_1x13_P2.54mm_Vertical -Through hole straight socket strip, 1x13, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x13 2.54mm single row -0 -13 -13 -Connector_PinSocket_2.54mm -PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x13 2.54mm single row style1 pin1 left -0 -13 -13 -Connector_PinSocket_2.54mm -PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x13 2.54mm single row style2 pin1 right -0 -13 -13 -Connector_PinSocket_2.54mm -PinSocket_1x14_P2.54mm_Horizontal -Through hole angled socket strip, 1x14, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x14 2.54mm single row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_1x14_P2.54mm_Vertical -Through hole straight socket strip, 1x14, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x14 2.54mm single row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x14 2.54mm single row style1 pin1 left -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x14 2.54mm single row style2 pin1 right -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_1x15_P2.54mm_Horizontal -Through hole angled socket strip, 1x15, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x15 2.54mm single row -0 -15 -15 -Connector_PinSocket_2.54mm -PinSocket_1x15_P2.54mm_Vertical -Through hole straight socket strip, 1x15, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x15 2.54mm single row -0 -15 -15 -Connector_PinSocket_2.54mm -PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x15 2.54mm single row style1 pin1 left -0 -15 -15 -Connector_PinSocket_2.54mm -PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x15 2.54mm single row style2 pin1 right -0 -15 -15 -Connector_PinSocket_2.54mm -PinSocket_1x16_P2.54mm_Horizontal -Through hole angled socket strip, 1x16, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x16 2.54mm single row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_1x16_P2.54mm_Vertical -Through hole straight socket strip, 1x16, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x16 2.54mm single row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x16 2.54mm single row style1 pin1 left -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x16 2.54mm single row style2 pin1 right -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_1x17_P2.54mm_Horizontal -Through hole angled socket strip, 1x17, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x17 2.54mm single row -0 -17 -17 -Connector_PinSocket_2.54mm -PinSocket_1x17_P2.54mm_Vertical -Through hole straight socket strip, 1x17, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x17 2.54mm single row -0 -17 -17 -Connector_PinSocket_2.54mm -PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x17 2.54mm single row style1 pin1 left -0 -17 -17 -Connector_PinSocket_2.54mm -PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x17 2.54mm single row style2 pin1 right -0 -17 -17 -Connector_PinSocket_2.54mm -PinSocket_1x18_P2.54mm_Horizontal -Through hole angled socket strip, 1x18, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x18 2.54mm single row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_1x18_P2.54mm_Vertical -Through hole straight socket strip, 1x18, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x18 2.54mm single row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x18 2.54mm single row style1 pin1 left -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x18 2.54mm single row style2 pin1 right -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_1x19_P2.54mm_Horizontal -Through hole angled socket strip, 1x19, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x19 2.54mm single row -0 -19 -19 -Connector_PinSocket_2.54mm -PinSocket_1x19_P2.54mm_Vertical -Through hole straight socket strip, 1x19, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x19 2.54mm single row -0 -19 -19 -Connector_PinSocket_2.54mm -PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x19 2.54mm single row style1 pin1 left -0 -19 -19 -Connector_PinSocket_2.54mm -PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x19 2.54mm single row style2 pin1 right -0 -19 -19 -Connector_PinSocket_2.54mm -PinSocket_1x20_P2.54mm_Horizontal -Through hole angled socket strip, 1x20, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x20 2.54mm single row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_1x20_P2.54mm_Vertical -Through hole straight socket strip, 1x20, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x20 2.54mm single row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x20 2.54mm single row style1 pin1 left -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x20 2.54mm single row style2 pin1 right -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_1x21_P2.54mm_Horizontal -Through hole angled socket strip, 1x21, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x21 2.54mm single row -0 -21 -21 -Connector_PinSocket_2.54mm -PinSocket_1x21_P2.54mm_Vertical -Through hole straight socket strip, 1x21, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x21 2.54mm single row -0 -21 -21 -Connector_PinSocket_2.54mm -PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x21 2.54mm single row style1 pin1 left -0 -21 -21 -Connector_PinSocket_2.54mm -PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x21 2.54mm single row style2 pin1 right -0 -21 -21 -Connector_PinSocket_2.54mm -PinSocket_1x22_P2.54mm_Horizontal -Through hole angled socket strip, 1x22, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x22 2.54mm single row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_1x22_P2.54mm_Vertical -Through hole straight socket strip, 1x22, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x22 2.54mm single row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x22 2.54mm single row style1 pin1 left -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x22 2.54mm single row style2 pin1 right -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_1x23_P2.54mm_Horizontal -Through hole angled socket strip, 1x23, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x23 2.54mm single row -0 -23 -23 -Connector_PinSocket_2.54mm -PinSocket_1x23_P2.54mm_Vertical -Through hole straight socket strip, 1x23, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x23 2.54mm single row -0 -23 -23 -Connector_PinSocket_2.54mm -PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x23 2.54mm single row style1 pin1 left -0 -23 -23 -Connector_PinSocket_2.54mm -PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x23 2.54mm single row style2 pin1 right -0 -23 -23 -Connector_PinSocket_2.54mm -PinSocket_1x24_P2.54mm_Horizontal -Through hole angled socket strip, 1x24, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x24 2.54mm single row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_1x24_P2.54mm_Vertical -Through hole straight socket strip, 1x24, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x24 2.54mm single row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x24 2.54mm single row style1 pin1 left -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x24 2.54mm single row style2 pin1 right -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_1x25_P2.54mm_Horizontal -Through hole angled socket strip, 1x25, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x25 2.54mm single row -0 -25 -25 -Connector_PinSocket_2.54mm -PinSocket_1x25_P2.54mm_Vertical -Through hole straight socket strip, 1x25, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x25 2.54mm single row -0 -25 -25 -Connector_PinSocket_2.54mm -PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x25 2.54mm single row style1 pin1 left -0 -25 -25 -Connector_PinSocket_2.54mm -PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x25 2.54mm single row style2 pin1 right -0 -25 -25 -Connector_PinSocket_2.54mm -PinSocket_1x26_P2.54mm_Horizontal -Through hole angled socket strip, 1x26, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x26 2.54mm single row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_1x26_P2.54mm_Vertical -Through hole straight socket strip, 1x26, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x26 2.54mm single row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x26 2.54mm single row style1 pin1 left -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x26 2.54mm single row style2 pin1 right -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_1x27_P2.54mm_Horizontal -Through hole angled socket strip, 1x27, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x27 2.54mm single row -0 -27 -27 -Connector_PinSocket_2.54mm -PinSocket_1x27_P2.54mm_Vertical -Through hole straight socket strip, 1x27, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x27 2.54mm single row -0 -27 -27 -Connector_PinSocket_2.54mm -PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x27 2.54mm single row style1 pin1 left -0 -27 -27 -Connector_PinSocket_2.54mm -PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x27 2.54mm single row style2 pin1 right -0 -27 -27 -Connector_PinSocket_2.54mm -PinSocket_1x28_P2.54mm_Horizontal -Through hole angled socket strip, 1x28, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x28 2.54mm single row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_1x28_P2.54mm_Vertical -Through hole straight socket strip, 1x28, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x28 2.54mm single row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x28 2.54mm single row style1 pin1 left -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x28 2.54mm single row style2 pin1 right -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_1x29_P2.54mm_Horizontal -Through hole angled socket strip, 1x29, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x29 2.54mm single row -0 -29 -29 -Connector_PinSocket_2.54mm -PinSocket_1x29_P2.54mm_Vertical -Through hole straight socket strip, 1x29, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x29 2.54mm single row -0 -29 -29 -Connector_PinSocket_2.54mm -PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x29 2.54mm single row style1 pin1 left -0 -29 -29 -Connector_PinSocket_2.54mm -PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x29 2.54mm single row style2 pin1 right -0 -29 -29 -Connector_PinSocket_2.54mm -PinSocket_1x30_P2.54mm_Horizontal -Through hole angled socket strip, 1x30, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x30 2.54mm single row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_1x30_P2.54mm_Vertical -Through hole straight socket strip, 1x30, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x30 2.54mm single row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x30 2.54mm single row style1 pin1 left -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x30 2.54mm single row style2 pin1 right -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_1x31_P2.54mm_Horizontal -Through hole angled socket strip, 1x31, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x31 2.54mm single row -0 -31 -31 -Connector_PinSocket_2.54mm -PinSocket_1x31_P2.54mm_Vertical -Through hole straight socket strip, 1x31, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x31 2.54mm single row -0 -31 -31 -Connector_PinSocket_2.54mm -PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x31 2.54mm single row style1 pin1 left -0 -31 -31 -Connector_PinSocket_2.54mm -PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x31 2.54mm single row style2 pin1 right -0 -31 -31 -Connector_PinSocket_2.54mm -PinSocket_1x32_P2.54mm_Horizontal -Through hole angled socket strip, 1x32, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x32 2.54mm single row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_1x32_P2.54mm_Vertical -Through hole straight socket strip, 1x32, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x32 2.54mm single row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x32 2.54mm single row style1 pin1 left -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x32 2.54mm single row style2 pin1 right -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_1x33_P2.54mm_Horizontal -Through hole angled socket strip, 1x33, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x33 2.54mm single row -0 -33 -33 -Connector_PinSocket_2.54mm -PinSocket_1x33_P2.54mm_Vertical -Through hole straight socket strip, 1x33, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x33 2.54mm single row -0 -33 -33 -Connector_PinSocket_2.54mm -PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x33 2.54mm single row style1 pin1 left -0 -33 -33 -Connector_PinSocket_2.54mm -PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x33 2.54mm single row style2 pin1 right -0 -33 -33 -Connector_PinSocket_2.54mm -PinSocket_1x34_P2.54mm_Horizontal -Through hole angled socket strip, 1x34, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x34 2.54mm single row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_1x34_P2.54mm_Vertical -Through hole straight socket strip, 1x34, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x34 2.54mm single row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x34 2.54mm single row style1 pin1 left -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x34 2.54mm single row style2 pin1 right -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_1x35_P2.54mm_Horizontal -Through hole angled socket strip, 1x35, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x35 2.54mm single row -0 -35 -35 -Connector_PinSocket_2.54mm -PinSocket_1x35_P2.54mm_Vertical -Through hole straight socket strip, 1x35, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x35 2.54mm single row -0 -35 -35 -Connector_PinSocket_2.54mm -PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x35 2.54mm single row style1 pin1 left -0 -35 -35 -Connector_PinSocket_2.54mm -PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x35 2.54mm single row style2 pin1 right -0 -35 -35 -Connector_PinSocket_2.54mm -PinSocket_1x36_P2.54mm_Horizontal -Through hole angled socket strip, 1x36, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x36 2.54mm single row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_1x36_P2.54mm_Vertical -Through hole straight socket strip, 1x36, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x36 2.54mm single row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x36 2.54mm single row style1 pin1 left -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x36 2.54mm single row style2 pin1 right -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_1x37_P2.54mm_Horizontal -Through hole angled socket strip, 1x37, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x37 2.54mm single row -0 -37 -37 -Connector_PinSocket_2.54mm -PinSocket_1x37_P2.54mm_Vertical -Through hole straight socket strip, 1x37, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x37 2.54mm single row -0 -37 -37 -Connector_PinSocket_2.54mm -PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x37 2.54mm single row style1 pin1 left -0 -37 -37 -Connector_PinSocket_2.54mm -PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x37 2.54mm single row style2 pin1 right -0 -37 -37 -Connector_PinSocket_2.54mm -PinSocket_1x38_P2.54mm_Horizontal -Through hole angled socket strip, 1x38, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x38 2.54mm single row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_1x38_P2.54mm_Vertical -Through hole straight socket strip, 1x38, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x38 2.54mm single row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x38 2.54mm single row style1 pin1 left -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x38 2.54mm single row style2 pin1 right -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_1x39_P2.54mm_Horizontal -Through hole angled socket strip, 1x39, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x39 2.54mm single row -0 -39 -39 -Connector_PinSocket_2.54mm -PinSocket_1x39_P2.54mm_Vertical -Through hole straight socket strip, 1x39, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x39 2.54mm single row -0 -39 -39 -Connector_PinSocket_2.54mm -PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x39 2.54mm single row style1 pin1 left -0 -39 -39 -Connector_PinSocket_2.54mm -PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x39 2.54mm single row style2 pin1 right -0 -39 -39 -Connector_PinSocket_2.54mm -PinSocket_1x40_P2.54mm_Horizontal -Through hole angled socket strip, 1x40, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x40 2.54mm single row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_1x40_P2.54mm_Vertical -Through hole straight socket strip, 1x40, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x40 2.54mm single row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x40 2.54mm single row style1 pin1 left -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x40 2.54mm single row style2 pin1 right -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_2x01_P2.54mm_Horizontal -Through hole angled socket strip, 2x01, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x01 2.54mm double row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_2x01_P2.54mm_Vertical -Through hole straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x01 2.54mm double row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_2x01_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x01 2.54mm double row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_2x02_P2.54mm_Horizontal -Through hole angled socket strip, 2x02, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x02 2.54mm double row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_2x02_P2.54mm_Vertical -Through hole straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x02 2.54mm double row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_2x02_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x02 2.54mm double row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_2x03_P2.54mm_Horizontal -Through hole angled socket strip, 2x03, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x03 2.54mm double row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_2x03_P2.54mm_Vertical -Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x03 2.54mm double row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_2x03_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x03 2.54mm double row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_2x04_P2.54mm_Horizontal -Through hole angled socket strip, 2x04, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x04 2.54mm double row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_2x04_P2.54mm_Vertical -Through hole straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x04 2.54mm double row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_2x04_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x04 2.54mm double row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_2x05_P2.54mm_Horizontal -Through hole angled socket strip, 2x05, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x05 2.54mm double row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_2x05_P2.54mm_Vertical -Through hole straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x05 2.54mm double row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_2x05_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x05 2.54mm double row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_2x06_P2.54mm_Horizontal -Through hole angled socket strip, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x06 2.54mm double row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_2x06_P2.54mm_Vertical -Through hole straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x06 2.54mm double row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_2x06_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x06 2.54mm double row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_2x07_P2.54mm_Horizontal -Through hole angled socket strip, 2x07, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x07 2.54mm double row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_2x07_P2.54mm_Vertical -Through hole straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x07 2.54mm double row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_2x07_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x07 2.54mm double row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_2x08_P2.54mm_Horizontal -Through hole angled socket strip, 2x08, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x08 2.54mm double row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_2x08_P2.54mm_Vertical -Through hole straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x08 2.54mm double row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_2x08_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x08 2.54mm double row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_2x09_P2.54mm_Horizontal -Through hole angled socket strip, 2x09, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x09 2.54mm double row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_2x09_P2.54mm_Vertical -Through hole straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x09 2.54mm double row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_2x09_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x09 2.54mm double row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_2x10_P2.54mm_Horizontal -Through hole angled socket strip, 2x10, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x10 2.54mm double row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_2x10_P2.54mm_Vertical -Through hole straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x10 2.54mm double row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_2x10_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x10 2.54mm double row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_2x11_P2.54mm_Horizontal -Through hole angled socket strip, 2x11, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x11 2.54mm double row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_2x11_P2.54mm_Vertical -Through hole straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x11 2.54mm double row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_2x11_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x11 2.54mm double row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_2x12_P2.54mm_Horizontal -Through hole angled socket strip, 2x12, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x12 2.54mm double row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_2x12_P2.54mm_Vertical -Through hole straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x12 2.54mm double row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_2x12_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x12 2.54mm double row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_2x13_P2.54mm_Horizontal -Through hole angled socket strip, 2x13, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x13 2.54mm double row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_2x13_P2.54mm_Vertical -Through hole straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x13 2.54mm double row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_2x13_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x13 2.54mm double row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_2x14_P2.54mm_Horizontal -Through hole angled socket strip, 2x14, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x14 2.54mm double row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_2x14_P2.54mm_Vertical -Through hole straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x14 2.54mm double row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_2x14_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x14 2.54mm double row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_2x15_P2.54mm_Horizontal -Through hole angled socket strip, 2x15, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x15 2.54mm double row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_2x15_P2.54mm_Vertical -Through hole straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x15 2.54mm double row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_2x15_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x15 2.54mm double row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_2x16_P2.54mm_Horizontal -Through hole angled socket strip, 2x16, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x16 2.54mm double row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_2x16_P2.54mm_Vertical -Through hole straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x16 2.54mm double row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_2x16_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x16 2.54mm double row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_2x17_P2.54mm_Horizontal -Through hole angled socket strip, 2x17, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x17 2.54mm double row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_2x17_P2.54mm_Vertical -Through hole straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x17 2.54mm double row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_2x17_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x17 2.54mm double row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_2x18_P2.54mm_Horizontal -Through hole angled socket strip, 2x18, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x18 2.54mm double row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_2x18_P2.54mm_Vertical -Through hole straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x18 2.54mm double row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_2x18_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x18 2.54mm double row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_2x19_P2.54mm_Horizontal -Through hole angled socket strip, 2x19, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x19 2.54mm double row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_2x19_P2.54mm_Vertical -Through hole straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x19 2.54mm double row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_2x19_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x19 2.54mm double row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_2x20_P2.54mm_Horizontal -Through hole angled socket strip, 2x20, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x20 2.54mm double row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_2x20_P2.54mm_Vertical -Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x20 2.54mm double row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_2x20_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x20 2.54mm double row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_2x21_P2.54mm_Horizontal -Through hole angled socket strip, 2x21, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x21 2.54mm double row -0 -42 -42 -Connector_PinSocket_2.54mm -PinSocket_2x21_P2.54mm_Vertical -Through hole straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x21 2.54mm double row -0 -42 -42 -Connector_PinSocket_2.54mm -PinSocket_2x21_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x21 2.54mm double row -0 -42 -42 -Connector_PinSocket_2.54mm -PinSocket_2x22_P2.54mm_Horizontal -Through hole angled socket strip, 2x22, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x22 2.54mm double row -0 -44 -44 -Connector_PinSocket_2.54mm -PinSocket_2x22_P2.54mm_Vertical -Through hole straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x22 2.54mm double row -0 -44 -44 -Connector_PinSocket_2.54mm -PinSocket_2x22_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x22 2.54mm double row -0 -44 -44 -Connector_PinSocket_2.54mm -PinSocket_2x23_P2.54mm_Horizontal -Through hole angled socket strip, 2x23, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x23 2.54mm double row -0 -46 -46 -Connector_PinSocket_2.54mm -PinSocket_2x23_P2.54mm_Vertical -Through hole straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x23 2.54mm double row -0 -46 -46 -Connector_PinSocket_2.54mm -PinSocket_2x23_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x23 2.54mm double row -0 -46 -46 -Connector_PinSocket_2.54mm -PinSocket_2x24_P2.54mm_Horizontal -Through hole angled socket strip, 2x24, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x24 2.54mm double row -0 -48 -48 -Connector_PinSocket_2.54mm -PinSocket_2x24_P2.54mm_Vertical -Through hole straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x24 2.54mm double row -0 -48 -48 -Connector_PinSocket_2.54mm -PinSocket_2x24_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x24 2.54mm double row -0 -48 -48 -Connector_PinSocket_2.54mm -PinSocket_2x25_P2.54mm_Horizontal -Through hole angled socket strip, 2x25, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x25 2.54mm double row -0 -50 -50 -Connector_PinSocket_2.54mm -PinSocket_2x25_P2.54mm_Vertical -Through hole straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x25 2.54mm double row -0 -50 -50 -Connector_PinSocket_2.54mm -PinSocket_2x25_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x25 2.54mm double row -0 -50 -50 -Connector_PinSocket_2.54mm -PinSocket_2x26_P2.54mm_Horizontal -Through hole angled socket strip, 2x26, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x26 2.54mm double row -0 -52 -52 -Connector_PinSocket_2.54mm -PinSocket_2x26_P2.54mm_Vertical -Through hole straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x26 2.54mm double row -0 -52 -52 -Connector_PinSocket_2.54mm -PinSocket_2x26_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x26 2.54mm double row -0 -52 -52 -Connector_PinSocket_2.54mm -PinSocket_2x27_P2.54mm_Horizontal -Through hole angled socket strip, 2x27, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x27 2.54mm double row -0 -54 -54 -Connector_PinSocket_2.54mm -PinSocket_2x27_P2.54mm_Vertical -Through hole straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x27 2.54mm double row -0 -54 -54 -Connector_PinSocket_2.54mm -PinSocket_2x27_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x27 2.54mm double row -0 -54 -54 -Connector_PinSocket_2.54mm -PinSocket_2x28_P2.54mm_Horizontal -Through hole angled socket strip, 2x28, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x28 2.54mm double row -0 -56 -56 -Connector_PinSocket_2.54mm -PinSocket_2x28_P2.54mm_Vertical -Through hole straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x28 2.54mm double row -0 -56 -56 -Connector_PinSocket_2.54mm -PinSocket_2x28_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x28 2.54mm double row -0 -56 -56 -Connector_PinSocket_2.54mm -PinSocket_2x29_P2.54mm_Horizontal -Through hole angled socket strip, 2x29, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x29 2.54mm double row -0 -58 -58 -Connector_PinSocket_2.54mm -PinSocket_2x29_P2.54mm_Vertical -Through hole straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x29 2.54mm double row -0 -58 -58 -Connector_PinSocket_2.54mm -PinSocket_2x29_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x29 2.54mm double row -0 -58 -58 -Connector_PinSocket_2.54mm -PinSocket_2x30_P2.54mm_Horizontal -Through hole angled socket strip, 2x30, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x30 2.54mm double row -0 -60 -60 -Connector_PinSocket_2.54mm -PinSocket_2x30_P2.54mm_Vertical -Through hole straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x30 2.54mm double row -0 -60 -60 -Connector_PinSocket_2.54mm -PinSocket_2x30_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x30 2.54mm double row -0 -60 -60 -Connector_PinSocket_2.54mm -PinSocket_2x31_P2.54mm_Horizontal -Through hole angled socket strip, 2x31, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x31 2.54mm double row -0 -62 -62 -Connector_PinSocket_2.54mm -PinSocket_2x31_P2.54mm_Vertical -Through hole straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x31 2.54mm double row -0 -62 -62 -Connector_PinSocket_2.54mm -PinSocket_2x31_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x31 2.54mm double row -0 -62 -62 -Connector_PinSocket_2.54mm -PinSocket_2x32_P2.54mm_Horizontal -Through hole angled socket strip, 2x32, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x32 2.54mm double row -0 -64 -64 -Connector_PinSocket_2.54mm -PinSocket_2x32_P2.54mm_Vertical -Through hole straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x32 2.54mm double row -0 -64 -64 -Connector_PinSocket_2.54mm -PinSocket_2x32_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x32 2.54mm double row -0 -64 -64 -Connector_PinSocket_2.54mm -PinSocket_2x33_P2.54mm_Horizontal -Through hole angled socket strip, 2x33, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x33 2.54mm double row -0 -66 -66 -Connector_PinSocket_2.54mm -PinSocket_2x33_P2.54mm_Vertical -Through hole straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x33 2.54mm double row -0 -66 -66 -Connector_PinSocket_2.54mm -PinSocket_2x33_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x33 2.54mm double row -0 -66 -66 -Connector_PinSocket_2.54mm -PinSocket_2x34_P2.54mm_Horizontal -Through hole angled socket strip, 2x34, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x34 2.54mm double row -0 -68 -68 -Connector_PinSocket_2.54mm -PinSocket_2x34_P2.54mm_Vertical -Through hole straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x34 2.54mm double row -0 -68 -68 -Connector_PinSocket_2.54mm -PinSocket_2x34_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x34 2.54mm double row -0 -68 -68 -Connector_PinSocket_2.54mm -PinSocket_2x35_P2.54mm_Horizontal -Through hole angled socket strip, 2x35, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x35 2.54mm double row -0 -70 -70 -Connector_PinSocket_2.54mm -PinSocket_2x35_P2.54mm_Vertical -Through hole straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x35 2.54mm double row -0 -70 -70 -Connector_PinSocket_2.54mm -PinSocket_2x35_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x35 2.54mm double row -0 -70 -70 -Connector_PinSocket_2.54mm -PinSocket_2x36_P2.54mm_Horizontal -Through hole angled socket strip, 2x36, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x36 2.54mm double row -0 -72 -72 -Connector_PinSocket_2.54mm -PinSocket_2x36_P2.54mm_Vertical -Through hole straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x36 2.54mm double row -0 -72 -72 -Connector_PinSocket_2.54mm -PinSocket_2x36_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x36 2.54mm double row -0 -72 -72 -Connector_PinSocket_2.54mm -PinSocket_2x37_P2.54mm_Horizontal -Through hole angled socket strip, 2x37, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x37 2.54mm double row -0 -74 -74 -Connector_PinSocket_2.54mm -PinSocket_2x37_P2.54mm_Vertical -Through hole straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x37 2.54mm double row -0 -74 -74 -Connector_PinSocket_2.54mm -PinSocket_2x37_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x37 2.54mm double row -0 -74 -74 -Connector_PinSocket_2.54mm -PinSocket_2x38_P2.54mm_Horizontal -Through hole angled socket strip, 2x38, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x38 2.54mm double row -0 -76 -76 -Connector_PinSocket_2.54mm -PinSocket_2x38_P2.54mm_Vertical -Through hole straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x38 2.54mm double row -0 -76 -76 -Connector_PinSocket_2.54mm -PinSocket_2x38_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x38 2.54mm double row -0 -76 -76 -Connector_PinSocket_2.54mm -PinSocket_2x39_P2.54mm_Horizontal -Through hole angled socket strip, 2x39, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x39 2.54mm double row -0 -78 -78 -Connector_PinSocket_2.54mm -PinSocket_2x39_P2.54mm_Vertical -Through hole straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x39 2.54mm double row -0 -78 -78 -Connector_PinSocket_2.54mm -PinSocket_2x39_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x39 2.54mm double row -0 -78 -78 -Connector_PinSocket_2.54mm -PinSocket_2x40_P2.54mm_Horizontal -Through hole angled socket strip, 2x40, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x40 2.54mm double row -0 -80 -80 -Connector_PinSocket_2.54mm -PinSocket_2x40_P2.54mm_Vertical -Through hole straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x40 2.54mm double row -0 -80 -80 -Connector_PinSocket_2.54mm -PinSocket_2x40_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x40 2.54mm double row -0 -80 -80 -Resistor_THT -R_Array_SIP4 -4-pin Resistor SIP pack -R -0 -4 -4 -Resistor_THT -R_Array_SIP5 -5-pin Resistor SIP pack -R -0 -5 -5 -Resistor_THT -R_Array_SIP6 -6-pin Resistor SIP pack -R -0 -6 -6 -Resistor_THT -R_Array_SIP7 -7-pin Resistor SIP pack -R -0 -7 -7 -Resistor_THT -R_Array_SIP8 -8-pin Resistor SIP pack -R -0 -8 -8 -Resistor_THT -R_Array_SIP9 -9-pin Resistor SIP pack -R -0 -9 -9 -Resistor_THT -R_Array_SIP10 -10-pin Resistor SIP pack -R -0 -10 -10 -Resistor_THT -R_Array_SIP11 -11-pin Resistor SIP pack -R -0 -11 -11 -Resistor_THT -R_Array_SIP12 -12-pin Resistor SIP pack -R -0 -12 -12 -Resistor_THT -R_Array_SIP13 -13-pin Resistor SIP pack -R -0 -13 -13 -Resistor_THT -R_Array_SIP14 -14-pin Resistor SIP pack -R -0 -14 -14 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical -Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=1.9mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Vertical pin pitch 1.9mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical -Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal -Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical -Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal -Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical -Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical -Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=5.08mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Vertical pin pitch 5.08mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal -Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=7.62mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal -Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal -Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=15.24mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Horizontal pin pitch 15.24mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical -Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=2.54mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Vertical pin pitch 2.54mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical -Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=5.08mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Vertical pin pitch 5.08mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal -Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal -Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=15.24mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Horizontal pin pitch 15.24mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal -Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=20.32mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Horizontal pin pitch 20.32mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal -Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=25.4mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Horizontal pin pitch 25.4mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical -Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=5.08mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Vertical pin pitch 5.08mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical -Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=7.62mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Vertical pin pitch 7.62mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal -Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=12.7mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Horizontal pin pitch 12.7mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal -Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=15.24mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Horizontal pin pitch 15.24mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal -Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=20.32mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Horizontal pin pitch 20.32mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal -Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=25.4mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Horizontal pin pitch 25.4mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical -Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Vertical pin pitch 5.08mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical -Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Vertical pin pitch 7.62mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal -Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=15.24mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Horizontal pin pitch 15.24mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal -Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Horizontal pin pitch 20.32mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal -Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Horizontal pin pitch 25.4mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical -Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Vertical pin pitch 5.08mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical -Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Vertical pin pitch 7.62mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal -Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Horizontal pin pitch 20.32mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal -Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Horizontal pin pitch 25.4mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal -Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Horizontal pin pitch 30.48mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical -Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=5.08mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Vertical pin pitch 5.08mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical -Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=7.62mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Vertical pin pitch 7.62mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal -Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=15.24mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Horizontal pin pitch 15.24mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal -Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=20.32mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Horizontal pin pitch 20.32mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal -Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=25.4mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Horizontal pin pitch 25.4mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical -Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Vertical pin pitch 5.08mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical -Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Vertical pin pitch 7.62mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal -Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Horizontal pin pitch 20.32mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal -Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Horizontal pin pitch 25.4mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal -Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Horizontal pin pitch 30.48mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical -Resistor, Axial_DIN0918 series, Axial, Vertical, pin pitch=7.62mm, 4W, length*diameter=18*9mm^2 -Resistor Axial_DIN0918 series Axial Vertical pin pitch 7.62mm 4W length 18mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal -Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=22.86mm, 4W, length*diameter=18*9mm^2 -Resistor Axial_DIN0918 series Axial Horizontal pin pitch 22.86mm 4W length 18mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal -Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=25.4mm, 4W, length*diameter=18*9mm^2 -Resistor Axial_DIN0918 series Axial Horizontal pin pitch 25.4mm 4W length 18mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal -Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=30.48mm, 4W, length*diameter=18*9mm^2 -Resistor Axial_DIN0918 series Axial Horizontal pin pitch 30.48mm 4W length 18mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical -Resistor, Axial_DIN0922 series, Axial, Vertical, pin pitch=7.62mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0922 series Axial Vertical pin pitch 7.62mm 5W length 20mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal -Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=25.4mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0922 series Axial Horizontal pin pitch 25.4mm 5W length 20mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal -Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=30.48mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0922 series Axial Horizontal pin pitch 30.48mm 5W length 20mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P5.08mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=5.08mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 5.08mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P7.62mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P22.40mm -Resistor, Axial_Power series, Box, pin pitch=22.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 22.4mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P25.40mm -Resistor, Axial_Power series, Box, pin pitch=25.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 25.4mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P30.48mm -Resistor, Axial_Power series, Box, pin pitch=30.48mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 30.48mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W6.4mm_P27.94mm -Resistor, Axial_Power series, Box, pin pitch=27.94mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 27.94mm 5W length 25mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W6.4mm_P30.48mm -Resistor, Axial_Power series, Box, pin pitch=30.48mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 30.48mm 5W length 25mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W9.0mm_P7.62mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 7W length 25mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W9.0mm_P10.16mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 7W length 25mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W9.0mm_P27.94mm -Resistor, Axial_Power series, Box, pin pitch=27.94mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 27.94mm 7W length 25mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W9.0mm_P30.48mm -Resistor, Axial_Power series, Box, pin pitch=30.48mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 30.48mm 7W length 25mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L38.0mm_W6.4mm_P40.64mm -Resistor, Axial_Power series, Box, pin pitch=40.64mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 40.64mm 7W length 38mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L38.0mm_W6.4mm_P45.72mm -Resistor, Axial_Power series, Box, pin pitch=45.72mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 45.72mm 7W length 38mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L38.0mm_W9.0mm_P40.64mm -Resistor, Axial_Power series, Box, pin pitch=40.64mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 40.64mm 9W length 38mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L38.0mm_W9.0mm_P45.72mm -Resistor, Axial_Power series, Box, pin pitch=45.72mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 45.72mm 9W length 38mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L48.0mm_W12.5mm_P7.62mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 15W length 48mm width 12.5mm height 12.5mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L48.0mm_W12.5mm_P10.16mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 15W length 48mm width 12.5mm height 12.5mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L48.0mm_W12.5mm_P55.88mm -Resistor, Axial_Power series, Box, pin pitch=55.88mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 55.88mm 15W length 48mm width 12.5mm height 12.5mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L48.0mm_W12.5mm_P60.96mm -Resistor, Axial_Power series, Box, pin pitch=60.96mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 60.96mm 15W length 48mm width 12.5mm height 12.5mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L50.0mm_W9.0mm_P55.88mm -Resistor, Axial_Power series, Box, pin pitch=55.88mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 55.88mm 11W length 50mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L50.0mm_W9.0mm_P60.96mm -Resistor, Axial_Power series, Box, pin pitch=60.96mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 60.96mm 11W length 50mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L60.0mm_W14.0mm_P10.16mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 25W length 60mm width 14mm height 14mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L60.0mm_W14.0mm_P66.04mm -Resistor, Axial_Power series, Box, pin pitch=66.04mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 66.04mm 25W length 60mm width 14mm height 14mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L60.0mm_W14.0mm_P71.12mm -Resistor, Axial_Power series, Box, pin pitch=71.12mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 71.12mm 25W length 60mm width 14mm height 14mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L75.0mm_W9.0mm_P81.28mm -Resistor, Axial_Power series, Box, pin pitch=81.28mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 81.28mm 17W length 75mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L75.0mm_W9.0mm_P86.36mm -Resistor, Axial_Power series, Box, pin pitch=86.36mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 86.36mm 17W length 75mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Shunt_L22.2mm_W8.0mm_PS14.30mm_P25.40mm -Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 3W, length*width*height=22.2*8*8mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 25.4mm 3W length 22.2mm width 8mm height 8mm shunt pin pitch 14.30mm -0 -4 -4 -Resistor_THT -R_Axial_Shunt_L22.2mm_W9.5mm_PS14.30mm_P25.40mm -Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 5W, length*width*height=22.2*9.5*9.5mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 25.4mm 5W length 22.2mm width 9.5mm height 9.5mm shunt pin pitch 14.30mm -0 -4 -4 -Resistor_THT -R_Axial_Shunt_L35.3mm_W9.5mm_PS25.40mm_P38.10mm -Resistor, Axial_Shunt series, Box, pin pitch=38.1mm, 7W, length*width*height=35.3*9.5*9.5mm^3, shunt pin pitch = 25.40mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 38.1mm 7W length 35.3mm width 9.5mm height 9.5mm shunt pin pitch 25.40mm -0 -4 -4 -Resistor_THT -R_Axial_Shunt_L47.6mm_W9.5mm_PS34.93mm_P50.80mm -Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 10W, length*width*height=47.6*9.5*9.5mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 50.8mm 10W length 47.6mm width 9.5mm height 9.5mm shunt pin pitch 34.93mm -0 -4 -4 -Resistor_THT -R_Axial_Shunt_L47.6mm_W12.7mm_PS34.93mm_P50.80mm -Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 15W, length*width*height=47.6*12.7*12.7mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 50.8mm 15W length 47.6mm width 12.7mm height 12.7mm shunt pin pitch 34.93mm -0 -4 -4 -Resistor_THT -R_Bare_Metal_Element_L12.4mm_W4.8mm_P11.40mm -Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=11.4mm, 1W, length*width=12.4*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf -Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 11.4mm 1W length 12.4mm width 4.8mm -0 -2 -2 -Resistor_THT -R_Bare_Metal_Element_L16.3mm_W4.8mm_P15.30mm -Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=15.3mm, 3W, length*width=16.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf -Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 15.3mm 3W length 16.3mm width 4.8mm -0 -2 -2 -Resistor_THT -R_Bare_Metal_Element_L21.3mm_W4.8mm_P20.30mm -Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=20.3mm, 5W, length*width=21.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf -Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 20.3mm 5W length 21.3mm width 4.8mm -0 -2 -2 -Resistor_THT -R_Box_L8.4mm_W2.5mm_P5.08mm -Resistor, Box series, Radial, pin pitch=5.08mm, 0.5W = 1/2W, length*width=8.38*2.54mm^2, http://www.vishay.com/docs/60051/cns020.pdf -Resistor Box series Radial pin pitch 5.08mm 0.5W = 1/2W length 8.38mm width 2.54mm -0 -2 -2 -Resistor_THT -R_Box_L13.0mm_W4.0mm_P9.00mm -Resistor, Box series, Radial, pin pitch=9.00mm, 2W, length*width=13.0*4.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf -Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm -0 -2 -2 -Resistor_THT -R_Box_L14.0mm_W5.0mm_P9.00mm -Resistor, Box series, Radial, pin pitch=9.00mm, 5W, length*width=14.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf -Resistor Box series Radial pin pitch 9.00mm 5W length 14.0mm width 5.0mm -0 -2 -2 -Resistor_THT -R_Box_L26.0mm_W5.0mm_P20.00mm -Resistor, Box series, Radial, pin pitch=20.00mm, 10W, length*width=26.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf -Resistor Box series Radial pin pitch 20.00mm 10W length 26.0mm width 5.0mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L7.0mm_W8.0mm_Px2.40mm_Py2.30mm -Resistor, Radial_Power series, Radial, pin pitch=2.40*2.30mm^2, 7W, length*width=7*8mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf -Resistor Radial_Power series Radial pin pitch 2.40*2.30mm^2 7W length 7mm width 8mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L9.0mm_W10.0mm_Px2.70mm_Py2.30mm -Resistor, Radial_Power series, Radial, pin pitch=2.70*2.30mm^2, 17W, length*width=9*10mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf -Resistor Radial_Power series Radial pin pitch 2.70*2.30mm^2 17W length 9mm width 10mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L11.0mm_W7.0mm_P5.00mm -Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 2W, length*width=11.0*7.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf -Resistor Radial_Power series Radial pin pitch 5.00mm 2W length 11.0mm width 7.0mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L12.0mm_W8.0mm_P5.00mm -Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 3W, length*width=12.0*8.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf -Resistor Radial_Power series Radial pin pitch 5.00mm 3W length 12.0mm width 8.0mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L13.0mm_W9.0mm_P5.00mm -Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 7W, length*width=13.0*9.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf -Resistor Radial_Power series Radial pin pitch 5.00mm 7W length 13.0mm width 9.0mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L16.1mm_W9.0mm_P7.37mm -Resistor, Radial_Power series, Radial, pin pitch=7.37mm, 10W, length*width=16.1*9mm^2, http://www.vishay.com/docs/30218/cpcx.pdf -Resistor Radial_Power series Radial pin pitch 7.37mm 10W length 16.1mm width 9mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-2-5.08, 2 pins, pitch 5.08mm, size 10.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-2-5.08 pitch 5.08mm size 10.2x9.8mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-2, 2 pins, pitch 5mm, size 10x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-3-5.08_1x03_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-3-5.08, 3 pins, pitch 5.08mm, size 15.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-3-5.08 pitch 5.08mm size 15.2x9.8mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-3_1x03_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-3, 3 pins, pitch 5mm, size 15x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-3 pitch 5mm size 15x9.8mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-4-5.08_1x04_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-4-5.08, 4 pins, pitch 5.08mm, size 20.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-4-5.08 pitch 5.08mm size 20.3x9.8mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-5-5.08_1x05_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-5-5.08, 5 pins, pitch 5.08mm, size 25.4x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-5-5.08 pitch 5.08mm size 25.4x9.8mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-5_1x05_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-5, 5 pins, pitch 5mm, size 25x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-5 pitch 5mm size 25x9.8mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-6-5.08_1x06_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-6-5.08, 6 pins, pitch 5.08mm, size 30.5x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-6-5.08 pitch 5.08mm size 30.5x9.8mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-6_1x06_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-6, 6 pins, pitch 5mm, size 30x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-6 pitch 5mm size 30x9.8mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-7-5.08_1x07_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-7-5.08, 7 pins, pitch 5.08mm, size 35.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-7-5.08 pitch 5.08mm size 35.6x9.8mm^2 drill 1.3mm pad 2.6mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-7_1x07_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-7, 7 pins, pitch 5mm, size 35x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-7 pitch 5mm size 35x9.8mm^2 drill 1.3mm pad 2.6mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-8-5.08_1x08_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-8-5.08, 8 pins, pitch 5.08mm, size 40.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-8-5.08 pitch 5.08mm size 40.6x9.8mm^2 drill 1.3mm pad 2.6mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-8_1x08_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-8, 8 pins, pitch 5mm, size 40x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-8 pitch 5mm size 40x9.8mm^2 drill 1.3mm pad 2.6mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-9-5.08_1x09_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-9-5.08, 9 pins, pitch 5.08mm, size 45.7x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-9-5.08 pitch 5.08mm size 45.7x9.8mm^2 drill 1.3mm pad 2.6mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-9_1x09_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-9, 9 pins, pitch 5mm, size 45x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-9 pitch 5mm size 45x9.8mm^2 drill 1.3mm pad 2.6mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-10-5.08_1x10_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-10-5.08, 10 pins, pitch 5.08mm, size 50.8x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-10-5.08 pitch 5.08mm size 50.8x9.8mm^2 drill 1.3mm pad 2.6mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-10_1x10_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-10, 10 pins, pitch 5mm, size 50x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-10 pitch 5mm size 50x9.8mm^2 drill 1.3mm pad 2.6mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-11-5.08_1x11_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-11-5.08, 11 pins, pitch 5.08mm, size 55.9x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-11-5.08 pitch 5.08mm size 55.9x9.8mm^2 drill 1.3mm pad 2.6mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-11_1x11_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-11, 11 pins, pitch 5mm, size 55x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-11 pitch 5mm size 55x9.8mm^2 drill 1.3mm pad 2.6mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-12-5.08_1x12_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-12-5.08, 12 pins, pitch 5.08mm, size 61x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-12-5.08 pitch 5.08mm size 61x9.8mm^2 drill 1.3mm pad 2.6mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-12_1x12_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-12, 12 pins, pitch 5mm, size 60x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-12 pitch 5mm size 60x9.8mm^2 drill 1.3mm pad 2.6mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-13-5.08_1x13_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-13-5.08, 13 pins, pitch 5.08mm, size 66x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-13-5.08 pitch 5.08mm size 66x9.8mm^2 drill 1.3mm pad 2.6mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-13_1x13_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-13, 13 pins, pitch 5mm, size 65x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-13 pitch 5mm size 65x9.8mm^2 drill 1.3mm pad 2.6mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-14-5.08_1x14_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-14-5.08, 14 pins, pitch 5.08mm, size 71.1x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-14-5.08 pitch 5.08mm size 71.1x9.8mm^2 drill 1.3mm pad 2.6mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-14_1x14_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-14, 14 pins, pitch 5mm, size 70x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-14 pitch 5mm size 70x9.8mm^2 drill 1.3mm pad 2.6mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-15-5.08_1x15_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-15-5.08, 15 pins, pitch 5.08mm, size 76.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-15-5.08 pitch 5.08mm size 76.2x9.8mm^2 drill 1.3mm pad 2.6mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-15_1x15_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-15, 15 pins, pitch 5mm, size 75x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-15 pitch 5mm size 75x9.8mm^2 drill 1.3mm pad 2.6mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-16-5.08_1x16_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-16-5.08, 16 pins, pitch 5.08mm, size 81.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-16-5.08 pitch 5.08mm size 81.3x9.8mm^2 drill 1.3mm pad 2.6mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-16_1x16_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-16, 16 pins, pitch 5mm, size 80x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-16 pitch 5mm size 80x9.8mm^2 drill 1.3mm pad 2.6mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-2-5.08_1x02_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-2-5.08, 2 pins, pitch 5.08mm, size 10.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-2-5.08 pitch 5.08mm size 10.2x11.2mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-3-5.08_1x03_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-3-5.08, 3 pins, pitch 5.08mm, size 15.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-4-5.08_1x04_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-4-5.08, 4 pins, pitch 5.08mm, size 20.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-4-5.08 pitch 5.08mm size 20.3x11.2mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-5-5.08_1x05_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-5-5.08, 5 pins, pitch 5.08mm, size 25.4x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-5-5.08 pitch 5.08mm size 25.4x11.2mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-6-5.08_1x06_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-6-5.08, 6 pins, pitch 5.08mm, size 30.5x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-6-5.08 pitch 5.08mm size 30.5x11.2mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-7-5.08_1x07_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-7-5.08, 7 pins, pitch 5.08mm, size 35.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-7-5.08 pitch 5.08mm size 35.6x11.2mm^2 drill 1.3mm pad 2.6mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-8-5.08_1x08_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-8-5.08, 8 pins, pitch 5.08mm, size 40.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-8-5.08 pitch 5.08mm size 40.6x11.2mm^2 drill 1.3mm pad 2.6mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-9-5.08_1x09_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-9-5.08, 9 pins, pitch 5.08mm, size 45.7x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-9-5.08 pitch 5.08mm size 45.7x11.2mm^2 drill 1.3mm pad 2.6mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-10-5.08_1x10_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-10-5.08, 10 pins, pitch 5.08mm, size 50.8x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-10-5.08 pitch 5.08mm size 50.8x11.2mm^2 drill 1.3mm pad 2.6mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-11-5.08_1x11_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-11-5.08, 11 pins, pitch 5.08mm, size 55.9x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-11-5.08 pitch 5.08mm size 55.9x11.2mm^2 drill 1.3mm pad 2.6mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-12-5.08_1x12_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-12-5.08, 12 pins, pitch 5.08mm, size 61x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-12-5.08 pitch 5.08mm size 61x11.2mm^2 drill 1.3mm pad 2.6mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-13-5.08_1x13_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-13-5.08, 13 pins, pitch 5.08mm, size 66x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-13-5.08 pitch 5.08mm size 66x11.2mm^2 drill 1.3mm pad 2.6mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-14-5.08_1x14_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-14-5.08, 14 pins, pitch 5.08mm, size 71.1x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-14-5.08 pitch 5.08mm size 71.1x11.2mm^2 drill 1.3mm pad 2.6mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-15-5.08_1x15_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-15-5.08, 15 pins, pitch 5.08mm, size 76.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-15-5.08 pitch 5.08mm size 76.2x11.2mm^2 drill 1.3mm pad 2.6mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-16-5.08_1x16_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-16-5.08, 16 pins, pitch 5.08mm, size 81.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-16-5.08 pitch 5.08mm size 81.3x11.2mm^2 drill 1.3mm pad 2.6mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-2-2.54_1x02_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-2-2.54, 2 pins, pitch 2.54mm, size 5.54x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-2-2.54 pitch 2.54mm size 5.54x6.2mm^2 drill 1.1mm pad 2.2mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-3-2.54_1x03_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-3-2.54, 3 pins, pitch 2.54mm, size 8.08x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-3-2.54 pitch 2.54mm size 8.08x6.2mm^2 drill 1.1mm pad 2.2mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-4-2.54_1x04_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-4-2.54, 4 pins, pitch 2.54mm, size 10.6x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-4-2.54 pitch 2.54mm size 10.6x6.2mm^2 drill 1.1mm pad 2.2mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-5-2.54_1x05_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-5-2.54, 5 pins, pitch 2.54mm, size 13.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-5-2.54 pitch 2.54mm size 13.2x6.2mm^2 drill 1.1mm pad 2.2mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-6-2.54_1x06_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-6-2.54, 6 pins, pitch 2.54mm, size 15.7x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-6-2.54 pitch 2.54mm size 15.7x6.2mm^2 drill 1.1mm pad 2.2mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-7-2.54_1x07_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-7-2.54, 7 pins, pitch 2.54mm, size 18.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-7-2.54 pitch 2.54mm size 18.2x6.2mm^2 drill 1.1mm pad 2.2mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-8-2.54_1x08_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-8-2.54, 8 pins, pitch 2.54mm, size 20.8x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-8-2.54 pitch 2.54mm size 20.8x6.2mm^2 drill 1.1mm pad 2.2mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-9-2.54_1x09_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-9-2.54, 9 pins, pitch 2.54mm, size 23.3x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-9-2.54 pitch 2.54mm size 23.3x6.2mm^2 drill 1.1mm pad 2.2mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-10-2.54_1x10_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-10-2.54, 10 pins, pitch 2.54mm, size 25.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-10-2.54 pitch 2.54mm size 25.9x6.2mm^2 drill 1.1mm pad 2.2mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-11-2.54_1x11_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-11-2.54, 11 pins, pitch 2.54mm, size 28.4x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-11-2.54 pitch 2.54mm size 28.4x6.2mm^2 drill 1.1mm pad 2.2mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-12-2.54_1x12_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-12-2.54, 12 pins, pitch 2.54mm, size 30.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-12-2.54 pitch 2.54mm size 30.9x6.2mm^2 drill 1.1mm pad 2.2mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-2-3.5-H, 2 pins, pitch 3.5mm, size 7x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-2-5.0-H_1x02_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-2-5.0-H, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-2-5.0-H pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-3-3.5-H_1x03_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-3-3.5-H, 3 pins, pitch 3.5mm, size 10.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-3-3.5-H pitch 3.5mm size 10.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-3-5.0-H_1x03_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-3-5.0-H, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-3-5.0-H pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-4-3.5-H_1x04_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-4-3.5-H, 4 pins, pitch 3.5mm, size 14x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-4-3.5-H pitch 3.5mm size 14x7.6mm^2 drill 1.2mm pad 2.4mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-4-5.0-H_1x04_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-4-5.0-H, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-4-5.0-H pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-5-3.5-H_1x05_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-5-3.5-H, 5 pins, pitch 3.5mm, size 17.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-5-3.5-H pitch 3.5mm size 17.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-5-5.0-H_1x05_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-5-5.0-H, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-5-5.0-H pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-6-3.5-H_1x06_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-6-3.5-H, 6 pins, pitch 3.5mm, size 21x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-6-3.5-H pitch 3.5mm size 21x7.6mm^2 drill 1.2mm pad 2.4mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-6-5.0-H_1x06_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-6-5.0-H, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-6-5.0-H pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-7-3.5-H_1x07_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-7-3.5-H, 7 pins, pitch 3.5mm, size 24.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-7-3.5-H pitch 3.5mm size 24.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-7-5.0-H_1x07_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-7-5.0-H, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-7-5.0-H pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.6mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-8-3.5-H_1x08_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-8-3.5-H, 8 pins, pitch 3.5mm, size 28x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-8-3.5-H pitch 3.5mm size 28x7.6mm^2 drill 1.2mm pad 2.4mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-8-5.0-H_1x08_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-8-5.0-H, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-8-5.0-H pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.6mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-9-3.5-H_1x09_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-9-3.5-H, 9 pins, pitch 3.5mm, size 31.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-9-3.5-H pitch 3.5mm size 31.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-9-5.0-H_1x09_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-9-5.0-H, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-9-5.0-H pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.6mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-10-3.5-H_1x10_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-10-3.5-H, 10 pins, pitch 3.5mm, size 35x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-10-3.5-H pitch 3.5mm size 35x7.6mm^2 drill 1.2mm pad 2.4mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-10-5.0-H_1x10_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-10-5.0-H, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-10-5.0-H pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.6mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-11-3.5-H_1x11_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-11-3.5-H, 11 pins, pitch 3.5mm, size 38.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-11-3.5-H pitch 3.5mm size 38.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-11-5.0-H_1x11_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-11-5.0-H, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-11-5.0-H pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.6mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-12-3.5-H_1x12_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-12-3.5-H, 12 pins, pitch 3.5mm, size 42x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-12-3.5-H pitch 3.5mm size 42x7.6mm^2 drill 1.2mm pad 2.4mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-12-5.0-H_1x12_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-12-5.0-H, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-12-5.0-H pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.6mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-13-3.5-H_1x13_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-13-3.5-H, 13 pins, pitch 3.5mm, size 45.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-13-3.5-H pitch 3.5mm size 45.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-13-5.0-H_1x13_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-13-5.0-H, 13 pins, pitch 5mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-13-5.0-H pitch 5mm size 65x9mm^2 drill 1.3mm pad 2.6mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-14-3.5-H_1x14_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-14-3.5-H, 14 pins, pitch 3.5mm, size 49x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-14-3.5-H pitch 3.5mm size 49x7.6mm^2 drill 1.2mm pad 2.4mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-14-5.0-H_1x14_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-14-5.0-H, 14 pins, pitch 5mm, size 70x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-14-5.0-H pitch 5mm size 70x9mm^2 drill 1.3mm pad 2.6mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-15-3.5-H_1x15_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-15-3.5-H, 15 pins, pitch 3.5mm, size 52.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-15-3.5-H pitch 3.5mm size 52.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-15-5.0-H_1x15_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-15-5.0-H, 15 pins, pitch 5mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-15-5.0-H pitch 5mm size 75x9mm^2 drill 1.3mm pad 2.6mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-16-3.5-H_1x16_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-16-3.5-H, 16 pins, pitch 3.5mm, size 56x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-16-3.5-H pitch 3.5mm size 56x7.6mm^2 drill 1.2mm pad 2.4mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-16-5.0-H_1x16_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-16-5.0-H, 16 pins, pitch 5mm, size 80x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-16-5.0-H pitch 5mm size 80x9mm^2 drill 1.3mm pad 2.6mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-2-2,5-V-SMD_1x02-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 2 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814702/pdf -PhoenixContact PTSM0.5 2 2.5mm vertical SMD spring clamp terminal block connector -0 -4 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-2-2.5-H-THR_1x02_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR, 2 pins, pitch 2.5mm, size 7.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR pitch 2.5mm size 7.2x10mm^2 drill 1.2mm pad 3mm -0 -4 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-2-2.5-V-THR_1x02_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR, vertical (cable from top), 2 pins, pitch 2.5mm, size 5.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR vertical pitch 2.5mm size 5.5x5mm^2 drill 1.2mm pad 2mm -0 -4 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-2-HV-2.5-SMD_1x02-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 2 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778696/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -4 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-3-2,5-V-SMD_1x03-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 3 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814715/pdf -PhoenixContact PTSM0.5 3 2.5mm vertical SMD spring clamp terminal block connector -0 -5 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-3-2.5-H-THR_1x03_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR, 3 pins, pitch 2.5mm, size 9.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR pitch 2.5mm size 9.7x10mm^2 drill 1.2mm pad 3mm -0 -6 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-3-2.5-V-THR_1x03_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR, vertical (cable from top), 3 pins, pitch 2.5mm, size 8x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR vertical pitch 2.5mm size 8x5mm^2 drill 1.2mm pad 2mm -0 -6 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-3-HV-2.5-SMD_1x03-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 3 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778706/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -5 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-4-2,5-V-SMD_1x04-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 4 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814728/pdf -PhoenixContact PTSM0.5 4 2.5mm vertical SMD spring clamp terminal block connector -0 -6 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-4-2.5-H-THR_1x04_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR, 4 pins, pitch 2.5mm, size 12.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR pitch 2.5mm size 12.2x10mm^2 drill 1.2mm pad 3mm -0 -8 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-4-2.5-V-THR_1x04_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR, vertical (cable from top), 4 pins, pitch 2.5mm, size 10.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR vertical pitch 2.5mm size 10.5x5mm^2 drill 1.2mm pad 2mm -0 -8 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-4-HV-2.5-SMD_1x04-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 4 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778719/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -4 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-5-2,5-V-SMD_1x05-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 5 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814731/pdf -PhoenixContact PTSM0.5 5 2.5mm vertical SMD spring clamp terminal block connector -0 -7 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-5-2.5-H-THR_1x05_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR, 5 pins, pitch 2.5mm, size 14.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR pitch 2.5mm size 14.7x10mm^2 drill 1.2mm pad 3mm -0 -10 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-5-2.5-V-THR_1x05_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR, vertical (cable from top), 5 pins, pitch 2.5mm, size 13x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR vertical pitch 2.5mm size 13x5mm^2 drill 1.2mm pad 2mm -0 -10 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-5-HV-2.5-SMD_1x05-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 5 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778722/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -7 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-6-2,5-V-SMD_1x06-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 6 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814744/pdf -PhoenixContact PTSM0.5 6 2.5mm vertical SMD spring clamp terminal block connector -0 -8 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-6-2.5-H-THR_1x06_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR, 6 pins, pitch 2.5mm, size 17.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR pitch 2.5mm size 17.2x10mm^2 drill 1.2mm pad 3mm -0 -12 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-6-2.5-V-THR_1x06_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR, vertical (cable from top), 6 pins, pitch 2.5mm, size 15.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR vertical pitch 2.5mm size 15.5x5mm^2 drill 1.2mm pad 2mm -0 -12 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-6-HV-2.5-SMD_1x06-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 6 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778735/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -8 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-7-2,5-V-SMD_1x07-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 7 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814757/pdf -PhoenixContact PTSM0.5 7 2.5mm vertical SMD spring clamp terminal block connector -0 -9 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-7-2.5-H-THR_1x07_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR, 7 pins, pitch 2.5mm, size 19.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR pitch 2.5mm size 19.7x10mm^2 drill 1.2mm pad 3mm -0 -14 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-7-2.5-V-THR_1x07_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR, vertical (cable from top), 7 pins, pitch 2.5mm, size 18x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR vertical pitch 2.5mm size 18x5mm^2 drill 1.2mm pad 2mm -0 -14 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-7-HV-2.5-SMD_1x07-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 7 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778748/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -9 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-8-2,5-V-SMD_1x08-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 8 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814760/pdf -PhoenixContact PTSM0.5 8 2.5mm vertical SMD spring clamp terminal block connector -0 -10 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-8-2.5-H-THR_1x08_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR, 8 pins, pitch 2.5mm, size 22.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR pitch 2.5mm size 22.2x10mm^2 drill 1.2mm pad 3mm -0 -16 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-8-2.5-V-THR_1x08_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR, vertical (cable from top), 8 pins, pitch 2.5mm, size 20.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR vertical pitch 2.5mm size 20.5x5mm^2 drill 1.2mm pad 2mm -0 -16 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-8-HV-2.5-SMD_1x08-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 8 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778751/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -10 -9 -scrapeboard_footprint_library -scrapeboard_logo_footprint - - -0 -0 -0 diff --git a/kicad/scrapeboard_hat_uno/fp-lib-table b/kicad/scrapeboard_hat_uno/fp-lib-table deleted file mode 100644 index 9fcbacd..0000000 --- a/kicad/scrapeboard_hat_uno/fp-lib-table +++ /dev/null @@ -1,7 +0,0 @@ -(fp_lib_table - (lib (name "Connector_PinHeader_2.54mm")(type "KiCad")(uri "${KIPRJMOD}/../footprints/Connector_PinHeader_2.54mm.pretty")(options "")(descr "")) - (lib (name "Connector_PinSocket_2.54mm")(type "KiCad")(uri "${KIPRJMOD}/../footprints/Connector_PinSocket_2.54mm.pretty")(options "")(descr "")) - (lib (name "Resistor_THT")(type "KiCad")(uri "${KIPRJMOD}/../footprints/Resistor_THT.pretty")(options "")(descr "")) - (lib (name "scrapeboard_footprint_library")(type "KiCad")(uri "${KIPRJMOD}/../footprints/scrapeboard_footprint_library.pretty")(options "")(descr "")) - (lib (name "TerminalBlock_Phoenix")(type "KiCad")(uri "${KIPRJMOD}/../footprints/TerminalBlock_Phoenix.pretty")(options "")(descr "")) -) diff --git a/kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_pcb b/kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_pcb deleted file mode 100644 index 884f39b..0000000 --- a/kicad/scrapeboard_hat_uno/scrapeboard_hat_uno.kicad_pcb +++ /dev/null @@ -1,2510 +0,0 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - (50 "User.1" user) - (51 "User.2" user) - (52 "User.3" user) - (53 "User.4" user) - (54 "User.5" user) - (55 "User.6" user) - (56 "User.7" user) - (57 "User.8" user) - (58 "User.9" user) - ) - - (setup - (stackup - (layer "F.SilkS" (type "Top Silk Screen")) - (layer "F.Paste" (type "Top Solder Paste")) - (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) - (layer "F.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "B.Cu" (type "copper") (thickness 0.035)) - (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) - (layer "B.Paste" (type "Bottom Solder Paste")) - (layer "B.SilkS" (type "Bottom Silk Screen")) - (copper_finish "None") - (dielectric_constraints no) - ) - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "/PIN2") - (net 2 "/PIN3") - (net 3 "/PIN4") - (net 4 "/PIN5") - (net 5 "Net-(J1-Pin_4)") - (net 6 "Net-(J1-Pin_3)") - (net 7 "Net-(J1-Pin_2)") - (net 8 "Net-(J1-Pin_1)") - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 7c5b6f06-71bb-4b63-8f00-4caeff978e15) - (at 130.065492 81.436367 55) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "scrapeboardhat_uno.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/f90bc9d3-bcde-459d-92d9-f6c2f8dbb148") - (attr through_hole) - (fp_text reference "R5" (at -2.98 0.28 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ebe0b62e-c6ba-4095-8e19-bcec847c2fe4) - ) - (fp_text value "4.7K" (at -3.38 -0.12 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 38279ad8-c7a7-46a5-b318-775e08c3fd78) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1161501-d4da-4a46-8e2c-0fa792c9e0e8)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1011945-9ea7-4d93-8d6a-2f6ab73f0b74)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29844901-d5f9-4605-bdde-8560a14d2c63)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca8ba85e-5f14-4fed-9fae-b78707befc61)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a3d8f04-a7d1-4ff3-9a89-6845fa58d1af)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e82b797f-92d3-4f82-a932-6fa1e041391a)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe164dcd-9686-45c3-ad6a-e39cf6a735e8)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b889e319-f7e0-4d61-9c3c-006eaebe50cc)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b713a3d-37bb-452f-8bff-4365acd2d677)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1ff1c48-c126-431a-8487-f959588c7217)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c92274f-33fa-4951-a4f8-8620d66b63ca)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd5e0967-14b4-4a82-a5f4-a620c6f23c0e)) - (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 6 "Net-(J1-Pin_3)") (pintype "passive") (tstamp f7234deb-4e43-43a0-b6f2-c97c40c5142e)) - (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 3 "/PIN4") (pintype "passive") (tstamp bfe5d521-5a28-4795-850e-23af6668f76a)) - (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp a97a9cab-f3fb-4118-8d2c-f7207e014202) - (at 130.065492 90.530367 55) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "scrapeboardhat_uno.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/692ab5a4-bfca-4d07-af0a-e1d873fc6777") - (attr through_hole) - (fp_text reference "R7" (at -2.98 -0.02 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d4c9ee5d-4e05-4d08-8ebb-b274c10b2b70) - ) - (fp_text value "4.7K" (at -3.38 -0.020001 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8a89ba95-743e-4532-86a2-155d5ecbad46) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c1e8137-cf17-4f16-93c4-ece2d5076ff2)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f45e4032-c708-43b4-86ba-809f11099f05)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61d40975-ce24-4c8b-b747-a0e9bc7cf5da)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9886ff8-1c46-4c70-810f-a636ef8df17e)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffd88a37-024a-4e8c-bb86-feebe44be9d6)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b257638-74e9-425a-9391-b17f117343bb)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2cfc875-9009-4d82-ac0d-079dd7d91ac5)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9361d18f-a586-4518-bf75-f1e1660ac983)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c546946-56c7-4571-9313-25a65ddfa894)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d87a178-ce8b-4704-8408-e2f7169de91c)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 770070da-4528-4858-bd43-841736401883)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49590025-3181-4492-94a1-fecfb728a951)) - (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "Net-(J1-Pin_1)") (pintype "passive") (tstamp a902a78d-3296-4105-8f44-3ddf63b643cc)) - (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "/PIN2") (pintype "passive") (tstamp a0708f63-2fff-4c8f-9ab6-4412f111fb38)) - (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp b7c0ea4b-1f5a-4582-9106-e567b1a9accd) - (at 130.065492 85.983367 55) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "scrapeboardhat_uno.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/0111c824-1332-4ce4-9b62-513acee8652a") - (attr through_hole) - (fp_text reference "R6" (at -2.98 0.13 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 55904af6-2e41-49a0-bb42-51eba672a575) - ) - (fp_text value "4.7K" (at -3.38 -0.07 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3aea1c6e-f1a5-498c-9647-5eaba1fd7b88) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c9359db-46e6-407f-9e19-01f729e05b3e)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fa065fb-cfce-48b7-8b58-081c59946c3f)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0045a3ba-d4ee-47ec-8059-3b598fe63c05)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58a3ef44-b81a-47dd-9eb8-9866ad97cd92)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a798068-8892-4ff1-99a3-ed46b3dffa61)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 374354e6-d9a7-4210-bc3a-957c3b4d53fd)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d2b8da5-9db2-4dc4-a75f-fc1ae399b4e1)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7ccf37a-bebd-48ac-a732-5b051227036b)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f70778ed-0867-4954-8585-e857d1ba7bf4)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d7baeca-e771-4679-8773-60e2accbadb3)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6020523-81e4-4047-9ccb-055435d09bb8)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef82a572-a95e-4762-9737-ceb4bee662d8)) - (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "Net-(J1-Pin_2)") (pintype "passive") (tstamp c0ac30b3-8c5c-4b4d-9336-804ee999e3eb)) - (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "/PIN3") (pintype "passive") (tstamp 9e80a14a-d893-42ca-9506-cec7b3a9d2ea)) - (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu") - (tstamp d8899309-14e5-4247-a58b-48ba6afa4e2e) - (at 136.435342 82.65865) - (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x04 2.54mm single row") - (property "Sheetfile" "scrapeboardhat_uno.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/b61ae372-5cc8-455a-b68f-975e70a349db") - (attr through_hole) - (fp_text reference "J3" (at 0 -2.33) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d91a2b81-9df0-4ec1-8a3d-bd187395cc8a) - ) - (fp_text value "ARDUINO_HEADER" (at 3.508886 9.939495) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b634c48-4a8c-45d9-bbc5-e89397be6dc6) - ) - (fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 108a31cd-e4d0-46d1-8199-54429202d095) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e447ca0-f66e-4394-b831-72be70d8035f)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b4399cf-e762-4082-8878-2eec76b8dba2)) - (fp_line (start -1.33 1.27) (end -1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b02075d6-3169-4a12-8f47-483f2a91b3a1)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86378ec8-4a67-494f-8a6b-6f7b43209146)) - (fp_line (start -1.33 8.95) (end 1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92b6c907-eff1-400b-be04-5303d5d4c526)) - (fp_line (start 1.33 1.27) (end 1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2140fe24-4e56-4676-9c48-496e0b61bc04)) - (fp_line (start -1.8 -1.8) (end -1.8 9.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45c81e48-14b4-4dfb-9631-fa9722be620e)) - (fp_line (start -1.8 9.4) (end 1.8 9.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de295e92-d21a-4f75-916a-b4267e413330)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ddca11d8-c2db-4eab-b8e9-7ba47be475c8)) - (fp_line (start 1.8 9.4) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5fd1df4-739b-408e-b066-2208569f3640)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bb575b7-5d5b-426c-8e30-fdf0da6af56d)) - (fp_line (start -1.27 8.89) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66793d8c-c589-44c9-9bd7-1bf68671cf5b)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33558d49-3f26-4a8d-9c07-8567062b0cb2)) - (fp_line (start 1.27 -1.27) (end 1.27 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2dc313f-edfe-4cd3-ace6-a3a0229a7eba)) - (fp_line (start 1.27 8.89) (end -1.27 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e52a5d82-8d70-47be-a961-9de06a68ae58)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "/PIN5") (pinfunction "Pin_1") (pintype "passive") (tstamp 981e9e3b-bcee-4698-b01c-171771ec5a42)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "/PIN4") (pinfunction "Pin_2") (pintype "passive") (tstamp 4432baf1-b400-4554-9dc6-8712c09ce2d2)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "/PIN3") (pinfunction "Pin_3") (pintype "passive") (tstamp 7d682b98-8a16-4035-8df6-bea41db5c20f)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "/PIN2") (pinfunction "Pin_4") (pintype "passive") (tstamp 4e7b20cf-46fe-412f-9a3e-28584e126eb0)) - (model "../3dmodels/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp ebcae6ef-82a4-467d-8914-7bf9ad4c946b) - (at 130.065492 76.762367 55) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "scrapeboardhat_uno.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/e1aaf9d1-3988-433f-8a79-2a9a6e0691a1") - (attr through_hole) - (fp_text reference "R4" (at 2.54 -1.92 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c951b50-706f-4950-a21a-b010eda63bc0) - ) - (fp_text value "4.7K" (at -3.46 0.03 55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 25901685-8998-4577-81a0-0cb8305fc4b8) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bde9660-e794-4266-9036-f19d9e946a3e)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f5161eb-2a10-4324-9075-6449d3d11463)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c11c4d77-10b4-439c-8860-eb4e0ae5be42)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24058a86-455e-4f38-b097-b16b06f59953)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b3bda30-0a6e-4d0f-82d7-23641d045c0a)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da52539f-5321-48c3-948d-364fc07fc312)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c908119-d771-449a-aa2b-6d7d6a67e3b9)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db674e35-508a-43cb-bc79-31aadf661838)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1684a3e4-0c1a-490f-8916-39a772c85b35)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2dc11ea7-6788-4c09-b0bc-fec2ede423bc)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d9f46c2-52de-4296-9ee7-afca936f10dc)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21b2522b-b758-4e54-b270-b4929149f2de)) - (pad "1" thru_hole circle (at 0 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 5 "Net-(J1-Pin_4)") (pintype "passive") (tstamp 51889ab1-2192-4fee-baff-40122fc3f572)) - (pad "2" thru_hole oval (at 5.08 0 55) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 4 "/PIN5") (pintype "passive") (tstamp cbfa3b31-881e-4aca-92e5-eda0060f7fc9)) - (model "../3dmodels/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "scrapeboard_footprint_library:scrapeboard_logo_footprint" (layer "B.Cu") - (tstamp d4cbcfd4-cfb4-41e9-8ab1-68fc268c8092) - (at 135.15013 75.420942 180) - (attr board_only exclude_from_pos_files exclude_from_bom) - (fp_text reference "G***" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) - (tstamp 957e830d-10b9-4d4e-aa68-36fdf5e609fb) - ) - (fp_text value "LOGO" (at 0.75 0) (layer "B.SilkS") hide - (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) - (tstamp 6984930a-9971-4bf2-93da-830f51945414) - ) - (fp_poly - (pts - (xy -2.357806 0.401899) - (xy -2.366737 0.392968) - (xy -2.375668 0.401899) - (xy -2.366737 0.41083) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp c89a6338-25ff-4990-8005-d34556911f60)) - (fp_poly - (pts - (xy -2.286357 0.187553) - (xy -2.295288 0.178622) - (xy -2.304219 0.187553) - (xy -2.295288 0.196484) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 47d4c271-f213-492d-aaef-9db389ea928e)) - (fp_poly - (pts - (xy -1.571871 3.420605) - (xy -1.580802 3.411674) - (xy -1.589733 3.420605) - (xy -1.580802 3.429536) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp ed0c9663-8793-4628-b65a-94791ca9a37d)) - (fp_poly - (pts - (xy -0.500141 -3.22412) - (xy -0.509072 -3.233052) - (xy -0.518003 -3.22412) - (xy -0.509072 -3.215189) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp fabcc18b-4242-4641-9cfb-df3109b3909c)) - (fp_poly - (pts - (xy -0.500141 -2.902601) - (xy -0.509072 -2.911533) - (xy -0.518003 -2.902601) - (xy -0.509072 -2.89367) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 59aa88ec-f385-4c2c-abb8-ad78e881284e)) - (fp_poly - (pts - (xy -0.482278 -3.259845) - (xy -0.49121 -3.268776) - (xy -0.500141 -3.259845) - (xy -0.49121 -3.250914) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 602deb88-0457-498a-8b07-398bf4907108)) - (fp_poly - (pts - (xy -0.357243 -3.331293) - (xy -0.366174 -3.340225) - (xy -0.375105 -3.331293) - (xy -0.366174 -3.322362) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 903d81be-84bd-48cc-bc33-cf8a52e1036a)) - (fp_poly - (pts - (xy 0.053587 0.437624) - (xy 0.044655 0.428692) - (xy 0.035724 0.437624) - (xy 0.044655 0.446555) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 3a7335b5-b088-4901-9955-4d3c46508c46)) - (fp_poly - (pts - (xy 0.107173 -3.438466) - (xy 0.098242 -3.447398) - (xy 0.089311 -3.438466) - (xy 0.098242 -3.429535) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp f8fd8b61-674b-4b4a-9383-2700ccef9101)) - (fp_poly - (pts - (xy 0.589451 0.366175) - (xy 0.58052 0.357244) - (xy 0.571589 0.366175) - (xy 0.58052 0.375106) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 292a8d70-f26d-4b16-85cb-305eaa2cc081)) - (fp_poly - (pts - (xy 0.6609 -0.384036) - (xy 0.651969 -0.392967) - (xy 0.643038 -0.384036) - (xy 0.651969 -0.375105) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 80c8643f-d875-4a4b-ae3f-bc9b0cfa7fa8)) - (fp_poly - (pts - (xy 1.73263 -0.919901) - (xy 1.723699 -0.928832) - (xy 1.714768 -0.919901) - (xy 1.723699 -0.91097) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 7f641bd6-8e58-405b-a4cf-af5f7dc42fa4)) - (fp_poly - (pts - (xy 1.73263 -0.562658) - (xy 1.723699 -0.571589) - (xy 1.714768 -0.562658) - (xy 1.723699 -0.553727) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 89db3a99-4658-466d-9423-97f1244035c3)) - (fp_poly - (pts - (xy 1.768354 -0.794866) - (xy 1.759423 -0.803797) - (xy 1.750492 -0.794866) - (xy 1.759423 -0.785935) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp dc6c3957-3c8c-46ba-ae92-b71bea79edbe)) - (fp_poly - (pts - (xy 2.000563 -0.455485) - (xy 1.991632 -0.464416) - (xy 1.9827 -0.455485) - (xy 1.991632 -0.446554) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp cfcd46bd-43d2-4ca0-9eeb-097229ecb48b)) - (fp_poly - (pts - (xy 2.607876 2.259564) - (xy 2.598945 2.250633) - (xy 2.590014 2.259564) - (xy 2.598945 2.268496) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 2690140d-c4f9-41f6-b110-b5a6304d20a9)) - (fp_poly - (pts - (xy 2.750774 2.402462) - (xy 2.741842 2.393531) - (xy 2.732911 2.402462) - (xy 2.741842 2.411393) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 53bb6fdd-e0bd-4079-b153-df7e7372ca14)) - (fp_poly - (pts - (xy 3.000844 -2.813291) - (xy 2.991913 -2.822222) - (xy 2.982982 -2.813291) - (xy 2.991913 -2.80436) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 7537dda0-eae2-43fe-bb61-9df9b3183195)) - (fp_poly - (pts - (xy -1.809739 0.396317) - (xy -1.80761 0.368401) - (xy -1.811149 0.362081) - (xy -1.819268 0.367409) - (xy -1.820531 0.385526) - (xy -1.816168 0.404585) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 65ac7bff-b406-4d75-b9f5-14379675aa43)) - (fp_poly - (pts - (xy -0.362904 -1.63997) - (xy -0.360774 -1.667886) - (xy -0.364314 -1.674205) - (xy -0.372432 -1.668878) - (xy -0.373695 -1.650761) - (xy -0.369333 -1.631702) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp fb70a972-2cf3-4750-a5b9-f94e7b4285d6)) - (fp_poly - (pts - (xy 1.26226 -1.524238) - (xy 1.259808 -1.534857) - (xy 1.250352 -1.536146) - (xy 1.235649 -1.52961) - (xy 1.238444 -1.524238) - (xy 1.259642 -1.5221) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 6f4c0653-1cd4-4bd7-a6ec-a5ee549d9ea0)) - (fp_poly - (pts - (xy 2.351852 1.047914) - (xy 2.3494 1.037295) - (xy 2.339944 1.036006) - (xy 2.325241 1.042542) - (xy 2.328036 1.047914) - (xy 2.349234 1.050052) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 83bd6d24-1697-4977-8e3e-a27d91c740a2)) - (fp_poly - (pts - (xy -0.837341 -2.667268) - (xy -0.825508 -2.696866) - (xy -0.826747 -2.708228) - (xy -0.838931 -2.70186) - (xy -0.846246 -2.687565) - (xy -0.856366 -2.653648) - (xy -0.852211 -2.646881) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 578b242e-ab68-484c-8e65-3a39a70c1fb0)) - (fp_poly - (pts - (xy 1.783457 -0.668125) - (xy 1.802633 -0.68611) - (xy 1.798699 -0.69645) - (xy 1.796202 -0.696624) - (xy 1.781094 -0.683937) - (xy 1.77558 -0.676002) - (xy 1.773475 -0.663779) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 7d1bdd98-6ecc-4325-b1f7-5052b7716f47)) - (fp_poly - (pts - (xy 0.40908 0.572226) - (xy 0.431327 0.52759) - (xy 0.439133 0.499982) - (xy 0.454756 0.451849) - (xy 0.472091 0.422002) - (xy 0.479323 0.417529) - (xy 0.512559 0.413562) - (xy 0.516255 0.413063) - (xy 0.535764 0.393691) - (xy 0.556365 0.344785) - (xy 0.576776 0.272455) - (xy 0.595715 0.182814) - (xy 0.611899 0.081973) - (xy 0.624046 -0.023959) - (xy 0.630873 -0.128868) - (xy 0.631051 -0.133966) - (xy 0.643353 -0.17268) - (xy 0.656476 -0.188023) - (xy 0.66975 -0.214368) - (xy 0.66567 -0.246575) - (xy 0.647659 -0.266825) - (xy 0.641127 -0.267932) - (xy 0.62904 -0.283271) - (xy 0.62466 -0.321241) - (xy 0.6272 -0.369773) - (xy 0.635877 -0.416799) - (xy 0.649904 -0.450248) - (xy 0.653245 -0.454209) - (xy 0.668727 -0.476607) - (xy 0.659989 -0.482278) - (xy 0.649449 -0.490145) - (xy 0.663179 -0.511976) - (xy 0.677965 -0.537042) - (xy 0.665444 -0.549163) - (xy 0.665366 -0.549189) - (xy 0.646885 -0.570957) - (xy 0.643038 -0.591994) - (xy 0.650158 -0.615741) - (xy 0.6609 -0.616244) - (xy 0.67736 -0.61766) - (xy 0.678762 -0.624121) - (xy 0.664888 -0.64205) - (xy 0.658412 -0.643037) - (xy 0.646665 -0.657907) - (xy 0.645854 -0.703914) - (xy 0.648708 -0.732925) - (xy 0.652308 -0.786302) - (xy 0.64775 -0.811653) - (xy 0.642265 -0.81225) - (xy 0.632066 -0.821608) - (xy 0.626098 -0.859629) - (xy 0.625176 -0.889645) - (xy 0.613187 -0.972982) - (xy 0.579474 -1.03629) - (xy 0.527415 -1.073775) - (xy 0.515581 -1.077538) - (xy 0.487341 -1.076841) - (xy 0.452814 -1.057635) - (xy 0.438398 -1.044936) - (xy 0.518003 -1.044936) - (xy 0.526934 -1.053867) - (xy 0.535865 -1.044936) - (xy 0.526934 -1.036005) - (xy 0.518003 -1.044936) - (xy 0.438398 -1.044936) - (xy 0.405218 -1.015709) - (xy 0.387108 -0.997802) - (xy 0.338994 -0.946079) - (xy 0.316877 -0.912979) - (xy 0.318604 -0.895133) - (xy 0.320533 -0.893717) - (xy 0.333334 -0.879404) - (xy 0.322375 -0.872554) - (xy 0.316156 -0.85603) - (xy 0.338216 -0.823003) - (xy 0.365106 -0.785587) - (xy 0.377338 -0.756408) - (xy 0.381739 -0.703923) - (xy 0.384846 -0.651511) - (xy 0.386962 -0.590298) - (xy 0.388393 -0.511407) - (xy 0.389442 -0.405963) - (xy 0.389474 -0.401898) - (xy 0.388867 -0.312587) - (xy 0.41083 -0.312587) - (xy 0.419761 -0.321519) - (xy 0.428692 -0.312587) - (xy 0.419761 -0.303656) - (xy 0.41083 -0.312587) - (xy 0.388867 -0.312587) - (xy 0.388677 -0.284538) - (xy 0.384846 -0.165122) - (xy 0.378487 -0.050061) - (xy 0.370106 0.054233) - (xy 0.360208 0.141348) - (xy 0.349299 0.204874) - (xy 0.339119 0.236432) - (xy 0.329789 0.270145) - (xy 0.323407 0.326234) - (xy 0.321519 0.380234) - (xy 0.32683 0.464779) - (xy 0.340955 0.529014) - (xy 0.361181 0.570175) - (xy 0.384794 0.5855) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp fd4dfd83-b9be-40a1-a112-7bc2085c5a15)) - (fp_poly - (pts - (xy -0.173573 0.568483) - (xy -0.16465 0.520465) - (xy -0.164817 0.476507) - (xy -0.165982 0.422019) - (xy -0.160518 0.395212) - (xy -0.146204 0.388313) - (xy -0.139779 0.388976) - (xy -0.111494 0.386608) - (xy -0.09768 0.364397) - (xy -0.097183 0.31747) - (xy -0.107072 0.250626) - (xy -0.116998 0.178166) - (xy -0.114921 0.129933) - (xy -0.106137 0.105238) - (xy -0.095276 0.078998) - (xy -0.105391 0.079279) - (xy -0.124155 0.08185) - (xy -0.126548 0.076969) - (xy -0.128411 0.053016) - (xy -0.131859 0.003914) - (xy -0.136155 -0.059841) - (xy -0.136275 -0.061645) - (xy -0.142352 -0.126497) - (xy -0.150432 -0.177742) - (xy -0.158779 -0.204408) - (xy -0.15888 -0.204542) - (xy -0.164832 -0.23044) - (xy -0.16806 -0.28276) - (xy -0.168813 -0.352322) - (xy -0.167338 -0.429949) - (xy -0.163885 -0.50646) - (xy -0.1587 -0.572678) - (xy -0.152033 -0.619424) - (xy -0.147253 -0.63462) - (xy -0.141789 -0.670261) - (xy -0.147036 -0.728427) - (xy -0.160494 -0.798451) - (xy -0.179662 -0.869666) - (xy -0.202039 -0.931406) - (xy -0.225127 -0.973005) - (xy -0.227128 -0.975367) - (xy -0.250462 -1.00474) - (xy -0.249335 -1.016558) - (xy -0.236215 -1.018143) - (xy -0.217849 -1.023576) - (xy -0.22724 -1.038182) - (xy -0.24041 -1.068279) - (xy -0.238717 -1.080532) - (xy -0.245099 -1.104745) - (xy -0.258903 -1.113875) - (xy -0.27819 -1.115804) - (xy -0.2775 -1.108483) - (xy -0.277951 -1.087431) - (xy -0.301537 -1.077751) - (xy -0.32771 -1.082081) - (xy -0.346423 -1.103649) - (xy -0.345273 -1.117863) - (xy -0.341798 -1.140547) - (xy -0.35945 -1.134856) - (xy -0.39784 -1.100931) - (xy -0.401914 -1.096884) - (xy -0.431213 -1.062228) - (xy -0.434924 -1.038018) - (xy -0.426992 -1.025026) - (xy -0.415331 -1.006828) - (xy -0.431045 -1.009168) - (xy -0.432873 -1.009861) - (xy -0.447201 -1.009663) - (xy -0.45615 -0.99145) - (xy -0.459432 -0.964556) - (xy -0.25007 -0.964556) - (xy -0.243535 -0.979259) - (xy -0.238162 -0.976465) - (xy -0.236024 -0.955266) - (xy -0.238162 -0.952648) - (xy -0.248781 -0.9551) - (xy -0.25007 -0.964556) - (xy -0.459432 -0.964556) - (xy -0.46133 -0.948999) - (xy -0.463959 -0.8897) - (xy -0.467797 -0.706453) - (xy -0.467799 -0.651969) - (xy -0.446554 -0.651969) - (xy -0.437623 -0.6609) - (xy -0.428692 -0.651969) - (xy -0.437623 -0.643037) - (xy -0.446554 -0.651969) - (xy -0.467799 -0.651969) - (xy -0.467801 -0.562658) - (xy -0.464416 -0.562658) - (xy -0.455485 -0.571589) - (xy -0.446554 -0.562658) - (xy -0.455485 -0.553727) - (xy -0.464416 -0.562658) - (xy -0.467801 -0.562658) - (xy -0.467802 -0.539356) - (xy -0.464091 -0.393429) - (xy -0.456782 -0.273688) - (xy -0.447599 -0.194786) - (xy -0.434748 -0.118088) - (xy -0.422435 -0.062069) - (xy -0.406272 -0.01203) - (xy -0.381871 0.046733) - (xy -0.362799 0.089311) - (xy -0.331914 0.166023) - (xy -0.301484 0.25565) - (xy -0.275716 0.344486) - (xy -0.258814 0.418823) - (xy -0.255926 0.437624) - (xy -0.247217 0.501361) - (xy -0.239315 0.539379) - (xy -0.229572 0.561516) - (xy -0.219294 0.573787) - (xy -0.192333 0.587231) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 99d79506-3639-41d7-920a-1c334668619b)) - (fp_poly - (pts - (xy 2.715311 3.435338) - (xy 2.724136 3.429284) - (xy 2.728592 3.405754) - (xy 2.732393 3.357774) - (xy 2.735183 3.296618) - (xy 2.736603 3.233559) - (xy 2.736299 3.179872) - (xy 2.733912 3.14683) - (xy 2.73317 3.143742) - (xy 2.729854 3.121658) - (xy 2.72543 3.078907) - (xy 2.724662 3.070316) - (xy 2.717417 3.015199) - (xy 2.707534 2.969634) - (xy 2.706957 2.967762) - (xy 2.694149 2.919582) - (xy 2.686251 2.88213) - (xy 2.672507 2.831851) - (xy 2.659145 2.80003) - (xy 2.640028 2.752194) - (xy 2.63358 2.72688) - (xy 2.626117 2.686607) - (xy 2.615294 2.628648) - (xy 2.60978 2.599236) - (xy 2.602023 2.544956) - (xy 2.600745 2.505072) - (xy 2.603231 2.493769) - (xy 2.601391 2.485988) - (xy 2.592774 2.490067) - (xy 2.574002 2.488118) - (xy 2.569919 2.474965) - (xy 2.566593 2.441801) - (xy 2.565454 2.433569) - (xy 2.555983 2.413867) - (xy 2.531715 2.369779) - (xy 2.496187 2.30758) - (xy 2.452938 2.233545) - (xy 2.447117 2.223689) - (xy 2.403397 2.147845) - (xy 2.367587 2.082067) - (xy 2.343111 2.032914) - (xy 2.333392 2.006948) - (xy 2.333377 2.005729) - (xy 2.325618 1.988076) - (xy 2.31966 1.987867) - (xy 2.308152 1.983608) - (xy 2.291586 1.963588) - (xy 2.267583 1.923808) - (xy 2.233769 1.860267) - (xy 2.187765 1.768966) - (xy 2.178608 1.750493) - (xy 2.133401 1.675916) - (xy 2.070111 1.59332) - (xy 1.996796 1.51141) - (xy 1.921517 1.438894) - (xy 1.852331 1.384477) - (xy 1.824231 1.367641) - (xy 1.786959 1.343901) - (xy 1.76872 1.323521) - (xy 1.768354 1.321342) - (xy 1.754021 1.30559) - (xy 1.743472 1.303939) - (xy 1.715322 1.289647) - (xy 1.709273 1.279659) - (xy 1.690184 1.262329) - (xy 1.645736 1.234241) - (xy 1.58301 1.199599) - (xy 1.52465 1.170098) - (xy 1.41524 1.117254) - (xy 1.331029 1.078184) - (xy 1.265241 1.050723) - (xy 1.211105 1.032707) - (xy 1.161845 1.02197) - (xy 1.110687 1.016349) - (xy 1.050859 1.013678) - (xy 1.033713 1.013217) - (xy 0.954275 1.012301) - (xy 0.899001 1.015797) - (xy 0.856402 1.025823) - (xy 0.814991 1.044497) - (xy 0.790665 1.058011) - (xy 0.737918 1.092394) - (xy 0.711148 1.122912) - (xy 0.702887 1.156252) - (xy 0.698905 1.242571) - (xy 0.697933 1.315057) - (xy 0.700909 1.381658) - (xy 0.708768 1.450324) - (xy 0.722447 1.529004) - (xy 0.742881 1.625648) - (xy 0.771007 1.748206) - (xy 0.774222 1.761952) - (xy 0.807924 1.885083) - (xy 0.851419 2.012881) - (xy 0.901294 2.137444) - (xy 0.954136 2.250873) - (xy 1.006529 2.345267) - (xy 1.055061 2.412726) - (xy 1.055803 2.413561) - (xy 1.087411 2.451399) - (xy 1.105667 2.477966) - (xy 1.107454 2.482979) - (xy 1.120132 2.504474) - (xy 1.154698 2.544185) - (xy 1.20595 2.597041) - (xy 1.268684 2.657971) - (xy 1.337699 2.721903) - (xy 1.407792 2.783766) - (xy 1.464698 2.831229) - (xy 1.529103 2.883563) - (xy 1.584682 2.929471) - (xy 1.624537 2.963211) - (xy 1.64013 2.977246) - (xy 1.677777 2.997847) - (xy 1.696906 3.000844) - (xy 1.73802 3.012958) - (xy 1.753682 3.024392) - (xy 1.809497 3.072956) - (xy 1.880575 3.124707) - (xy 1.958807 3.174846) - (xy 2.036088 3.21858) - (xy 2.10431 3.251113) - (xy 2.155366 3.267648) - (xy 2.166808 3.268777) - (xy 2.198344 3.278146) - (xy 2.224331 3.29261) - (xy 2.262253 3.310855) - (xy 2.318579 3.330153) - (xy 2.348875 3.338393) - (xy 2.462682 3.367492) - (xy 2.543505 3.390713) - (xy 2.59044 3.407785) - (xy 2.598945 3.412429) - (xy 2.637137 3.429396) - (xy 2.681053 3.437723) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 3b1b6d2a-424e-4ee4-a469-651ed0ccd1c4)) - (fp_poly - (pts - (xy -2.773101 3.616039) - (xy -2.74111 3.611134) - (xy -2.736279 3.610391) - (xy -2.713232 3.597816) - (xy -2.687099 3.576899) - (xy -2.653919 3.553413) - (xy -2.600612 3.52218) - (xy -2.536441 3.487887) - (xy -2.470669 3.455218) - (xy -2.412556 3.42886) - (xy -2.371366 3.413498) - (xy -2.359976 3.411406) - (xy -2.333735 3.404892) - (xy -2.283172 3.387152) - (xy -2.216704 3.361257) - (xy -2.172423 3.34297) - (xy -2.082761 3.305289) - (xy -2.018384 3.279118) - (xy -1.971649 3.262124) - (xy -1.934908 3.251973) - (xy -1.900515 3.24633) - (xy -1.860826 3.242862) - (xy -1.839803 3.24143) - (xy -1.766489 3.232198) - (xy -1.693345 3.216392) - (xy -1.665398 3.207846) - (xy -1.617849 3.191487) - (xy -1.586259 3.181511) - (xy -1.580553 3.180171) - (xy -1.567405 3.17839) - (xy -1.548668 3.176208) - (xy -1.50571 3.171816) - (xy -1.473629 3.168668) - (xy -1.400593 3.155147) - (xy -1.307193 3.128752) - (xy -1.20444 3.093549) - (xy -1.103349 3.053604) - (xy -1.014932 3.012982) - (xy -0.950203 2.97575) - (xy -0.949227 2.975069) - (xy -0.898759 2.940313) - (xy -0.856334 2.912195) - (xy -0.84093 2.902602) - (xy -0.812164 2.882475) - (xy -0.766173 2.846974) - (xy -0.713616 2.804361) - (xy -0.5456 2.650815) - (xy -0.410758 2.495668) - (xy -0.306584 2.335523) - (xy -0.230572 2.166986) - (xy -0.219368 2.134529) - (xy -0.196995 2.058721) - (xy -0.174574 1.969373) - (xy -0.15422 1.876627) - (xy -0.13805 1.790628) - (xy -0.128182 1.721516) - (xy -0.126166 1.687975) - (xy -0.12633 1.654119) - (xy -0.12625 1.59547) - (xy -0.125948 1.522955) - (xy -0.125812 1.499473) - (xy -0.136352 1.337793) - (xy -0.171259 1.19682) - (xy -0.232252 1.069637) - (xy -0.232636 1.069006) - (xy -0.259005 1.021573) - (xy -0.273317 0.987293) - (xy -0.2738 0.976379) - (xy -0.273462 0.953505) - (xy -0.290239 0.913228) - (xy -0.318152 0.865403) - (xy -0.351225 0.819885) - (xy -0.383481 0.786529) - (xy -0.393021 0.779815) - (xy -0.452093 0.75796) - (xy -0.519323 0.751348) - (xy -0.577492 0.761126) - (xy -0.589451 0.766748) - (xy -0.61988 0.777155) - (xy -0.674062 0.789667) - (xy -0.740346 0.801599) - (xy -0.74128 0.801745) - (xy -0.830491 0.816019) - (xy -0.891182 0.826859) - (xy -0.930199 0.83589) - (xy -0.954386 0.844732) - (xy -0.970589 0.85501) - (xy -0.972488 0.856555) - (xy -0.997165 0.867252) - (xy -1.005051 0.864523) - (xy -1.019116 0.86058) - (xy -1.043484 0.87126) - (xy -1.082303 0.899434) - (xy -1.139725 0.947971) - (xy -1.188646 0.991489) - (xy -1.289146 1.083135) - (xy -1.364732 1.155254) - (xy -1.418121 1.210961) - (xy -1.452028 1.253372) - (xy -1.46917 1.285605) - (xy -1.472263 1.310775) - (xy -1.471309 1.315751) - (xy -1.469347 1.347329) - (xy -1.478003 1.357525) - (xy -1.495374 1.371317) - (xy -1.526411 1.407984) - (xy -1.565287 1.460467) - (xy -1.577509 1.478095) - (xy -1.631945 1.555717) - (xy -1.693712 1.640686) - (xy -1.746241 1.710418) - (xy -1.776251 1.750408) - (xy -1.806758 1.793987) - (xy -1.840503 1.8456) - (xy -1.880228 1.909689) - (xy -1.928675 1.990696) - (xy -1.988586 2.093064) - (xy -2.062703 2.221237) - (xy -2.07963 2.250633) - (xy -2.10137 2.291032) - (xy -2.130946 2.349204) - (xy -2.154176 2.396528) - (xy -2.191701 2.464265) - (xy -2.235706 2.529693) - (xy -2.262552 2.562747) - (xy -2.297253 2.604333) - (xy -2.317418 2.635211) - (xy -1.336144 2.635211) - (xy -1.334049 2.616761) - (xy -1.314588 2.591797) - (xy -1.28979 2.574105) - (xy -1.28112 2.572152) - (xy -1.277753 2.583012) - (xy -1.295106 2.607986) - (xy -1.321515 2.631401) - (xy -1.336144 2.635211) - (xy -2.317418 2.635211) - (xy -2.318708 2.637187) - (xy -2.322082 2.647375) - (xy -2.332173 2.672732) - (xy -2.357483 2.712824) - (xy -2.369104 2.728672) - (xy -2.401528 2.776674) - (xy -2.440686 2.842384) - (xy -2.476738 2.90898) - (xy -2.517885 2.981471) - (xy -2.575386 3.072031) - (xy -2.642764 3.17125) - (xy -2.713543 3.26972) - (xy -2.781245 3.35803) - (xy -2.810008 3.393167) - (xy -2.836954 3.438467) - (xy -2.768636 3.438467) - (xy -2.759705 3.429536) - (xy -2.750774 3.438467) - (xy -2.759705 3.447399) - (xy -2.768636 3.438467) - (xy -2.836954 3.438467) - (xy -2.843155 3.448891) - (xy -2.856479 3.507234) - (xy -2.851324 3.56007) - (xy -2.829035 3.599276) - (xy -2.790958 3.616728) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 013b905b-f9a5-493e-8aaf-19b01f42bfec)) - (fp_poly - (pts - (xy -0.900567 -2.374596) - (xy -0.873502 -2.397194) - (xy -0.846951 -2.42764) - (xy -0.83103 -2.454966) - (xy -0.830823 -2.465354) - (xy -0.824541 -2.482193) - (xy -0.810773 -2.490051) - (xy -0.791009 -2.512559) - (xy -0.792808 -2.528574) - (xy -0.793975 -2.546888) - (xy -0.785731 -2.545232) - (xy -0.770609 -2.5494) - (xy -0.768073 -2.562166) - (xy -0.759035 -2.58661) - (xy -0.750772 -2.590014) - (xy -0.741474 -2.603313) - (xy -0.744876 -2.619737) - (xy -0.747393 -2.639899) - (xy -0.735384 -2.636545) - (xy -0.717472 -2.637852) - (xy -0.714487 -2.651477) - (xy -0.706232 -2.675932) - (xy -0.698708 -2.679324) - (xy -0.68287 -2.694099) - (xy -0.667233 -2.727386) - (xy -0.658814 -2.762627) - (xy -0.658968 -2.773101) - (xy -0.64635 -2.784949) - (xy -0.634107 -2.786497) - (xy -0.612558 -2.802025) - (xy -0.607314 -2.831153) - (xy -0.601281 -2.864723) - (xy -0.589691 -2.875808) - (xy -0.571745 -2.890925) - (xy -0.549518 -2.928134) - (xy -0.528709 -2.975227) - (xy -0.515014 -3.019994) - (xy -0.51259 -3.041033) - (xy -0.501809 -3.067447) - (xy -0.488883 -3.072292) - (xy -0.467234 -3.08664) - (xy -0.464416 -3.099085) - (xy -0.454214 -3.122847) - (xy -0.4455 -3.125879) - (xy -0.435621 -3.137159) - (xy -0.439329 -3.146501) - (xy -0.441428 -3.158837) - (xy -0.432895 -3.15527) - (xy -0.409829 -3.15946) - (xy -0.372914 -3.183504) - (xy -0.351992 -3.201631) - (xy -0.311169 -3.239706) - (xy -0.284085 -3.260377) - (xy -0.258021 -3.270242) - (xy -0.220256 -3.275902) - (xy -0.205415 -3.277685) - (xy -0.070426 -3.29358) - (xy 0.031521 -3.304438) - (xy 0.102729 -3.310417) - (xy 0.145499 -3.311672) - (xy 0.162134 -3.30836) - (xy 0.157949 -3.302385) - (xy 0.145308 -3.29006) - (xy 0.164062 -3.286912) - (xy 0.202164 -3.280074) - (xy 0.244442 -3.265891) - (xy 0.284224 -3.251993) - (xy 0.308122 -3.248029) - (xy 0.321045 -3.237459) - (xy 0.321519 -3.232789) - (xy 0.335639 -3.211947) - (xy 0.369117 -3.186354) - (xy 0.408629 -3.164127) - (xy 0.4162 -3.161603) - (xy 0.571589 -3.161603) - (xy 0.578125 -3.176305) - (xy 0.583497 -3.173511) - (xy 0.585635 -3.152313) - (xy 0.583497 -3.149695) - (xy 0.572878 -3.152147) - (xy 0.571589 -3.161603) - (xy 0.4162 -3.161603) - (xy 0.440853 -3.153384) - (xy 0.449758 -3.154652) - (xy 0.462354 -3.148713) - (xy 0.464416 -3.135709) - (xy 0.47837 -3.100302) - (xy 0.498996 -3.072292) - (xy 0.526934 -3.072292) - (xy 0.52835 -3.088752) - (xy 0.534811 -3.090154) - (xy 0.553 -3.077188) - (xy 0.553727 -3.072292) - (xy 0.547633 -3.054894) - (xy 0.54585 -3.05443) - (xy 0.5306 -3.066947) - (xy 0.526934 -3.072292) - (xy 0.498996 -3.072292) - (xy 0.519556 -3.044372) - (xy 0.586966 -2.96927) - (xy 0.595046 -2.960824) - (xy 0.623316 -2.925672) - (xy 0.656004 -2.876932) - (xy 0.6876 -2.824088) - (xy 0.712595 -2.776627) - (xy 0.725479 -2.744033) - (xy 0.72557 -2.73612) - (xy 0.729484 -2.715475) - (xy 0.751298 -2.696386) - (xy 0.774971 -2.691562) - (xy 0.778978 -2.693795) - (xy 0.782041 -2.692415) - (xy 0.771082 -2.676449) - (xy 0.758801 -2.646625) - (xy 0.767206 -2.635205) - (xy 0.784438 -2.633312) - (xy 0.786002 -2.63808) - (xy 0.793979 -2.634158) - (xy 0.813798 -2.606706) - (xy 0.821464 -2.594479) - (xy 0.849646 -2.556817) - (xy 0.874502 -2.537219) - (xy 0.878556 -2.536427) - (xy 0.89081 -2.542442) - (xy 0.880214 -2.556466) - (xy 0.868144 -2.588809) - (xy 0.870746 -2.604051) - (xy 0.872435 -2.622473) - (xy 0.855954 -2.617117) - (xy 0.84022 -2.610448) - (xy 0.851141 -2.624913) - (xy 0.859612 -2.647188) - (xy 0.852425 -2.684857) - (xy 0.829249 -2.743162) - (xy 0.804104 -2.804874) - (xy 0.784862 -2.860855) - (xy 0.778075 -2.887282) - (xy 0.7637 -2.928375) - (xy 0.746381 -2.950002) - (xy 0.735383 -2.962875) - (xy 0.74128 -2.965389) - (xy 0.743327 -2.973017) - (xy 0.727883 -2.984412) - (xy 0.701984 -3.009719) - (xy 0.696624 -3.025756) - (xy 0.68441 -3.054172) - (xy 0.660791 -3.081322) - (xy 0.637256 -3.107616) - (xy 0.633196 -3.121991) - (xy 0.627103 -3.138346) - (xy 0.601902 -3.169309) - (xy 0.590196 -3.181469) - (xy 0.55609 -3.218472) - (xy 0.534891 -3.246876) - (xy 0.532681 -3.251536) - (xy 0.511985 -3.26782) - (xy 0.487717 -3.273277) - (xy 0.460543 -3.280409) - (xy 0.457014 -3.289112) - (xy 0.452195 -3.308466) - (xy 0.444848 -3.314485) - (xy 0.419632 -3.312959) - (xy 0.409106 -3.302323) - (xy 0.396319 -3.287548) - (xy 0.393241 -3.304669) - (xy 0.376978 -3.337065) - (xy 0.336093 -3.366387) - (xy 0.28148 -3.385708) - (xy 0.260836 -3.388855) - (xy 0.215142 -3.398653) - (xy 0.18663 -3.412439) - (xy 0.153623 -3.422482) - (xy 0.117813 -3.419437) - (xy 0.083211 -3.416388) - (xy 0.071449 -3.425517) - (xy 0.056144 -3.44159) - (xy 0.025282 -3.452058) - (xy -0.007383 -3.45432) - (xy -0.014512 -3.439146) - (xy -0.012114 -3.427347) - (xy -0.014314 -3.402742) - (xy 0.142897 -3.402742) - (xy 0.151828 -3.411673) - (xy 0.16076 -3.402742) - (xy 0.151828 -3.393811) - (xy 0.142897 -3.402742) - (xy -0.014314 -3.402742) - (xy -0.014634 -3.399165) - (xy -0.028465 -3.393811) - (xy -0.050261 -3.408287) - (xy -0.053586 -3.422515) - (xy -0.064239 -3.442689) - (xy -0.081841 -3.440378) - (xy -0.110315 -3.43092) - (xy -0.117565 -3.429535) - (xy -0.124692 -3.415477) - (xy -0.125035 -3.409486) - (xy -0.114657 -3.401329) - (xy -0.093776 -3.413952) - (xy -0.072655 -3.42939) - (xy -0.076958 -3.420301) - (xy -0.087391 -3.406776) - (xy -0.110187 -3.385557) - (xy -0.121471 -3.384293) - (xy -0.141125 -3.382738) - (xy -0.159116 -3.37219) - (xy -0.177691 -3.35948) - (xy -0.170202 -3.37028) - (xy -0.165225 -3.375917) - (xy -0.146242 -3.403995) - (xy -0.142897 -3.415246) - (xy -0.15771 -3.426099) - (xy -0.19186 -3.429258) - (xy -0.229915 -3.425236) - (xy -0.256444 -3.414545) - (xy -0.259181 -3.411382) - (xy -0.277131 -3.402742) - (xy -0.214346 -3.402742) - (xy -0.205415 -3.411673) - (xy -0.196484 -3.402742) - (xy -0.205415 -3.393811) - (xy -0.214346 -3.402742) - (xy -0.277131 -3.402742) - (xy -0.280588 -3.401078) - (xy -0.287029 -3.403505) - (xy -0.302583 -3.400872) - (xy -0.303657 -3.394865) - (xy -0.317099 -3.380209) - (xy -0.325985 -3.380414) - (xy -0.343955 -3.369452) - (xy -0.348337 -3.34918) - (xy -0.359607 -3.319392) - (xy -0.37513 -3.311711) - (xy -0.421064 -3.306332) - (xy -0.443712 -3.29411) - (xy -0.454812 -3.270898) - (xy -0.47423 -3.233235) - (xy -0.502696 -3.194983) - (xy -0.538116 -3.152564) - (xy -0.578648 -3.101157) - (xy -0.587011 -3.090154) - (xy -0.621562 -3.045636) - (xy -0.65037 -3.010756) - (xy -0.656435 -3.004033) - (xy -0.673768 -2.97405) - (xy -0.589451 -2.97405) - (xy -0.58052 -2.982981) - (xy -0.571589 -2.97405) - (xy -0.58052 -2.965119) - (xy -0.589451 -2.97405) - (xy -0.673768 -2.97405) - (xy -0.675927 -2.970316) - (xy -0.678762 -2.954912) - (xy -0.6879 -2.931959) - (xy -0.694952 -2.929395) - (xy -0.70414 -2.91517) - (xy -0.702772 -2.902601) - (xy -0.607314 -2.902601) - (xy -0.598383 -2.911533) - (xy -0.589451 -2.902601) - (xy -0.598383 -2.89367) - (xy -0.607314 -2.902601) - (xy -0.702772 -2.902601) - (xy -0.7018 -2.89367) - (xy -0.702445 -2.865551) - (xy -0.730141 -2.857946) - (xy -0.730266 -2.857946) - (xy -0.760397 -2.850422) - (xy -0.768073 -2.83903) - (xy -0.75713 -2.828362) - (xy -0.750211 -2.831153) - (xy -0.733566 -2.834254) - (xy -0.732349 -2.830931) - (xy -0.740994 -2.815303) - (xy -0.65476 -2.815303) - (xy -0.651969 -2.822222) - (xy -0.635918 -2.839262) - (xy -0.633053 -2.840084) - (xy -0.625381 -2.826264) - (xy -0.625176 -2.822222) - (xy -0.638907 -2.805046) - (xy -0.644092 -2.80436) - (xy -0.65476 -2.815303) - (xy -0.740994 -2.815303) - (xy -0.745162 -2.807768) - (xy -0.772707 -2.782016) - (xy -0.798643 -2.768712) - (xy -0.800045 -2.768635) - (xy -0.809403 -2.75374) - (xy -0.807838 -2.722246) - (xy -0.81058 -2.678567) - (xy -0.841079 -2.636917) - (xy -0.846039 -2.632213) - (xy -0.884759 -2.577665) - (xy -0.893108 -2.536758) - (xy -0.898688 -2.495778) - (xy -0.91097 -2.47391) - (xy -0.922281 -2.45307) - (xy -0.905016 -2.45307) - (xy -0.902564 -2.463689) - (xy -0.893108 -2.464978) - (xy -0.878406 -2.458443) - (xy -0.8812 -2.45307) - (xy -0.902398 -2.450933) - (xy -0.905016 -2.45307) - (xy -0.922281 -2.45307) - (xy -0.924569 -2.448855) - (xy -0.928636 -2.409418) - (xy -0.921774 -2.376001) - (xy -0.918027 -2.370816) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 8676730a-500a-40b3-89a1-0cf6dde400ff)) - (fp_poly - (pts - (xy 2.184692 1.118299) - (xy 2.184159 1.091491) - (xy 2.178249 1.06847) - (xy 2.169863 1.032543) - (xy 2.174851 1.025865) - (xy 2.183068 1.032745) - (xy 2.210036 1.050236) - (xy 2.234089 1.053822) - (xy 2.243539 1.043763) - (xy 2.237539 1.031541) - (xy 2.223628 1.003494) - (xy 2.204753 0.952618) - (xy 2.187316 0.897574) - (xy 2.168884 0.840604) - (xy 2.152591 0.800377) - (xy 2.142381 0.785936) - (xy 2.13324 0.769959) - (xy 2.123433 0.729206) - (xy 2.118686 0.699138) - (xy 2.102417 0.631982) - (xy 2.076419 0.585004) - (xy 2.071692 0.580232) - (xy 2.051777 0.555392) - (xy 2.041384 0.520059) - (xy 2.038242 0.463969) - (xy 2.038568 0.430355) - (xy 2.03909 0.356341) - (xy 2.0384 0.263508) - (xy 2.03665 0.168734) - (xy 2.035955 0.142898) - (xy 2.035223 0.048106) - (xy 2.03771 -0.05232) - (xy 2.042889 -0.140106) - (xy 2.044613 -0.158612) - (xy 2.050614 -0.22639) - (xy 2.0508 -0.264723) - (xy 2.044641 -0.2795) - (xy 2.033867 -0.277857) - (xy 2.026194 -0.277047) - (xy 2.040951 -0.291049) - (xy 2.061903 -0.313399) - (xy 2.054037 -0.331621) - (xy 2.045644 -0.339027) - (xy 2.010561 -0.352943) - (xy 1.991859 -0.350871) - (xy 1.968715 -0.35354) - (xy 1.964838 -0.367789) - (xy 1.971987 -0.387004) - (xy 1.979088 -0.386269) - (xy 2.004992 -0.386403) - (xy 2.016322 -0.391668) - (xy 2.026213 -0.405015) - (xy 2.004305 -0.415026) - (xy 1.97117 -0.410541) - (xy 1.94454 -0.376956) - (xy 1.929628 -0.33045) - (xy 2.000563 -0.33045) - (xy 2.009494 -0.339381) - (xy 2.018425 -0.33045) - (xy 2.009494 -0.321519) - (xy 2.000563 -0.33045) - (xy 1.929628 -0.33045) - (xy 1.923952 -0.312748) - (xy 1.912799 -0.241139) - (xy 1.9827 -0.241139) - (xy 1.991632 -0.25007) - (xy 2.000563 -0.241139) - (xy 1.991632 -0.232208) - (xy 1.9827 -0.241139) - (xy 1.912799 -0.241139) - (xy 1.908944 -0.21639) - (xy 1.899055 -0.086357) - (xy 1.897986 -0.063864) - (xy 1.893021 0.032245) - (xy 1.887857 0.096191) - (xy 1.881961 0.131532) - (xy 1.874799 0.141828) - (xy 1.868191 0.135108) - (xy 1.849649 0.104912) - (xy 1.817616 0.054324) - (xy 1.778136 -0.007135) - (xy 1.766506 -0.025093) - (xy 1.685215 -0.153496) - (xy 1.623914 -0.257205) - (xy 1.583111 -0.335269) - (xy 1.563313 -0.386739) - (xy 1.562415 -0.406974) - (xy 1.56603 -0.424162) - (xy 1.549915 -0.414795) - (xy 1.545486 -0.411169) - (xy 1.523902 -0.39777) - (xy 1.518043 -0.411419) - (xy 1.518011 -0.413108) - (xy 1.514833 -0.428548) - (xy 1.50209 -0.412917) - (xy 1.489286 -0.405093) - (xy 1.477975 -0.428901) - (xy 1.473457 -0.447335) - (xy 1.469335 -0.497104) - (xy 1.485745 -0.525494) - (xy 1.485921 -0.525628) - (xy 1.501191 -0.557558) - (xy 1.498303 -0.609217) - (xy 1.478298 -0.670207) - (xy 1.469691 -0.687693) - (xy 1.447417 -0.732872) - (xy 1.431532 -0.768073) - (xy 1.404725 -0.822669) - (xy 1.36473 -0.894944) - (xy 1.31842 -0.973017) - (xy 1.272672 -1.045008) - (xy 1.262796 -1.059683) - (xy 1.231864 -1.108921) - (xy 1.209607 -1.151333) - (xy 1.205268 -1.162391) - (xy 1.19023 -1.190507) - (xy 1.180021 -1.196765) - (xy 1.163944 -1.212866) - (xy 1.148005 -1.254226) - (xy 1.134215 -1.310426) - (xy 1.124585 -1.371051) - (xy 1.121127 -1.425684) - (xy 1.12585 -1.463906) - (xy 1.127641 -1.468079) - (xy 1.131816 -1.498094) - (xy 1.116791 -1.513856) - (xy 1.094349 -1.506429) - (xy 1.087869 -1.498244) - (xy 1.07459 -1.485434) - (xy 1.072003 -1.494902) - (xy 1.084507 -1.52325) - (xy 1.089309 -1.527039) - (xy 1.088644 -1.544842) - (xy 1.067206 -1.577922) - (xy 1.049119 -1.59857) - (xy 0.99671 -1.654355) - (xy 0.965825 -1.690241) - (xy 0.952912 -1.711771) - (xy 0.954419 -1.724492) - (xy 0.963616 -1.732048) - (xy 0.981657 -1.749495) - (xy 0.975655 -1.771561) - (xy 0.946695 -1.804078) - (xy 0.919924 -1.841212) - (xy 0.91059 -1.871061) - (xy 0.903696 -1.908875) - (xy 0.885768 -1.970257) - (xy 0.860095 -2.046048) - (xy 0.829967 -2.127089) - (xy 0.798675 -2.204222) - (xy 0.769509 -2.268288) - (xy 0.763964 -2.27922) - (xy 0.721115 -2.348018) - (xy 0.662734 -2.422915) - (xy 0.593947 -2.499227) - (xy 0.51988 -2.572267) - (xy 0.445658 -2.637348) - (xy 0.376407 -2.689785) - (xy 0.317253 -2.724891) - (xy 0.273321 -2.737981) - (xy 0.263467 -2.736798) - (xy 0.251107 -2.746943) - (xy 0.250067 -2.755239) - (xy 0.23287 -2.77081) - (xy 0.183375 -2.780888) - (xy 0.156291 -2.783111) - (xy 0.099924 -2.789264) - (xy 0.058197 -2.798946) - (xy 0.045549 -2.805439) - (xy 0.016298 -2.821422) - (xy -0.002851 -2.80459) - (xy -0.003609 -2.802462) - (xy -0.024266 -2.787131) - (xy -0.06315 -2.778627) - (xy -0.131367 -2.769272) - (xy -0.162933 -2.759704) - (xy 0.053587 -2.759704) - (xy 0.062518 -2.768635) - (xy 0.071449 -2.759704) - (xy 0.062518 -2.750773) - (xy 0.053587 -2.759704) - (xy -0.162933 -2.759704) - (xy -0.180207 -2.754468) - (xy -0.196497 -2.741842) - (xy 0.017862 -2.741842) - (xy 0.026793 -2.750773) - (xy 0.035724 -2.741842) - (xy 0.026793 -2.732911) - (xy 0.017862 -2.741842) - (xy -0.196497 -2.741842) - (xy -0.203238 -2.736617) - (xy -0.202671 -2.72654) - (xy -0.201871 -2.72398) - (xy 0.053587 -2.72398) - (xy 0.062518 -2.732911) - (xy 0.071449 -2.72398) - (xy 0.062518 -2.715049) - (xy 0.053587 -2.72398) - (xy -0.201871 -2.72398) - (xy -0.19912 -2.715178) - (xy -0.213011 -2.726158) - (xy -0.247245 -2.736808) - (xy -0.287853 -2.717462) - (xy -0.300834 -2.703141) - (xy -0.119081 -2.703141) - (xy -0.116629 -2.71376) - (xy -0.107173 -2.715049) - (xy -0.09247 -2.708513) - (xy -0.095265 -2.703141) - (xy -0.116463 -2.701003) - (xy -0.119081 -2.703141) - (xy -0.300834 -2.703141) - (xy -0.314326 -2.688256) - (xy -0.303657 -2.688256) - (xy -0.294726 -2.697187) - (xy -0.285795 -2.688256) - (xy 0.142897 -2.688256) - (xy 0.151828 -2.697187) - (xy 0.16076 -2.688256) - (xy 0.151828 -2.679324) - (xy 0.142897 -2.688256) - (xy -0.285795 -2.688256) - (xy -0.294726 -2.679324) - (xy -0.303657 -2.688256) - (xy -0.314326 -2.688256) - (xy -0.329252 -2.671789) - (xy -0.330089 -2.670393) - (xy 0.25007 -2.670393) - (xy 0.259001 -2.679324) - (xy 0.267933 -2.670393) - (xy 0.259001 -2.661462) - (xy 0.25007 -2.670393) - (xy -0.330089 -2.670393) - (xy -0.340793 -2.652531) - (xy 0.321519 -2.652531) - (xy 0.33045 -2.661462) - (xy 0.339381 -2.652531) - (xy 0.33045 -2.6436) - (xy 0.321519 -2.652531) - (xy -0.340793 -2.652531) - (xy -0.351024 -2.635458) - (xy -0.36629 -2.598945) - (xy 0.375105 -2.598945) - (xy 0.384037 -2.607876) - (xy 0.392968 -2.598945) - (xy 0.384037 -2.590014) - (xy 0.375105 -2.598945) - (xy -0.36629 -2.598945) - (xy -0.37508 -2.577921) - (xy -0.375484 -2.56322) - (xy 0.446554 -2.56322) - (xy 0.455485 -2.572151) - (xy 0.464416 -2.56322) - (xy 0.455485 -2.554289) - (xy 0.446554 -2.56322) - (xy -0.375484 -2.56322) - (xy -0.375975 -2.545358) - (xy -0.357243 -2.545358) - (xy -0.348312 -2.554289) - (xy -0.339381 -2.545358) - (xy -0.348312 -2.536427) - (xy -0.357243 -2.545358) - (xy -0.375975 -2.545358) - (xy -0.376137 -2.539456) - (xy -0.372621 -2.531353) - (xy -0.364905 -2.509845) - (xy -0.382188 -2.5114) - (xy -0.383155 -2.511767) - (xy -0.411547 -2.506967) - (xy -0.423175 -2.489159) - (xy -0.440876 -2.4522) - (xy -0.450058 -2.438185) - (xy -0.48937 -2.386146) - (xy -0.534845 -2.321958) - (xy -0.535475 -2.321027) - (xy -0.500141 -2.321027) - (xy -0.487174 -2.339216) - (xy -0.482278 -2.339943) - (xy -0.464881 -2.333849) - (xy -0.464416 -2.332066) - (xy -0.476933 -2.316816) - (xy -0.482278 -2.31315) - (xy -0.498738 -2.314566) - (xy -0.500141 -2.321027) - (xy -0.535475 -2.321027) - (xy -0.579794 -2.255528) - (xy -0.59441 -2.23277) - (xy -0.553727 -2.23277) - (xy -0.547192 -2.247473) - (xy -0.541819 -2.244678) - (xy -0.539717 -2.223839) - (xy 0.732349 -2.223839) - (xy 0.74128 -2.23277) - (xy 0.750211 -2.223839) - (xy 0.74128 -2.214908) - (xy 0.732349 -2.223839) - (xy -0.539717 -2.223839) - (xy -0.539681 -2.22348) - (xy -0.541819 -2.220862) - (xy -0.552438 -2.223314) - (xy -0.553727 -2.23277) - (xy -0.59441 -2.23277) - (xy -0.617532 -2.196767) - (xy -0.62254 -2.188115) - (xy 0.750211 -2.188115) - (xy 0.759142 -2.197046) - (xy 0.768073 -2.188115) - (xy 0.759142 -2.179184) - (xy 0.750211 -2.188115) - (xy -0.62254 -2.188115) - (xy -0.641372 -2.155581) - (xy -0.642933 -2.152391) - (xy -0.652617 -2.134528) - (xy -0.625176 -2.134528) - (xy -0.616245 -2.143459) - (xy -0.607314 -2.134528) - (xy -0.610291 -2.131551) - (xy 0.774027 -2.131551) - (xy 0.776479 -2.14217) - (xy 0.785935 -2.143459) - (xy 0.800638 -2.136924) - (xy 0.797843 -2.131551) - (xy 0.776645 -2.129414) - (xy 0.774027 -2.131551) - (xy -0.610291 -2.131551) - (xy -0.616245 -2.125597) - (xy -0.625176 -2.134528) - (xy -0.652617 -2.134528) - (xy -0.668838 -2.104605) - (xy -0.693555 -2.068211) - (xy -0.699719 -2.053094) - (xy -0.678762 -2.053094) - (xy -0.665796 -2.071284) - (xy -0.6609 -2.072011) - (xy -0.643502 -2.065916) - (xy -0.643038 -2.064134) - (xy -0.655555 -2.048884) - (xy -0.6609 -2.045218) - (xy -0.67736 -2.046634) - (xy -0.678762 -2.053094) - (xy -0.699719 -2.053094) - (xy -0.709249 -2.029725) - (xy -0.706778 -2.006237) - (xy -0.702129 -1.986058) - (xy -0.707107 -1.987229) - (xy -0.716898 -1.987656) - (xy -0.732564 -1.970734) - (xy -0.756784 -1.932395) - (xy -0.792234 -1.868571) - (xy -0.802779 -1.848734) - (xy 0.178622 -1.848734) - (xy 0.187553 -1.857665) - (xy 0.196484 -1.848734) - (xy 0.187553 -1.839803) - (xy 0.178622 -1.848734) - (xy -0.802779 -1.848734) - (xy -0.812274 -1.830872) - (xy 0.017862 -1.830872) - (xy 0.026793 -1.839803) - (xy 0.035724 -1.830872) - (xy 0.053587 -1.830872) - (xy 0.062518 -1.839803) - (xy 0.071449 -1.830872) - (xy 0.062518 -1.82194) - (xy 0.053587 -1.830872) - (xy 0.035724 -1.830872) - (xy 0.026793 -1.82194) - (xy 0.017862 -1.830872) - (xy -0.812274 -1.830872) - (xy -0.821769 -1.813009) - (xy -0.831691 -1.795147) - (xy -0.375105 -1.795147) - (xy -0.366174 -1.804078) - (xy -0.357243 -1.795147) - (xy -0.366174 -1.786216) - (xy -0.375105 -1.795147) - (xy -0.831691 -1.795147) - (xy -0.860338 -1.743573) - (xy -0.351103 -1.743573) - (xy -0.348312 -1.750492) - (xy -0.332261 -1.767532) - (xy -0.329396 -1.768354) - (xy -0.324438 -1.759423) - (xy -0.303657 -1.759423) - (xy -0.294726 -1.768354) - (xy -0.285795 -1.759423) - (xy -0.294726 -1.750492) - (xy -0.267932 -1.750492) - (xy -0.261397 -1.765194) - (xy -0.256024 -1.7624) - (xy -0.253887 -1.741202) - (xy -0.256024 -1.738584) - (xy -0.266643 -1.741036) - (xy -0.267932 -1.750492) - (xy -0.294726 -1.750492) - (xy -0.303657 -1.759423) - (xy -0.324438 -1.759423) - (xy -0.321724 -1.754534) - (xy -0.321519 -1.750492) - (xy -0.335251 -1.733316) - (xy -0.340435 -1.73263) - (xy -0.351103 -1.743573) - (xy -0.860338 -1.743573) - (xy -0.888685 -1.692538) - (xy -0.902305 -1.670112) - (xy -0.518003 -1.670112) - (xy -0.509072 -1.679043) - (xy -0.500141 -1.670112) - (xy -0.509072 -1.661181) - (xy -0.518003 -1.670112) - (xy -0.902305 -1.670112) - (xy -0.933669 -1.618468) - (xy -0.588417 -1.618468) - (xy -0.583714 -1.633686) - (xy -0.571589 -1.643319) - (xy -0.544925 -1.652625) - (xy -0.5369 -1.650307) - (xy -0.541603 -1.63509) - (xy -0.553727 -1.625457) - (xy -0.580391 -1.616151) - (xy -0.588417 -1.618468) - (xy -0.933669 -1.618468) - (xy -0.937163 -1.612715) - (xy -0.515123 -1.612715) - (xy -0.510777 -1.622697) - (xy -0.492792 -1.641873) - (xy -0.482452 -1.637939) - (xy -0.482278 -1.635442) - (xy -0.494966 -1.620334) - (xy -0.5029 -1.61482) - (xy -0.515123 -1.612715) - (xy -0.937163 -1.612715) - (xy -0.957568 -1.579117) - (xy -0.673464 -1.579117) - (xy -0.6609 -1.589732) - (xy -0.632399 -1.605798) - (xy -0.628602 -1.599747) - (xy -0.634107 -1.589732) - (xy -0.660193 -1.572749) - (xy -0.66642 -1.572144) - (xy -0.673464 -1.579117) - (xy -0.957568 -1.579117) - (xy -0.962165 -1.571548) - (xy -1.037301 -1.457356) - (xy -1.109181 -1.357282) - (xy -1.172897 -1.278642) - (xy -1.198896 -1.2509) - (xy -1.250064 -1.194619) - (xy -1.296048 -1.135035) - (xy -1.319542 -1.097923) - (xy -1.351608 -1.042332) - (xy -1.383855 -0.992315) - (xy -1.390957 -0.982419) - (xy -1.424859 -0.934785) - (xy -1.47062 -0.867713) - (xy -1.521048 -0.791984) - (xy -1.568954 -0.718382) - (xy -1.60333 -0.663914) - (xy -1.626827 -0.615639) - (xy -1.636532 -0.574526) - (xy -1.635787 -0.565313) - (xy -1.641155 -0.531654) - (xy -1.664251 -0.484125) - (xy -1.680243 -0.459926) - (xy -1.710896 -0.412127) - (xy -1.729757 -0.372154) - (xy -1.73263 -0.358802) - (xy -1.745904 -0.328391) - (xy -1.777286 -0.296463) - (xy -1.808857 -0.2656) - (xy -1.821941 -0.238637) - (xy -1.831462 -0.216505) - (xy -1.838106 -0.214346) - (xy -1.855291 -0.200129) - (xy -1.88242 -0.163523) - (xy -1.903543 -0.1295) - (xy -1.934469 -0.079746) - (xy -1.960946 -0.043143) - (xy -1.972223 -0.031532) - (xy -2.003235 -0.018749) - (xy -2.0144 -0.03564) - (xy -2.009871 -0.066983) - (xy -2.003639 -0.094072) - (xy -1.998284 -0.125055) - (xy -1.993026 -0.166696) - (xy -1.987086 -0.22576) - (xy -1.979683 -0.309011) - (xy -1.97332 -0.384036) - (xy -1.964622 -0.512956) - (xy -1.963145 -0.609448) - (xy -1.969026 -0.6761) - (xy -1.982401 -0.715498) - (xy -1.991383 -0.725386) - (xy -2.014687 -0.758189) - (xy -2.018425 -0.777004) - (xy -2.031689 -0.813025) - (xy -2.049684 -0.832519) - (xy -2.071168 -0.850753) - (xy -2.063665 -0.856278) - (xy -2.049684 -0.856815) - (xy -2.025898 -0.867838) - (xy -2.028304 -0.893666) - (xy -2.054149 -0.923734) - (xy -2.070766 -0.940931) - (xy -2.055826 -0.945913) - (xy -2.048629 -0.946126) - (xy -2.027945 -0.954542) - (xy -2.031895 -0.970467) - (xy -2.055287 -0.981746) - (xy -2.064134 -0.982419) - (xy -2.084592 -0.966961) - (xy -2.089873 -0.939252) - (xy -2.098083 -0.90256) - (xy -2.112201 -0.887075) - (xy -2.125364 -0.879005) - (xy -2.112201 -0.876656) - (xy -2.096505 -0.859437) - (xy -2.092306 -0.817194) - (xy -2.095042 -0.784367) - (xy -2.099464 -0.786079) - (xy -2.102479 -0.799331) - (xy -2.115508 -0.830709) - (xy -2.128751 -0.839521) - (xy -2.139194 -0.826312) - (xy -2.136132 -0.810464) - (xy -2.136575 -0.772743) - (xy -2.144689 -0.75766) - (xy -2.156198 -0.728235) - (xy -2.153316 -0.715983) - (xy -2.147122 -0.690563) - (xy -2.140776 -0.639536) - (xy -2.135477 -0.572995) - (xy -2.134659 -0.558907) - (xy -2.130165 -0.486127) - (xy -2.125304 -0.422603) - (xy -2.121038 -0.380723) - (xy -2.120567 -0.377444) - (xy -2.120503 -0.340053) - (xy -2.126499 -0.283301) - (xy -2.136666 -0.217768) - (xy -2.149112 -0.154029) - (xy -2.161946 -0.102664) - (xy -2.17328 -0.074251) - (xy -2.175097 -0.072328) - (xy -2.191489 -0.046781) - (xy -2.206644 -0.008067) - (xy -1.835963 -0.008067) - (xy -1.83358 -0.026961) - (xy -1.821941 -0.044655) - (xy -1.799649 -0.063343) - (xy -1.790057 -0.06338) - (xy -1.79244 -0.044487) - (xy -1.804079 -0.026793) - (xy -1.826371 -0.008104) - (xy -1.835963 -0.008067) - (xy -2.206644 -0.008067) - (xy -2.209648 -0.000394) - (xy -2.224897 0.052536) - (xy -2.232558 0.09771) - (xy -2.232771 0.103976) - (xy -2.240837 0.134675) - (xy -2.25361 0.142898) - (xy -2.26642 0.149334) - (xy -2.264027 0.15332) - (xy -2.265322 0.173813) - (xy -2.270187 0.187553) - (xy -2.054149 0.187553) - (xy -2.045218 0.178622) - (xy -2.036287 0.187553) - (xy -2.045218 0.196484) - (xy -2.054149 0.187553) - (xy -2.270187 0.187553) - (xy -2.279927 0.21506) - (xy -2.294505 0.247096) - (xy -2.320951 0.309605) - (xy -2.340441 0.371091) - (xy -2.345037 0.392968) - (xy -2.358752 0.454152) - (xy -2.376985 0.509072) - (xy -2.391483 0.550648) - (xy -2.395855 0.577497) - (xy -2.395746 0.578062) - (xy -2.405122 0.600135) - (xy -2.420756 0.616245) - (xy -2.250633 0.616245) - (xy -2.241702 0.607314) - (xy -2.232771 0.616245) - (xy -2.241702 0.625176) - (xy -2.250633 0.616245) - (xy -2.420756 0.616245) - (xy -2.42412 0.619711) - (xy -2.444912 0.638361) - (xy -2.43773 0.639992) - (xy -2.425699 0.636475) - (xy -2.402948 0.637198) - (xy -2.401882 0.648414) - (xy -2.406443 0.669832) - (xy -2.39353 0.669832) - (xy -2.384599 0.660901) - (xy -2.375668 0.669832) - (xy -2.384599 0.678763) - (xy -2.39353 0.669832) - (xy -2.406443 0.669832) - (xy -2.408255 0.678344) - (xy -2.416505 0.728091) - (xy -2.419599 0.749206) - (xy -2.42568 0.797249) - (xy -2.423658 0.815572) - (xy -2.410521 0.809814) - (xy -2.394667 0.795896) - (xy -2.36751 0.774806) - (xy -2.353718 0.778726) - (xy -2.347769 0.791308) - (xy -2.328812 0.811628) - (xy -2.304914 0.803229) - (xy -2.283815 0.770793) - (xy -2.277064 0.748563) - (xy -2.264436 0.715095) - (xy -2.249714 0.706154) - (xy -2.249179 0.706454) - (xy -2.235362 0.701237) - (xy -2.232771 0.686837) - (xy -2.222102 0.665594) - (xy -2.207173 0.666901) - (xy -2.184503 0.660869) - (xy -2.170029 0.624157) - (xy -2.156765 0.587085) - (xy -2.14104 0.57159) - (xy -2.140986 0.57159) - (xy -2.131741 0.560517) - (xy -2.134745 0.553378) - (xy -2.13705 0.526577) - (xy -2.128704 0.485145) - (xy -2.11415 0.443296) - (xy -2.097835 0.415245) - (xy -2.09016 0.41083) - (xy -2.081821 0.396668) - (xy -2.084171 0.377122) - (xy -2.082867 0.343818) - (xy -2.073567 0.331412) - (xy -2.056888 0.305151) - (xy -2.054149 0.286824) - (xy -2.03862 0.256443) - (xy -2.013959 0.243223) - (xy -1.987317 0.232547) - (xy -1.992643 0.219508) - (xy -2.000563 0.213602) - (xy -2.018315 0.199131) - (xy -2.00572 0.197342) - (xy -2.000563 0.197856) - (xy -1.943853 0.199738) - (xy -1.920601 0.189741) - (xy -1.926707 0.172592) - (xy -1.934087 0.150825) - (xy -1.911749 0.130281) - (xy -1.903462 0.125647) - (xy -1.867188 0.094746) - (xy -1.850434 0.064694) - (xy -1.832527 0.029812) - (xy -1.798316 -0.015879) - (xy -1.777624 -0.038997) - (xy -1.733246 -0.088816) - (xy -1.716458 -0.116652) - (xy -1.727055 -0.122963) - (xy -1.741561 -0.118575) - (xy -1.762466 -0.113564) - (xy -1.764408 -0.12383) - (xy -1.745752 -0.152971) - (xy -1.704862 -0.204584) - (xy -1.69947 -0.211141) - (xy -1.653042 -0.271963) - (xy -1.601397 -0.346301) - (xy -1.562124 -0.407726) - (xy -1.522357 -0.468562) - (xy -1.483217 -0.520555) - (xy -1.45301 -0.552697) - (xy -1.452387 -0.553194) - (xy -1.422425 -0.584672) - (xy -1.411111 -0.610859) - (xy -1.399759 -0.637687) - (xy -1.370762 -0.678462) - (xy -1.348594 -0.70431) - (xy -1.312893 -0.747067) - (xy -1.290261 -0.781441) - (xy -1.286076 -0.793536) - (xy -1.277103 -0.821826) - (xy -1.254868 -0.862181) - (xy -1.226394 -0.904431) - (xy -1.198703 -0.938404) - (xy -1.17882 -0.953932) - (xy -1.175566 -0.953563) - (xy -1.162164 -0.959128) - (xy -1.15741 -0.98827) - (xy -1.158926 -1.004746) - (xy -1.147395 -1.017592) - (xy -1.142124 -1.018143) - (xy -1.13084 -1.028711) - (xy -1.133034 -1.034041) - (xy -1.125432 -1.052465) - (xy -1.095545 -1.083443) - (xy -1.063192 -1.109956) - (xy -1.019247 -1.146147) - (xy -0.990075 -1.176079) - (xy -0.982971 -1.188957) - (xy -0.970628 -1.212093) - (xy -0.940371 -1.24723) - (xy -0.927035 -1.260406) - (xy -0.884008 -1.309173) - (xy -0.851645 -1.360524) - (xy -0.836445 -1.403305) - (xy -0.836637 -1.415576) - (xy -0.825253 -1.427745) - (xy -0.815497 -1.428973) - (xy -0.788853 -1.439527) - (xy -0.760645 -1.46352) - (xy -0.742099 -1.489451) - (xy -0.742073 -1.504191) - (xy -0.734595 -1.514892) - (xy -0.704596 -1.52586) - (xy -0.657016 -1.545017) - (xy -0.60682 -1.575076) - (xy -0.604834 -1.576528) - (xy -0.566118 -1.60099) - (xy -0.538302 -1.603426) - (xy -0.515209 -1.592133) - (xy -0.476907 -1.579246) - (xy -0.456534 -1.594892) - (xy -0.458316 -1.634613) - (xy -0.462648 -1.647599) - (xy -0.471679 -1.680413) - (xy -0.461677 -1.69007) - (xy -0.452952 -1.68944) - (xy -0.419741 -1.672251) - (xy -0.411887 -1.662892) - (xy -0.3977 -1.651965) - (xy -0.386464 -1.670226) - (xy -0.38279 -1.706743) - (xy -0.387407 -1.720845) - (xy -0.389693 -1.731203) - (xy -0.372939 -1.719815) - (xy -0.335456 -1.707851) - (xy -0.279549 -1.708986) - (xy -0.219332 -1.721576) - (xy -0.169691 -1.743477) - (xy -0.129608 -1.759641) - (xy -0.066951 -1.775024) - (xy 0.005171 -1.787226) - (xy 0.073644 -1.793846) - (xy 0.107173 -1.794155) - (xy 0.170733 -1.788335) - (xy 0.231046 -1.777685) - (xy 0.278222 -1.764536) - (xy 0.302369 -1.751219) - (xy 0.303657 -1.747868) - (xy 0.314693 -1.738666) - (xy 0.321519 -1.741561) - (xy 0.337979 -1.740144) - (xy 0.339381 -1.733684) - (xy 0.353905 -1.717088) - (xy 0.367229 -1.714767) - (xy 0.385781 -1.706199) - (xy 0.384163 -1.69711) - (xy 0.386907 -1.686616) - (xy 0.398109 -1.688992) - (xy 0.429704 -1.684606) - (xy 0.456158 -1.652581) - (xy 0.460839 -1.638484) - (xy 0.510378 -1.638484) - (xy 0.516244 -1.643319) - (xy 0.540952 -1.630242) - (xy 0.545531 -1.624268) - (xy 0.55287 -1.602122) - (xy 0.539284 -1.603091) - (xy 0.521764 -1.618327) - (xy 0.510378 -1.638484) - (xy 0.460839 -1.638484) - (xy 0.46696 -1.620048) - (xy 0.479506 -1.594226) - (xy 0.489213 -1.590314) - (xy 0.513443 -1.580668) - (xy 0.516006 -1.577629) - (xy 0.539465 -1.561361) - (xy 0.578018 -1.544845) - (xy 0.613916 -1.523939) - (xy 0.643445 -1.483918) - (xy 0.667909 -1.430268) - (xy 0.693619 -1.375478) - (xy 0.718644 -1.337286) - (xy 0.738682 -1.320449) - (xy 0.749434 -1.329724) - (xy 0.750211 -1.339228) - (xy 0.739385 -1.351344) - (xy 0.732553 -1.34872) - (xy 0.722528 -1.351652) - (xy 0.725994 -1.366728) - (xy 0.741463 -1.383781) - (xy 0.758279 -1.370071) - (xy 0.770909 -1.330731) - (xy 0.791124 -1.296006) - (xy 0.817298 -1.277374) - (xy 0.847987 -1.258848) - (xy 0.857384 -1.245716) - (xy 0.868565 -1.225899) - (xy 0.897454 -1.189288) - (xy 0.926602 -1.156176) - (xy 1.007119 -1.05593) - (xy 1.088094 -0.933076) - (xy 1.162037 -0.799834) - (xy 1.213703 -0.687693) - (xy 1.250116 -0.599232) - (xy 1.250465 -0.598382) - (xy 1.375387 -0.598382) - (xy 1.384318 -0.607313) - (xy 1.393249 -0.598382) - (xy 1.384318 -0.589451) - (xy 1.375387 -0.598382) - (xy 1.250465 -0.598382) - (xy 1.291787 -0.497866) - (xy 1.330433 -0.403748) - (xy 1.334855 -0.392967) - (xy 1.394379 -0.255158) - (xy 1.457854 -0.121104) - (xy 1.522374 0.003972) - (xy 1.585031 0.114843) - (xy 1.642917 0.206287) - (xy 1.693127 0.273079) - (xy 1.721484 0.301819) - (xy 1.745385 0.33236) - (xy 1.750492 0.3505) - (xy 1.759083 0.372855) - (xy 1.765218 0.375106) - (xy 1.779613 0.390077) - (xy 1.803004 0.429262) - (xy 1.829422 0.482279) - (xy 1.856906 0.536777) - (xy 1.880805 0.575366) - (xy 1.895518 0.589452) - (xy 1.916073 0.605429) - (xy 1.932453 0.654059) - (xy 1.944912 0.736393) - (xy 1.951944 0.822635) - (xy 1.963627 0.93114) - (xy 1.972902 0.973489) - (xy 2.14346 0.973489) - (xy 2.152391 0.964557) - (xy 2.161322 0.973489) - (xy 2.152391 0.98242) - (xy 2.14346 0.973489) - (xy 1.972902 0.973489) - (xy 1.983146 1.020261) - (xy 2.0089 1.084434) - (xy 2.036461 1.116494) - (xy 2.061415 1.117539) - (xy 2.076882 1.093125) - (xy 2.076954 1.053336) - (xy 2.075939 1.049098) - (xy 2.075135 1.024989) - (xy 2.087874 1.025431) - (xy 2.107126 1.04577) - (xy 2.125857 1.081353) - (xy 2.126257 1.082397) - (xy 2.147602 1.11483) - (xy 2.168564 1.125317) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 11516dd2-02b7-4b67-88e2-9d291771dca1)) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal" (layer "B.Cu") - (tstamp e8b5cc9e-6277-4b6b-9f6f-4cb33c9d61a2) - (at 123.375549 89.24913 90) - (descr "Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix") - (tags "THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm") - (property "Sheetfile" "scrapeboardhat_uno.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic screw terminal, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "screw terminal") - (path "/c9618a6f-1090-4906-9c99-a03e0182a2bd") - (attr through_hole) - (fp_text reference "J1" (at 7.5 6.26 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 60c06f80-c3e6-4118-8c79-ec38bcb3ed5a) - ) - (fp_text value "Screw_Terminal_01x04" (at 7.5 -5.66 90) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ea2aeb35-783b-4981-a94a-eda5fd4b63e0) - ) - (fp_line (start -2.8 -4.9) (end -2.3 -4.9) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1cbe6cfb-f371-4af5-90b6-916fbb58e244)) - (fp_line (start -2.8 -4.16) (end -2.8 -4.9) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9b2fbe49-ecbe-4721-8a2c-3dd06346986b)) - (fp_line (start -2.56 -4.66) (end 17.561 -4.66) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0b0dbd0-2bbf-4d75-8304-7f818ba9495b)) - (fp_line (start -2.56 -4.1) (end 17.561 -4.1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fdd71441-51ba-419b-a609-bd7afea9df7f)) - (fp_line (start -2.56 -2.6) (end 17.561 -2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9668261-36f3-4886-9f29-4ab15805ed20)) - (fp_line (start -2.56 2.301) (end 17.561 2.301) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 17471d58-c03a-4da1-b7d1-cda420b78264)) - (fp_line (start -2.56 5.261) (end -2.56 -4.66) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 849f3b97-31fd-4408-9053-76a336bcabec)) - (fp_line (start -2.56 5.261) (end 17.561 5.261) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ac74576c-ff8a-4bcf-ad43-02d8ef122d76)) - (fp_line (start 3.773 -1.023) (end 3.726 -1.069) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6224cbcd-c9ff-45df-8a9e-bcf54df6beae)) - (fp_line (start 3.966 -1.239) (end 3.931 -1.274) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8039d16e-e4a5-4fb0-be6e-ab2c9785d6be)) - (fp_line (start 6.07 1.275) (end 6.035 1.239) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4d76c835-b158-41db-8048-8b7ff2d35fba)) - (fp_line (start 6.275 1.069) (end 6.228 1.023) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96b63e7c-fdef-49ba-a9ec-9a0cef88a59c)) - (fp_line (start 8.773 -1.023) (end 8.726 -1.069) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6907a448-8134-4eae-88cc-e0032d680e94)) - (fp_line (start 8.966 -1.239) (end 8.931 -1.274) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5981c4bf-5fcc-4205-bc73-eed08545a804)) - (fp_line (start 11.07 1.275) (end 11.035 1.239) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1ddd4490-b850-436f-a3b5-18757c2c8cd2)) - (fp_line (start 11.275 1.069) (end 11.228 1.023) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bf3555e7-348f-4648-af11-4883efc8e955)) - (fp_line (start 13.773 -1.023) (end 13.726 -1.069) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 20d1dc4c-c1c1-4afe-a0da-9a28748d99f8)) - (fp_line (start 13.966 -1.239) (end 13.931 -1.274) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 350ab675-9e81-4936-80a0-2eb1cb815203)) - (fp_line (start 16.07 1.275) (end 16.035 1.239) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 06263a90-fd7e-4756-9f08-214d9f16de55)) - (fp_line (start 16.275 1.069) (end 16.228 1.023) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 878721fb-0887-4405-a561-f29a7eb7a6d9)) - (fp_line (start 17.561 5.261) (end 17.561 -4.66) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a3df6e7d-3a3b-4185-abe6-eab35e545017)) - (fp_arc (start -1.535 0.684) (mid -1.680501 0.000524) (end -1.535427 -0.683042) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0744e56b-6c57-413b-aeef-96a5d4c190f6)) - (fp_arc (start -0.684 -1.535) (mid -0.335551 -1.646659) (end 0.028805 -1.680253) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d03237a6-e2b7-466d-b3c8-ee40ebc7c09c)) - (fp_arc (start 0 -1.68) (mid 0.349292 -1.643288) (end 0.683318 -1.534756) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e1b33b8e-c615-4678-b0cd-1a100cab6a3d)) - (fp_arc (start 0.684 1.535) (mid 0.000524 1.680501) (end -0.683042 1.535427) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a3b671c-cb63-4385-bf61-9cbb5c383797)) - (fp_arc (start 1.535 -0.684) (mid 1.6805 -0.000524) (end 1.535427 0.683042) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 19606322-3373-4a38-a555-5a1883008158)) - (fp_circle (center 5 0) (end 6.68 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 2212dd77-2b24-48a3-a171-51327787df73)) - (fp_circle (center 10 0) (end 11.68 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 8f015f6b-50cc-45b7-94eb-5fe6b648b5a8)) - (fp_circle (center 15 0) (end 16.68 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 8014e6b4-a5c8-4f4d-a724-d9d46547001b)) - (fp_line (start -3 -5.1) (end 18 -5.1) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca76e9c5-90c2-43ea-8e31-765754122320)) - (fp_line (start -3 5.71) (end -3 -5.1) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 73d0b57c-0abd-48a3-b012-f44c273fcd52)) - (fp_line (start 18 -5.1) (end 18 5.71) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d591a700-843c-49f9-9b74-ea6562d852c0)) - (fp_line (start 18 5.71) (end -3 5.71) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 09569b65-5d9a-40dd-8863-995bd232541b)) - (fp_line (start -2.5 -4.1) (end -2.5 5.2) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 086e7c4c-b9ce-404b-8cd2-17f916b7c64c)) - (fp_line (start -2.5 -4.1) (end 17.5 -4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f7439014-77d1-4af7-9360-bb929ac49682)) - (fp_line (start -2.5 -2.6) (end 17.5 -2.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ab03c930-b504-4bef-96d5-cb43a2543973)) - (fp_line (start -2.5 2.3) (end 17.5 2.3) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8b8abe4f-3650-4392-a8a0-94700415afb7)) - (fp_line (start -2.5 5.2) (end 17.5 5.2) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e1cbe027-22b2-4592-9789-c488883b0bdc)) - (fp_line (start -2 -4.6) (end -2.5 -4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 58220674-754a-4f8a-8d5d-9ee20f033485)) - (fp_line (start 0.955 1.138) (end -1.138 -0.955) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 024aa702-6106-4c2a-be4a-365a4ce4793c)) - (fp_line (start 1.138 0.955) (end -0.955 -1.138) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 27254ced-4d87-49f3-ab69-a4af878aa5a7)) - (fp_line (start 5.955 1.138) (end 3.863 -0.955) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f3e0fc23-bd61-4677-8dd7-7462caa6c41e)) - (fp_line (start 6.138 0.955) (end 4.046 -1.138) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b1b024e9-bf85-4529-b5ae-202a10569339)) - (fp_line (start 10.955 1.138) (end 8.863 -0.955) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cc82dc02-ef2f-415a-a976-b73a41e1af15)) - (fp_line (start 11.138 0.955) (end 9.046 -1.138) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f6f1456c-b05e-41b7-85b7-313c5f1efb79)) - (fp_line (start 15.955 1.138) (end 13.863 -0.955) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d7215772-b288-4bb4-9e97-ed370fb3e88f)) - (fp_line (start 16.138 0.955) (end 14.046 -1.138) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a4a70e0d-84cf-4f1e-8e20-ad6314a730a6)) - (fp_line (start 17.5 -4.6) (end -2 -4.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ea69160-6098-4d72-93cc-d932d814f1f7)) - (fp_line (start 17.5 5.2) (end 17.5 -4.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 50d6c145-234e-4c9c-89fb-d01e63d1bd19)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 0e495f26-93db-4f8b-bdbc-36e834ca186b)) - (fp_circle (center 5 0) (end 6.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp a8cf22e9-983f-4334-83dc-6630636ec3f8)) - (fp_circle (center 10 0) (end 11.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp bf7c0642-d2b9-4d98-bbd8-e770f1e3e0ed)) - (fp_circle (center 15 0) (end 16.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 20faa0ef-cba1-4a5a-805a-89f38748b213)) - (pad "1" thru_hole rect (at 0 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 8 "Net-(J1-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 80dbe453-1a59-4c93-a787-e021903f4989)) - (pad "2" thru_hole circle (at 5 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 7 "Net-(J1-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (tstamp f24ca1ad-e275-4c37-8aad-9f771055408a)) - (pad "3" thru_hole circle (at 10 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 6 "Net-(J1-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (tstamp ea65f35d-cb85-4314-9ef8-4c42988515b9)) - (pad "4" thru_hole circle (at 15 0 90) (size 2.6 2.6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 5 "Net-(J1-Pin_4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 3946e895-6235-4325-b064-2b55d8a2c7c2)) - (model "../3dmodels/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_rect (start 117.837561 71) (end 138.76 92.462166) - (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp ca8ea82b-0f63-41fb-b2ac-d9f8f643ded7)) - - (segment (start 136.435342 90.27865) (end 132.97926 86.822568) (width 0.25) (layer "B.Cu") (net 1) (tstamp 94d28361-334b-475f-a8a2-eb3be0024425)) - (segment (start 132.97926 86.822568) (end 132.97926 86.369075) (width 0.25) (layer "B.Cu") (net 1) (tstamp c1859043-e0f7-4203-8ee1-05276fc98d96)) - (segment (start 132.97926 84.282568) (end 132.97926 81.822075) (width 0.25) (layer "B.Cu") (net 2) (tstamp 5167a006-fc5f-45df-b6b3-03826e13e772)) - (segment (start 136.435342 87.73865) (end 132.97926 84.282568) (width 0.25) (layer "B.Cu") (net 2) (tstamp bf7b683b-1557-4640-b45e-5b4551750579)) - (segment (start 136.435342 85.19865) (end 135.99865 85.19865) (width 0.25) (layer "B.Cu") (net 3) (tstamp 7c1a99b5-e5d7-49e3-927f-a51a284cb0ff)) - (segment (start 134.00426 78.300075) (end 132.97926 77.275075) (width 0.25) (layer "B.Cu") (net 3) (tstamp 995a72c5-1144-4cb7-960d-2f81207de96a)) - (segment (start 134.00426 83.20426) (end 134.00426 78.300075) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9bc359fb-89fd-4981-9102-f6d44ccb79f2)) - (segment (start 135.99865 85.19865) (end 134.00426 83.20426) (width 0.25) (layer "B.Cu") (net 3) (tstamp ba768994-e0e2-456e-9260-609534ef629c)) - (segment (start 136.435342 82.65865) (end 136.435342 76.057157) (width 0.25) (layer "B.Cu") (net 4) (tstamp 3f4937ba-0d8e-46cc-8a4c-e8be9f556d0d)) - (segment (start 136.435342 76.057157) (end 132.97926 72.601075) (width 0.25) (layer "B.Cu") (net 4) (tstamp bf32c342-5201-41d1-b8ae-e74dbdbff494)) - (segment (start 130.065492 76.762367) (end 127.552255 74.24913) (width 0.25) (layer "F.Cu") (net 5) (tstamp 16fe4b3b-56d4-47d2-92ae-0a1b78639e17)) - (segment (start 127.552255 74.24913) (end 123.375549 74.24913) (width 0.25) (layer "F.Cu") (net 5) (tstamp 878c1367-9e4d-4ac5-88b3-8d4822670ace)) - (segment (start 130.065492 81.436367) (end 127.878255 79.24913) (width 0.25) (layer "F.Cu") (net 6) (tstamp 5cf00585-8bc5-4f62-8e3e-39eb6ed119d7)) - (segment (start 127.878255 79.24913) (end 123.375549 79.24913) (width 0.25) (layer "F.Cu") (net 6) (tstamp 87a508dc-4604-4806-b2ca-c344c287d401)) - (segment (start 128.331255 84.24913) (end 123.375549 84.24913) (width 0.25) (layer "F.Cu") (net 7) (tstamp 1d080fcd-2c82-4df9-af08-8e01347f8d18)) - (segment (start 130.065492 85.983367) (end 128.331255 84.24913) (width 0.25) (layer "F.Cu") (net 7) (tstamp ba0f6fa6-4db7-421a-a9f1-b1935b10e665)) - (segment (start 128.784255 89.24913) (end 123.375549 89.24913) (width 0.25) (layer "F.Cu") (net 8) (tstamp 2a0414d4-e422-4456-be83-80a1c19bf78e)) - (segment (start 130.065492 90.530367) (end 128.784255 89.24913) (width 0.25) (layer "F.Cu") (net 8) (tstamp 672c02f6-9882-4a10-84a2-f31f77544fe8)) - -) diff --git a/kicad/scrapeboard_hat_uno/sym-lib-table b/kicad/scrapeboard_hat_uno/sym-lib-table deleted file mode 100644 index 543c59e..0000000 --- a/kicad/scrapeboard_hat_uno/sym-lib-table +++ /dev/null @@ -1,5 +0,0 @@ -(sym_lib_table - (lib (name "Connector")(type "KiCad")(uri "${KIPRJMOD}/../symbols/Connector.kicad_sym")(options "")(descr "")) - (lib (name "Connector_Generic")(type "KiCad")(uri "${KIPRJMOD}/../symbols/Connector_Generic.kicad_sym")(options "")(descr "")) - (lib (name "Device")(type "KiCad")(uri "${KIPRJMOD}/../symbols/Device.kicad_sym")(options "")(descr "")) -) diff --git a/www/KiCad_GUI_screen.png b/www/KiCad_GUI_screen.png index d16f837..72b5f83 100644 Binary files a/www/KiCad_GUI_screen.png and b/www/KiCad_GUI_screen.png differ diff --git a/www/pcb_hats/scrapeboard_hat_rpi_top_and_bottom.png b/www/pcb_hats/scrapeboard_hat_rpi_top_and_bottom.png deleted file mode 100644 index a6f2147..0000000 Binary files a/www/pcb_hats/scrapeboard_hat_rpi_top_and_bottom.png and /dev/null differ diff --git a/www/pcb_hats/scrapeboard_hat_rpi_top_and_bottom_annotated.png b/www/pcb_hats/scrapeboard_hat_rpi_top_and_bottom_annotated.png deleted file mode 100644 index 39f85cd..0000000 Binary files a/www/pcb_hats/scrapeboard_hat_rpi_top_and_bottom_annotated.png and /dev/null differ diff --git a/www/pcb_hats/scrapeboard_hat_top_and_bottom.png b/www/pcb_hats/scrapeboard_hat_top_and_bottom.png new file mode 100644 index 0000000..2699a8e Binary files /dev/null and b/www/pcb_hats/scrapeboard_hat_top_and_bottom.png differ diff --git a/www/pcb_hats/scrapeboard_hat_top_and_bottom_annotated.png b/www/pcb_hats/scrapeboard_hat_top_and_bottom_annotated.png new file mode 100644 index 0000000..01b1631 Binary files /dev/null and b/www/pcb_hats/scrapeboard_hat_top_and_bottom_annotated.png differ diff --git a/www/pcb_hats/scrapeboard_hat_uno_top_and_bottom.png b/www/pcb_hats/scrapeboard_hat_uno_top_and_bottom.png deleted file mode 100644 index 3c8ddaa..0000000 Binary files a/www/pcb_hats/scrapeboard_hat_uno_top_and_bottom.png and /dev/null differ diff --git a/www/pcb_hats/scrapeboard_hat_uno_top_and_bottom_annotated.png b/www/pcb_hats/scrapeboard_hat_uno_top_and_bottom_annotated.png deleted file mode 100644 index 1a9d8d3..0000000 Binary files a/www/pcb_hats/scrapeboard_hat_uno_top_and_bottom_annotated.png and /dev/null differ